代码搜索:如何学习 JS?
找到约 10,000 项符合「如何学习 JS?」的源代码
代码结果 10,000
www.eeworm.com/read/184653/9090740
js scriptaculous.js
// Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated
www.eeworm.com/read/184653/9090745
js main.js
function playAni(Paction,Ptype,Fname,W,H){
var ofW,ofH,isAni;
isAni=true;
var scrol="no";
ofW=0;ofH=0;
switch(Ptype){
case("Shi-Painter"):{ofW=1;ofH=25;break;}
case("Shi-PainterPro"):{of
www.eeworm.com/read/282435/9093815
js tree.js
foldersTree = gFld("cplab3", "", "")
insDoc(foldersTree, gLnk("Main Page", "", "main.html"))
aux1 = insFld(foldersTree, gFld("File List", "", "files.html"))
insDoc(aux1, gLnk("clien
www.eeworm.com/read/282435/9093869
js treeview.js
//****************************************************************
// You are free to copy the "Folder-Tree" script as long as you
// keep this copyright notice:
// Script found in: http://www.geo
www.eeworm.com/read/184555/9094252
bmp js.bmp
www.eeworm.com/read/381316/9098200
js prototype.js
/* Prototype JavaScript framework, version 1.6.0.2
* (c) 2005-2008 Sam Stephenson
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prot
www.eeworm.com/read/381316/9098446
js checkdatafunction.js
/*
nodes:
下列函数返回值说明:
凡是“Is”开头的函数,如果是"Is"后指明的状态,则返回真,否则为假
eg. IsNum 如果是数字,返回真
某些“Check”开头的函数,如果是"Check"后指明的状态,返回假,否则为真
某些则相反,请具体查看函数说明
eg. CheckEmpty 如果是空,返回假
函数名解释:
当 ...