代码搜索:如何学习 JS?
找到约 10,000 项符合「如何学习 JS?」的源代码
代码结果 10,000
www.eeworm.com/read/282844/9056284
js ubbcode.js
var Quote = 0;
var Bold = 0;
var Italic = 0;
var Underline = 0;
var Code = 0;
var Center = 0;
var Strike = 0;
var Sound = 0;
var Swf = 0;
var Ra = 0;
var Rm = 0;
var Marquee = 0;
var Fly
www.eeworm.com/read/282841/9056387
js ajax.js
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: ajax.js,v $
$Revision: 1.117 $
$Date: 2007/08/09 08:49:19 $
*/
var Ajaxs = new
www.eeworm.com/read/282841/9056390
js menu.js
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: menu.js,v $
$Revision: 1.66 $
$Date: 2007/07/26 07:35:27 $
*/
var jsmenu = new
www.eeworm.com/read/282841/9056401
js viewthread.js
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: viewthread.js,v $
$Revision: 1.78 $
$Date: 2007/08/01 05:55:44 $
*/
var msgwidt
www.eeworm.com/read/282841/9056410
js common.js
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: common.js,v $
$Revision: 1.103 $
$Date: 2007/07/30 09:16:52 $
*/
var lang = new
www.eeworm.com/read/282841/9056411
js msn.js
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: msn.js,v $
$Revision: 1.4 $
$Date: 2007/03/21 15:57:53 $
*/
function msnoperate
www.eeworm.com/read/382035/9056993
js chainedmenu.js
// Chained Menu
// Copyright Xin Yang 2004
// Web Site: www.yxScripts.com
// EMail: m_yangxin@hotmail.com
// Last Updated: 2004-08-23
// This script is free as long as the copyright notice re
www.eeworm.com/read/382007/9058410
js frame.js
function TL(){
switchPoint.innerText="打开菜单"
switchPoint.title="打开左栏"
switchPoint2.title="左栏最大化"
document.all("frmLeft").style.width="0"
}
function TR(){
switchPoint.innerText="关闭菜单"
swi
www.eeworm.com/read/382007/9058624
js edit.js
function fortable()
{
var arr = showModalDialog("../Edit/table.htm", "", "dialogWidth:20em; dialogHeight:12em; status:0");
if (arr != null){
var tmp=arr.split("*");
row=tmp[0];
col=t
www.eeworm.com/read/382007/9058718
js ubbcode.js
function DoTitle(addTitle) {
var revisedTitle;
var currentTitle = document.frmAnnounce.title.value;
revisedTitle = currentTitle+addTitle;
document.frmAnnounce.title.value=revisedTitle;
docum