Live as though heaven is on earth
生きなさい 今日が最後の日であるように
×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
$('.li').live('mouseover',function(){
$(this).draggable();
});
もしくは
(function ($) {
$.fn.liveDraggable = function (opts) {
this.live("mouseover", function() {
if (!$(this).data("init")) {
$(this).data("init", true).draggable(opts);
}
});
return $();
};
}(jQuery));
参考URLへ
PR
ブログ内検索
AD
カテゴリー
忍者カウンター
プロフィール
HN:
Lynn
年齢:
39
性別:
女性
誕生日:
1985/10/20
職業:
クリエーター
時計
アクセス解析