html5 - magento search form and jQuery conflitcs -
I am using magenta for my online store, but by joining jQuery with my page on my page I am here. When I add:
& lt; Script src = "// ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> This creates a search form field in my header stop function. I tried to apply a notation to my code but it is of no avail. I am using jquery flexslider:
$ (function () {SyntaxHighlighter.all ();}); $ (Window) .load (function) ($ ('flexiler'). Flexslider ({animation: "slide", start: function (slider) {$ ('body'). RemoveClass ('loading'); }}};}); Can I have any advice on how to correctly implement any notation, or if it is also the direction, then to withdraw and run this search form Need to go Thanks!
a confolict jquery helped me
& lt ; Script Defer src = "http://dev.tavik.com/skin/frontend/rwd/default/js/homepage/jquery.flexslider.js" & gt; & Lt; / Script & gt; & Lt; Script src = "// ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> & Lt; Script type = "text / javascript" & gt; $ .noConflict (); JQuery (document) .ready (function ($) {$ ('flexiler'). Flexslider ({animation: "slide", start: function (slider) {$ ('body'). RemoveClass ('loading' );}});});
Comments
Post a Comment