Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

The jQuery noConflict() Method

$.noConflict();
jQuery(document).ready(function(){
  jQuery("button").click(function(){
    jQuery("p").text("jQuery is still working!");
  });
});
Source by api.jquery.com #
 
PREVIOUS NEXT
Tagged: #The #jQuery #Method
ADD COMMENT
Topic
Name
9+1 =