
JQuery
zhangliao613
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Jquery autocomplete
--%> java.text.DecimalFormat, com.eastpro.util.Constants, com.eastpro.setupplan.dao.bean.*, com.eastpro.common.EastproBean,原创 2010-01-12 14:35:00 · 780 阅读 · 0 评论 -
jquery Calendar
http://arshaw.com/fullcalendar/http://dhtmlx.com/docs/products/dhtmlxScheduler/livedemo.shtml http://dhtmlx.com/docs/products/dhtmlxScheduler/download/dhtmlxScheduler.zip http://xuanye.cloudap...原创 2010-08-20 11:28:57 · 279 阅读 · 0 评论 -
jquery fullCalendar
1.与google日历连接,别忘记加入events: $.fullCalendar.gcalFeed ("http://www.google.com/calendar/feeds/xuqi86@gmail.com/private-660ae86cc26345cff3430480e8eea4bb/basic", { className:'gcal-event', e...原创 2010-08-20 11:16:07 · 339 阅读 · 0 评论 -
juery artDialog控件
点击列表中的按钮弹出div, $("span[name='designatedGoods']").each(function () { $(this).click(function () { var id = $(this).attr("rowid");原创 2015-03-19 14:56:52 · 496 阅读 · 0 评论 -
jquery绑定与解绑事件
解绑事件 $("#freightname").unbind("click");//高版本jquery才可用 $("#freightname").attr("onclick",""); 绑定事件$("#freightname").live("click",function(){alert("aaa");});或者$("#freightname").live("clic原创 2014-02-19 16:02:28 · 8229 阅读 · 1 评论 -
jquery禁用form表单中所有的表单项
//禁用form表单中所有的input[文本框、复选框、单选框],select[下拉选],多行文本框[textarea] function disableForm(formId,isDisabled) { var attr="disable"; if(!isDisabled){ attr="enable"; } $("fo转载 2013-03-19 16:37:20 · 6715 阅读 · 0 评论 -
jquery $.ajax()取xml数据
$.ajax({ type: "get", url: "Database/App_all.xml", dataType: "xml", async : false,timeout: 2000, beforeSend: function () {}, success: function (xml) { $(xml).find("app[id='id-1']").fin转载 2012-05-28 21:01:32 · 487 阅读 · 0 评论 -
JQuery jqgrid
<br />http://www.trirand.com/blog/jqgrid/jqgrid.html原创 2011-04-25 09:45:00 · 578 阅读 · 0 评论 -
jQuery时间控件说明文档
OptionsDate format syntax<br />KeyDefault valueDescriptiondisplayArea""Relative jQuery traverse method(s); find first matched element and show the date in it. eg ".siblings('div.dispArea')"button""Relative jQuery traverse method(s); find first matched elem原创 2011-04-25 09:54:00 · 1257 阅读 · 0 评论 -
jQuery]FullCalendar 备忘
<br />1.与google日历连接,别忘记加入<script type='text/javascript' src='js/gcal.js'/><br />events: $.fullCalendar.gcalFeed<br /> ("http://www.google.com/calendar/feeds/xuqi86@gmail.com/private-660ae86cc26345cff3430480e8eea4bb/basic",<br /> {<br /> className:'gcal-转载 2011-01-10 10:33:00 · 1535 阅读 · 0 评论 -
jquery的fullCalender插件运用
<br /><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <br /><html xmlns="http://www.w3.org/1999/xhtml"> <br /><head> <br /><meta http-equiv="Content-Type" content="text/html; charset原创 2011-01-07 18:55:00 · 1684 阅读 · 0 评论 -
jQuery BlockUI Plugin
<br />最近在项目中使用了jQuery的BlockUI觉得还不错哦,推荐给广大奋斗在第一线的兄弟们: <br />如果在项目中你想要点击一个按钮使得页面背景变色然后你事先写好的div什么的显示就可以用以下语句 <br />function showCategoryForm(){ <br />$.blockUI({message:$('#whyForm')});(whyForm是div的id) <br />$('.blockOverlay').click($.unblockUI); <br />} <br转载 2010-07-05 14:43:00 · 1399 阅读 · 0 评论 -
Jquery autocomplete
--%> java.text.DecimalFormat, com.eastpro.util.Constants, com.eastpro.setupplan.dao.bean.*, com.eastpro.common.EastproBean,原创 2010-01-08 13:30:00 · 1650 阅读 · 0 评论 -
jQuery的插件列表
http://www.javaeye.com/topic/407949转载 2009-12-14 12:27:00 · 534 阅读 · 0 评论