C#
yeting2010
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
windows.onload()
windows.onload() 调用 必须等到页面内包括图片的所有元素加载完毕后才能执行。window.onload = Checkbox_Click. Checkbox_Click is a js function.不能同时编写多个,如果有多个window.onload方法,只会执行一个 与$(document).ready区别:$(document).ready()是D原创 2013-05-10 15:39:06 · 4053 阅读 · 0 评论 -
how to disable the button when submitting
1. Add a new hidden button. Make sure its diplay is none. set its width and height be same with the submit button.inputid="btnSubmitHide"type="button"value="Submit&Next"style="display:原创 2013-05-10 15:46:05 · 845 阅读 · 0 评论
分享