Thursday, September 16, 2010

how to use noConflict in jQuery

how to use noConflict in jQuery


  var $j = jQuery.noConflict(); 
    $j('#idOfElement').methodName(); 

No comments:

Post a Comment