博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年11月2日

摘要: 这个插件是用来把页面的内容复制到剪贴板的插件,使用起来很简单。 $.copy("字符串") // 把字符串复制到剪贴板$.copy(varStr) // 把变量varStr的值复制到剪贴板$("#elmID").copy() // 复制id为elmID的节点里的文字$("#elmID input").copy() // 复制id为elmID的节点下所有i... 阅读全文

posted @ 2008-11-02 15:16 linFen 阅读(10012) 评论(1) 推荐(0) 编辑

摘要: 代码: 程序代码 演示:http://kitchen.net-perspective.com/sf-example-1.html http://kitchen.net-perspective.com/sf-example-2.html http://kitchen.net-perspective.com/sf-example-3.html http://kitchen.net-perspecti... 阅读全文

posted @ 2008-11-02 14:46 linFen 阅读(3275) 评论(0) 推荐(0) 编辑