
jquery
iteye_17267
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jQuery对select操作
网上到处找的,加上自己总结的! //得到select项的个数 jQuery.fn.size = function(){ return jQuery(this).get(0).options.length; } //获得选中项的索引 jQuery.fn.getSelectedIndex = function(){ return jQuery(this).get(0).sel...原创 2011-08-24 11:41:54 · 72 阅读 · 0 评论 -
jQuery鼠标移动表格变色及修改单元格值
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <原创 2011-08-24 11:44:53 · 156 阅读 · 0 评论