包含标签:javascript 的文章
-
-
30多个CSS和JS下拉菜单资源
导航菜单是网站设计中最重要的因素之一。网络开发人员可以使用CSS创建方便用户的横向或纵向导航菜单, 而JavaScript则使人们有可能创造更多的互动,更多的响应…… -
js操作select里的option
删除select中的所有OPTION document.getElementById("select的ID").options.length = 0; 为select添加一个option document.getEleme…… -
-
如何获得asp页面的载入时间
如何获得asp页面的载入时间 <!--- How can I time the execution speed of my ASP pages to the millisecond? ---> Doing this is easy with a simple …… -