Jquery No Conflict


/ Published in: jQuery
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js'></script>
  2. <script type='text/javascript'>
  3. jQuery.noConflict();
  4. (function($) {
  5. $(function() {
  6.  
  7. });
  8. })(jQuery);
  9. </script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.