代码搜索:如何学习 JS?
找到约 10,000 项符合「如何学习 JS?」的源代码
代码结果 10,000
www.eeworm.com/read/426677/9004556
js ajax.js
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: ajax.js,v $
$Revision: 1.17.2.25 $
$Date: 2007/03/21 15:53:02 $
*/
var Ajaxs = ne
www.eeworm.com/read/426677/9004575
js gaobei.js
//双击滚屏
// var currentpos,timer;
// function initialize()
// {
// timer=setInterval("scrollwindow()",30);
// }
// function sc(){
// clearInterval(timer);
// }
www.eeworm.com/read/382700/9005034
js footer.js
var _forms = document.getElementsByTagName("INPUT")
for(var i=0;i
www.eeworm.com/read/382700/9005105
js public.js
function submitOnEnter(oName) {
var keycode;
if (window.event) keycode = window.event.keyCode;
if (keycode == 13) {
oName.submit();
}
}
www.eeworm.com/read/382700/9005190
js admin.js
// 修改编辑栏高度
function admin_Size(num,objname)
{
var obj=document.getElementById(objname)
if (parseInt(obj.rows)+num>=3) {
obj.rows = parseInt(obj.rows) + num;
}
if (num>0)
{
obj.wid
www.eeworm.com/read/382700/9005512
js calendar.js
var gdCtrl = new Object();
var goSelectTag = new Array();
var gcGray = "#808080";
var gcToggle = "#ffff00";
var gcBG = "#99CCFF";
var previousObject = null;
var gdCurDate = new Date();
var gi