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

jqueryのコンフリクトを防ぐ

$
0
0

備忘録です。

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

$(function() {
	$.simpleTicker($('#newsticker'),{'effectType':'roll'});
});

})(jQuery);

 


Viewing all articles
Browse latest Browse all 218

Trending Articles