Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

noConflict jquery

var jq = $.noConflict();            // avoid conflict with other frameworks also using the dollar sign
jq(document).ready(function(){
jq("#demo").text("Hello World!");
});
Source by htmlcheatsheet.com #
 
PREVIOUS NEXT
Tagged: #noConflict #jquery
ADD COMMENT
Topic
Name
8+3 =