Using jQuery everytime instead of ‘$’ seems very tedious, I think. But don’t worry, :D, there is one simple solution. You can use variable like shown below.
var $j = jQuery.noConflict();
Now you can use it as
$j("mydiv").hide();
I am not blue BTW :D
var $j = jQuery.noConflict();
$j("mydiv").hide();
0 comments:
Post a Comment