摘要:
(function ($){ var methods = { init: function (options) { options.obj = this; options.obj.children().bind("mousedown", options, methods.ondrag).unbind("click").css({ cursor: "move" }); }, destroy: function (options) { this.children().unbind("mousedown").css({ 阅读全文
posted @ 2011-04-16 06:29
anncesky
阅读(357)
评论(0)
推荐(0)