代码搜索:如何学习 JS?
找到约 10,000 项符合「如何学习 JS?」的源代码
代码结果 10,000
www.eeworm.com/read/283237/9034168
js postcode.js
var text = "";
function submitonce(theform)
{
if (document.all||document.getElementById)
{
for (i=0;i
www.eeworm.com/read/283235/9034291
js gwt.js
// Copyright 2007 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the
www.eeworm.com/read/283211/9035238
js index.js
// JavaScript Document
//为String 对象添加trim()方法
String.prototype.trim=function()
{
return this.replace(/(^\s*)|(\s*$)/g, "");
}
//检查表单
function checkPost()
{
if(document.post.content.value.tr
www.eeworm.com/read/185393/9039489
js bbcode.js
/******************************************************************************
team Board - modify for Team's daymoon
Copyright 2005-2006 team studio. (http://www.team5.cn)
*******************
www.eeworm.com/read/185393/9039494
js menu.js
/******************************************************************************
team Board - modify for Team's daymoon
Copyright 2005-2006 team studio. (http://www.team5.cn)
*******************
www.eeworm.com/read/185393/9039498
js plus.js
/******************************************************************************
team Board - modify for Team's daymoon
Copyright 2005-2006 team studio. (http://www.team5.cn)
*******************
www.eeworm.com/read/185393/9039502
js calendar.js
/******************************************************************************
Crossday Discuz! Board - Common Modules for Discuz!
Copyright 2001-2006 Comsenz Inc. (http://www.comsenz.com)
***
www.eeworm.com/read/185393/9039507
js common.js
/******************************************************************************
team Board - modify for Team's daymoon
Copyright 2005-2006 team studio. (http://www.team5.cn)
*******************
www.eeworm.com/read/185393/9039512
js editor.js
/******************************************************************************
team Board - modify for Team's daymoon
Copyright 2005-2006 team studio. (http://www.team5.cn)
*******************
www.eeworm.com/read/283118/9042106
js rpc.js
function RPC(action, param, callback) {
var http_request = CreateHttpRequest();
var queryString = "rpc.php?action=" + action;
if (callback) {
callback.src = http_request;
callback.params