Hi all,
I'm having trouble getting jquery-mobile to work under jQuery noConflict mode.
I have used no conflict in the past but jquery-mobile only works if I encapsulate the whole script (local version)
inside this block
(function($) {
...
jquery-mobile code
...
})(jQuery);
this works but its an messy and unpractical solution
Any suggestions?
Thanks! :)