I have a WordPress theme that uses MooTools and jQuery. I use jQuery noConflict
to avoid conflicts with other JS libraries; this didn’t help me.
Can someone help me with the right order of including JS libraries on my WordPress theme?
Thanks in advance.
What you need to do is add this before your jquery code :
and replace all JQuery
$
byjQuery
. For example :