脚 本 之 家 www.jb51.net
页面导航:  不限条件-->Fi
本地搜索:
1.window.event兼容脚本2.屏蔽Form提交事件3.获取事件源4.添加事件兼容写法5.Firefox注册innerText写法6.长度7.父控件下的子控件8.XmlHttp1.window.event兼容脚本functiongetEvent(){//获取浏览器事件,同时兼容ie和ff的写法if(document.all)returnwindow.event;func=getEvent.caller;while(func!=null){vararg0=func.arguments[0];if(arg0){if((arg0.constructor==Event  arg0.constr...
http://www.jb51.net//article/16258.htm
一Undefined类型只有一种值undefined以下三种情况typeof返回类型为undefined1.当变量未初始化时2.变量未定义时3.函数无明确返回值时(函数没有返回值时返回的都是undefined)undefined并不等同于未定义的值typeof并不真正区分是否是未定义看以下示例代码:varoTemp;alert(typeofoTemp);//outputs"undefined"alert(typeofoTemp2);//outputs"undefined"alert(oTemp2==undefined);//错误oTemp2未定义不能使用除了typeof之外的不能用来oTemp...
http://www.jb51.net//article/16238.htm
[code]varreturned=window.confirm("请选择一个按钮单击!");if(returned){window.alert("您单击了“确定”按钮!");}else{window.alert("您单击了“取消”按钮!");}[/code]...
http://www.jb51.net//article/16213.htm
[html]<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><title>zhou'shtml</title></head><body>一共三个层,下面还有一个,把他拖上来<divid="test"st...
http://www.jb51.net//article/16122.htm
functionClear(DataType,DataThis,DataTime,DataInterval)DataType布尔值--是否隐藏或显示DataThis元素--被操作元素DataTime数字--发生渐变时间DataInterva数字--渐变刷新间隔以下是HTML网页特效代码,[html]<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN"><html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2...
http://www.jb51.net//article/16121.htm
91files是一款国内的免费网络硬盘文件存储服务,单个文件最大支持100M,不限制流量,提供文件下载页面,速度还可以;不注册也可以上传文件,不过只能保存一个月时间;注册后可以管理自己的文件、设置个人的LOGO、文件也将被长期保存。此免费网盘的地址:http://www.91files.com...
http://www.jb51.net//article/16112.htm
完整的css代码为[code]word-wrap:break-word;overflow:hidden;[/code]这段代码应添加到td标签的样式中。另外,应该在外层的table标签中添加样式[code]table-layout:fixed;[/code]...
http://www.jb51.net//article/16099.htm
IE与火狐下可以跑.//回车事件处理$(document).keydown(function(event){if(event.keyCode==13){alert($('#idone').val());//回车键盘ISBN获取if($('#idone').val()=='isbn'){//isbncheck();$('#ztm').focus();}elseif($('#idone').val()=='ztm'){$('#bltm').focus();}if($('#idone').val()=='bltm'){$('#ftm').focus();}elseif($('#idone').val...
http://www.jb51.net//article/16059.htm
比如http://www.youku.com/v1.0.0326/v/swf/up.swf这是优酷的视频上传选择,其是通过FLASH的方法来实现了不显示非视频类文件。FLASH到这种效果一般也就是如这里所描述的[code]importflash.net.FileReferenceList;varfileRef:FileReferenceList=newFileReferenceList();varallTypes:Array=[];var浏览类型:Object=newObject();浏览类型.description="浏览类型(*.mp3)";浏览类型.extension="*.mp3";a...
http://www.jb51.net//article/16018.htm
Q:IamworkingwithOracledatabase8.1.7andIhavewrittenaJAVAcodetoupdatethetablewhichcontainsoneBLOBfield.IamusingupdateBinaryStreammethodofresultsettoupdatetheBLOBfieldbutitisfailingaftergivingfollowingexceptionjava.sql.SQLException:InternalError:UnabletoconstructaDatumfromthespecifiedinputCananyonehelp...
http://www.jb51.net//article/15887.htm
今天去一老外站看到了这他站上的十分平滑但却没有js,好奇,原来。。巧妙啊,分享下,相对而言比较节省资源。但效果好,使用方便,兼顾w3c。哈哈[code]<!--compliancepatchformicrosoftbrowsers--><!--[ifltIE7]><linkrel="stylesheet"href="ie-stuff.css"type="text/css"media="screen"/><![endif]-->[/code]ie-stuff.css[code]#footer{position:absolute;bottom:aut...
http://www.jb51.net//article/15854.htm
共有:289/10,当前3/29页  [首页] [上一页] 1 2 3 4 5 6 7 8 [下一页]  [尾页] 转到: