jQuery
文章平均质量分 85
xx_liuhui
奋斗的激情
展开
-
jquery插件之表格(Tables, Grids etc.)大比拼
此文档 整理了javascript:;" onClick="javascript:tagshow(event, jquery);" target="_self">jquery常用的 表格插件 包括实现了 表格的排序,列排序,表格修改,分页等等,附加了一些功能说明方便您来选择适合您自己的插件。同时感谢您对www.cnjquery.com的支持。谢谢。1UI/Tablesorter. 说明原创 2009-01-05 13:21:00 · 4275 阅读 · 2 评论 -
鼠标移动连接样式
original = $(a[oid]).css(color); $(a[oid]).hover(function() { //mouseover var col = rgb( + (Math.floor(Math.random() * 256)) + , + (Math.floor(Math.random() * 256)) + , + (原创 2009-01-05 13:39:00 · 636 阅读 · 0 评论 -
jquery radio取值,checkbox取值,select取值,radio选中,checkbox选中,select选中,及其相关
获取一组radio被选中项的值var item = $(input[@name=items][@checked]).val();获取select被选中项的文本var item = $("select[@name=items] option[@selected]").text();select下拉框的第二个元素为当前选中值$(#select_id)[0].selectedIndex =转载 2009-06-17 15:37:00 · 548 阅读 · 1 评论 -
jquery.fullCalendar官方文档翻译(一款小巧好用的日程管理日历, 可集成Google Calendar)
<br />翻译: selfimpr<br />E-mail: lgg860911@yahoo.com.cn<br />Blog: http://blog.csdn.net/lgg201<br />转载请声明出处: http://blog.csdn.net/lgg201<br />1. 使用方式, 引入相关js, css后, $(‘#div_name’).fullCalendar({//options}); 接受的是一个option对象<br />2. 普通属性<br />2.1. year, month转载 2010-07-23 10:35:00 · 1653 阅读 · 0 评论 -
jquery.fullCalendar日程管理日历插件及事件处理原理视频教程
<br />源代码需要修改引用的路径...<br /> <br /><br />jquery.fullCalendar官方网址: http://arshaw.com/fullcalendar/<br /> <br />jquery.fullCalendar英文文档: http://arshaw.com/fullcalendar/docs/<br /> <br />jquery.fullCalendar下载: <br />http://arshaw.com/fullcalendar/download/<br转载 2010-07-23 10:37:00 · 2242 阅读 · 0 评论