I am testing my webpage on a server using dns preview. Just realized that dns preview automatically adds the mootools library to the end of any php page. Perhaps for their own statistics or something else.
But the problem is that I use jquery on my page. So my jquery code breaks because both mootools and jquery use "$".
I placed the entire source of the page on the jsbin page: http://jsbin.com/ozime (added here are those added to mootools).
On this page, I have added sample jquery code that should run when the drop-down list changes. I also added some warnings. However, only the first warning operator appears. One inside jquery code does not work.
I am trying to use jquery without conflicts, but it does not seem to work.
Has anyone encountered this issue?
source share