/ Published in: jQuery
Here is a simple and clever way to prevent script conflicts when using jQuery.
This snippet will show how to scope the dollar sign.
This snippet will show how to scope the dollar sign.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
jQuery(document).ready(function($){ $('.element').click(function(){ }); })