实例:$(function(){ $('#copy_input').zclip({ path: 'js/ZeroClipboard.swf', copy: function(){//复制内容 return $('#mytext').val(); }, afterCopy: function(){//复制成功 $("").insertAfter($('#copy_input')).text('复制成功'); } });});值得注意的是如果是复制的内容来自输入框input... Read More
posted @ 2013-10-29 18:13 tinyphp Views(9819) Comments(1) Diggs(0) Edit
上面的check函数可以简写为:function check(){ return a() && b() ? true :false;} Read More
posted @ 2013-10-29 15:00 tinyphp Views(403) Comments(0) Diggs(0) Edit