上一页 1 ··· 36 37 38 39 40
摘要: $("body").append("<div id='ajaxLoadDiv'><span><img src='images/ajaxLoad.gif' alt='load...'></div>");这样的写法在ie中是不能正常相识的.必须改成这样var html=""; html+="<div id='ajaxLoadDiv'>"; html+="<span><i 阅读全文
posted @ 2013-06-20 14:26 思思博士 阅读(933) 评论(0) 推荐(0) 编辑
摘要: 这个是jQuery easyui的一个demo问题可以这样处理 吧导航标签的href改成way,也可以用其他的字母代替<div id="mainPanle" region="center" style="background: #eee; overflow-y:hidden"> <div id="tabs" class="easyui-tabs" fit="true" border="false" > <div title=& 阅读全文
posted @ 2013-05-29 14:34 思思博士 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 判断checkbox是否选中<input class="ABC" type="checkbox" checked="checked">if(".ABC").attr("checked"){alert("选中了");}select下拉框的操作<select class="DD"><optipon value="1">aa</option><optipon value="2&q 阅读全文
posted @ 2012-11-19 19:14 思思博士 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 刚刚在用ckeditor提交内容时报了这个异常.我们要这样处理.先看这个配置文件内容: <system.web> <compilation debug="true" targetFramework="4.0" /> <httpRuntime requestValidationMode="2.0"/> <pages validateRequest="false"></pages> </system.web>默认是没有这2行代码的,我们给他加上就可 阅读全文
posted @ 2012-11-10 10:39 思思博士 阅读(162) 评论(0) 推荐(0) 编辑
上一页 1 ··· 36 37 38 39 40