GetType используется в PowerShell, разница между переменными

Кроме того, я нашел хорошее решение для использования режима jQuery noConflict.

(function($){

  $(document).ready(function(){
      // write code here
  });

  // or also you can write jquery code like this

  jQuery(document).ready(function(){
      // write code here
  });

})(jQuery);

Я нашел это решение здесь. https://thecodingstuff.com/how-to-properly-use-jquery-noconflict-mode-in-wordpress/

69
задан Peter Mortensen 22 January 2016 в 13:03
поделиться