jQuery conflict
-
I had an issue on a site where your plugin broke other plugins. I fixed it by added noconflict() in bannerspace.php
function bannerspace_wp_footers() { $options = get_option('bs_options'); echo "<script src='//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script> <script>$.noConflict();</script>
on another note.. why did you force the code here instead of registering/enqueuing it?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘jQuery conflict’ is closed to new replies.