代码搜索:如何学习 JS?
找到约 10,000 项符合「如何学习 JS?」的源代码
代码结果 10,000
www.eeworm.com/read/185709/8989928
js checkform.js
function CheckForm(form){
var strContent=form.content.value;
if (form.EditMode[0].value=="HTML" && form.EditMode[0].checked==true){
form.content.value=frames.HtmlEditor.document.body.inne
www.eeworm.com/read/185709/8989932
js selectlist.js
function setDynaList(arrNLists){
var oList1 = document.forms[arrNLists[2]].elements[arrNLists[1]];
var oList2 = document.forms[arrNLists[4]].elements[arrNLists[3]];
var arrList = arrNLists[5];
www.eeworm.com/read/382919/8990513
js guest.js
/**
* @author baidongi
* @since 2006.4.12
* @version 0.3
*/
function Guestbook(){
var p_count=0; //page count
var c_page=1; //current page
var xmlData=null; //response xmlDa
www.eeworm.com/read/283746/8990666
js global.js
/*--------------------------FUNCTION---LIST---START---------------------------
GxIsEmpty(objText) 空检验
GxTrimStr(objText) 删除对象两边多余空格
GxIsPosInteger(objText) 数字
www.eeworm.com/read/426908/8991961
js computation.js
// 计算金额之间的差价
//因为使用模板原因,此处的取值不能像以前的document.all.ControlId.value了,需要加入ctl00$ContentPlaceHolder_Pages$ControlId此处只针对此项目
//或许可以使用通用方法,或者可以使用另一种针对此项目的方法ctl00_ContentPlaceHolder_P
www.eeworm.com/read/426825/8996830
js ad.js
function winload()
{
layer1.style.top=20;
layer1.style.left=5;
layer2.style.top=20;
layer2.style.right=5;
}
if(document.body.offsetWidth>800){
{
document.write("
www.eeworm.com/read/426825/8996837
js article.js
var NowImg = 1;
var bStart = 0;
var bStop =0;
function fnToggle()
{
var next = NowImg + 1;
if(next == MaxImg+1)
{
NowImg = MaxImg;
next = 1;
}
if(bStop!=1)
{
if(bStart
www.eeworm.com/read/426825/8996925
js photo.js
function findObj(theObj, theDoc)
{
var p, i, foundObj;
if(!theDoc) theDoc = document;
if( (p = theObj.indexOf("?")) > 0 && parent.frames.length)
{
theDoc = parent.frames[theObj.s
www.eeworm.com/read/426765/9000373
js jquery.js
(function(){
/*
* jQuery 1.2.2 - New Wave Javascript
*
* Copyright (c) 2007 John Resig (jquery.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
* $Da
www.eeworm.com/read/382755/9002462
js rtdocs.js
function populate_toc () {
var children = document.getElementsByTagName("h1").item(0).parentNode.childNodes
var toc = ""
var counters = new Array()
counters[1] = 0
counters[2] = 0
count