11 2012 档案
摘要:转载网址:http://hi.baidu.com/happynew12/item/a811fd2b6f9c9d8dae48f50d简单的demo:s:iterator 标签有3个属性:value:被迭代的集合id :指定集合里面的元素的idstatus 迭代元素的索引1:jsp页面定义元素写法 数组...
阅读全文
摘要:转载网址:http://bozch.iteye.com/blog/1517146jquery easyui中的accordion一般用来做分组,如菜单的分组、表单的分组等。(easyui 1.2.6)初始化的两种方式:方式一: content first content content 方...
阅读全文
摘要:JS代码:var pageSize = 10;//每页显示的记录条数var curPage=0;var lastPage;var direct=0;var len;var page;$(document).ready(function(){ len =$("#table tr").length; ...
阅读全文
摘要:转载网址:http://hankjin.blog.163.com/blog/static/3373193720091016103116132/jquery,很好,很强大。需求:若干条记录,要求可以分类,并可以针对每个分类进行分页方案:1. 将每个tr看做一条记录,对每个tr赋予一个class “所有...
阅读全文
摘要:转载网址:http://blog.csdn.net/zhangshengboy/article/details/6591568一。在html的checkbox里,选中的话会有属性checked="checked"。如果用一个checkbox被选中,alert这个checkbox的属性"checked...
阅读全文
摘要:转载网址:http://blog.163.com/qinyixin_0711/blog/static/13934007020106207723226/jquery.pager.jsJava 代码/**jQuerypagerplugin*Version1.0(12/22/2008)*@requires...
阅读全文
摘要:转载网址:http://fsh430623.iteye.com/blog/1144937最近做了个动态创建表单,添加记录,想到jQuery,就用上了,现共享如下。 1.js方法 function addSetting(){ var mytbody=jQuery('#evaluatetable'...
阅读全文