摘要:
(function ($) { $.fn.liveDraggable = function (opts) { this.live("mouseover", function () { if (!$(this).data("init")) { $(this).data("init", true).draggable(opts); } }); return $(); };} (jQuery));(function ($) { $.fn.liveDroppable =... 阅读全文
posted @ 2012-03-20 22:40 达奇 阅读(906) 评论(0) 推荐(0) 编辑