/ Published in: JavaScript
Expand |
Embed | Plain Text
jQuery.noConflict(); jQuery(document).ready(function() { jQuery('blabla').replaceWith(''); }); [ OR ] var J = jQuery.noConflict(); J(document).ready(function() { J('blabla').replaceWith(''); });
You need to login to post a comment.
