Search This Blog

Friday, February 17, 2012

Resolve JQuery and MooTools Conflict

Resolve JQuery and MooTools Conflict

Guys this one thing bogged me down when I was having conflict between MooTools and jQuery...

here is the simple solution.


(function($){

// example starts here
$(document).ready(function(){
$("#qform").validate();
});
// example ends here

})(jQuery);


.... and it works charmingly

content-wide advt