
javascript
zhulei12345
这个作者很懒,什么都没留下…
展开
-
jQuery 将网页中一个表格中的数据已行为最小单元添加到另外的一个表格当中
jQuery 将网页中一个表格中的数据已行为最小单元添加到另外的一个表格当中table2的html代码: <table id="tab2"> <tr> <th><input type="checkbox" name="all2" /></th> <th>编码</th> <th>名称</th> <th>大类</th> </原创 2015-09-10 13:19:30 · 789 阅读 · 0 评论 -
JS window 对象 open方法弹窗实现父子窗口中的参数传递
JS window 对象 open方法弹窗实现父子窗口中的参数传递注:需要将页面加载到服务器中父页面parent.html<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http:原创 2015-09-10 13:33:21 · 18279 阅读 · 0 评论 -
js常见的2种形式
<script type="text/javascript">if (typeof jQuery === 'undefined') { throw new Error('jquery-confirm requires jQuery');}!function($,window,undefined){ $.fn.fuckForm=function(options){原创 2016-10-20 12:40:26 · 468 阅读 · 0 评论 -
js面向对象的编程
(function( global, factory ) { factory( global );})(typeof window !== "undefined" ? window : this, function( window, noGlobal ) { var version = "3.1.1"; function fuckAlert(){原创 2016-10-20 17:05:36 · 557 阅读 · 0 评论