01月 18th, 2012
在ASP.NET开发中,时常会遇到提交按钮是带有postback的,页面会自动给按钮生成类似onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$main$btnSave", "", true, "", "", false, false))"的代码,如果想在提交之前添加类似表单验证的事件,会比较麻烦,因为DOM属性中的[......]
阅读全文
标签:
asp.net,
jQuery,
postback
Tags: asp.net, jQuery, postback
Posted in 开发 | No Comments »
01月 1st, 2012
HTML:
<div class="tab mb10" tabopts="{action:'click',animate:0}">
<div class="tab-nav">
<ul>
<li class="c">社会</li>
<li>娱乐</li>
<li>体育</li>
<li>军事</li>
</ul&[......]
阅读全文
标签:
jQuery,
tab
Tags: jQuery, tab
Posted in 开发 | No Comments »
12月 22nd, 2011
$.ajax({
url: remoteContent,
success: function(data) {
$("body").html($(data).filter("#remoteContent").html());
}
});
该日志未加标签。
Posted in 开发 | No Comments »
11月 4th, 2011
IE6下,决定层级高低的不是当前的父标签,而是整个DOM tree(节点树)的第一个relative属性的父标签。
标签:
IE6,
z-index
Tags: IE6, z-index
Posted in 开发 | No Comments »
09月 13th, 2011
1、为何要将js放在页面最后加载?
2、影响网站性能有哪些前端方面的因素?
3、前端如何与运营、产品进行协助?
4、WEB重构主要是做什么样的工作?
5、常见的网站js方法
6、前端规范主要包括哪些内容?
7、前端流程是怎么样的?
标签:
web重构,
前端规范,
性能
Tags: web重构, 前端规范, 性能
Posted in 开发 | 2 Comments »
第 1 页 / 共 11 页12345...10...»Last »