[jQuery] noConflict() with dollar sign($, 錢號)

  • 0
Reference: jQuery 教學 - 基礎篇

jQuery(function($) {
    /* code here using $ without conflict */
});

or

  1. var $j = jQuery.noConflict();  
  2. $j(document).ready(function() {  
  3.   $j("div").addClass("special");  
  4. });  





沒有留言 :

張貼留言