Quantcast
Channel: 神戸ホームページ制作会社ユニファースの代表ブログ
Viewing all articles
Browse latest Browse all 218

$(function(){・・・ 実行後に関数を実行する方法

$
0
0
jQuery.noConflict();
(function($) {

})(jQuery);

jQuery(window).on('load', function(){

});ち

ちなみに、

jQuery(window).load(function(){・・・

は、jQuery3系で廃止されたので、使わない方が良い

https://7-create.com/jquery3-load/

 


Viewing all articles
Browse latest Browse all 218

Trending Articles