Jquery issue
-
Hi
I have been developing several plugins for WPress without any trouble. I have been introducing the jquery lib directly on the skeleton pages, like this:
<script src=”<? echo plugins_url(‘myPlugin’) ?>/js/jquery.min.js”></script>
<script src=”<? echo plugins_url(‘myPlugin’) ?>/js/jquery-ui.min.js”></script>It all went well until I loaded 2 plugins (mine) in the same page. I got a “$(…).autocomplete” error. The thing is that I can load jquery in the first (which uses autocomplete), but not in the second otherwise I have a conflict. If I don’t introduce in the second, it all works – my doubt is: will it work if it’s alone? Apparently yes, but… So I’m confused: what is the proper way of doing this?
Kind regards
Kepler
The page I need help with: [log in to see the link]
- The topic ‘Jquery issue’ is closed to new replies.