Re: jquery conflict – need help plz
You do want to use no-conflict, but sometimes for testing purposes it is easier just to import jQuery manually and figure out the no-conflict stuff later before going live.
One thing that makes running no-conflict mode easier is setting up a variable at the top of your .js file like so:
`$j=jQuery.noConflict();`
http://www.mkyong.com/jquery/jquery-is-not-working-in-wordpress-solution/
I hope this helps!