代码搜索:如何学习 JS?

找到约 10,000 项符合「如何学习 JS?」的源代码

代码结果 10,000
www.eeworm.com/read/387996/8643669

js tuodong.js

// JavaScript Document Global = new Object(); Global.__UniqueID = 0; Global.GetUniqueID = function(){ return "__MT_UID_" + Global.__UniqueID ++;}; function Dialog(title,icon,body){ this.Icon = i
www.eeworm.com/read/387996/8643672

js tools.js

function replace(s,oldstr,newstr) { olen=oldstr.length; if(olen0) { news+=s2.substring(0, i)+newstr; s2=s2.substring
www.eeworm.com/read/387996/8643684

js local.js

tmp=new Date(); t0=tmp.getTime(); nyear=tmp.getFullYear(); nmonth=tmp.getMonth()+1; nday=tmp.getDate(); nwday=tmp.getDay(); nhrs=tmp.getHours(); nmin=tmp.getMinutes(); nsec=tmp.getSeconds();
www.eeworm.com/read/387996/8643707

js tianqi.js

var MiniSite = new Object(); MiniSite.Browser = { ie: /msie/.test(window.navigator.userAgent.toLowerCase()), moz: /gecko/.test(window.navigator.userAgent.toLowerCase()), opera: /opera/.test(w
www.eeworm.com/read/387996/8643716

js showtime.js

function shape(x){ if(x
www.eeworm.com/read/387991/8643806

js drag.js

//拖放程序 var Drag = Class.create(); Drag.prototype = { //拖放对象 initialize: function(drag, options) { this.Drag = $(drag);//拖放对象 this._x = this._y = 0;//记录鼠标相对拖放对象的位置 this._marginLeft = this
www.eeworm.com/read/387899/8647486

js demo.js

// JScript 文件 var alternateFrame=null;//生成的iframe var alternateWin=null; window.alert=showAlert; window.confirm=showConfirm; /**//** * 人机交互窗口,覆盖自带的 */ function alternateWindow(){ this
www.eeworm.com/read/387782/8654040

js selectdatetime.js

function openScript(url, width, height){ var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );} var bMoveable=tru
www.eeworm.com/read/387753/8656335

js validate.js

function checkEmpty(form){ for(i=0;i
www.eeworm.com/read/431682/8661406

js ajax.js

// IE support if (window.ActiveXObject && !window.XMLHttpRequest) { window.XMLHttpRequest = function() { var msxmls = new Array('Msxml2.XMLHTTP.5.0','Msxml2.XMLHTTP.4.0','Msxml2.XMLHTTP.3.0