WordPress and jQuery [closed]
jQuery.noConflict() jQuery is included in WordPress in noConflict mode, so as to work with other javascript extensions that also use $ as an alias. Hence your above Version II will not work with the WP native jQuery loading. What is jQuery? jQuery is not a language. It is nothing but a (massive) javascript object. That … Read more