代码搜索:如何学习 JS?
找到约 10,000 项符合「如何学习 JS?」的源代码
代码结果 10,000
www.eeworm.com/read/383883/8912870
js zbtx.js
kpj(point)
spj(point)
zgj(point)
zdj(point)
cjl(point)
cjje(point)
point //当前交易日 指针
max(num,zgj) //num天最高的最高价
max(num,zdj) //num天最高的最低价
max(num,spj) //num天最高的收盘价
max(num,kpj) //num天最高的开盘价
max(
www.eeworm.com/read/427899/8914078
js basal.js
function makevisible(cur,which){
if (which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=80
}
function getCookie(name){
var cname = name + "=";
www.eeworm.com/read/427818/8918125
js common.js
function Init()
{
window.resizeTo(250,600);
document.oncontextmenu = function() { return false;}
}
function el(id)
{
return document.getElementById(id);
}
function DealBrackets(srcStr)
www.eeworm.com/read/427816/8918284
js lvyouin.js
var jsug=null;
function textInita(){
jsug=new jpsug();
jsug.init();
}
var jpdata = [['AOG','鞍山','anshan','AS'],
['AQG','安庆','anqing','AQ'],
['AYN','安阳','anyang','AY'],
['AKA','安康','ankang','AK'],
[
www.eeworm.com/read/427816/8918308
js jq.js
eval(function(p,a,c,k,e,d){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e)
www.eeworm.com/read/427788/8920988
js submodal.js
/**
* SUBMODAL v1.6
* Used for displaying DHTML only popups instead of using buggy modal windows.
*
* By Subimage LLC
* http://www.subimage.com
*
* Contributions by:
* Eric Angel - tab index
www.eeworm.com/read/427788/8921012
js common.js
/**
* COMMON DHTML FUNCTIONS
* These are handy functions I use all the time.
*
* By Seth Banks (webmaster at subimage dot com)
* http://www.subimage.com/
*
* Up to date code can be found at htt
www.eeworm.com/read/383753/8921426
js oncopy.js
// Hook-up to the document.body.oncopy event,
// or in the 's "oncopy" attribute.
// Author: Heath Stewart
function copyCode()
{
try
{
var range = document.selection.createRange();
www.eeworm.com/read/383753/8921438
js jxs.js
//V2.1 - Based on http://www.openjs.com/scripts/jx/ - released under BSD license
// 2.1 version by Chris Maunder (www.codeproject.com)
// - use XMLHttpRequest as 1st priority + use window.XMLHttpReq