代码搜索:如何学习 JS?
找到约 10,000 项符合「如何学习 JS?」的源代码
代码结果 10,000
www.eeworm.com/read/385174/8814560
js login.js
// for login use
// x_core.js, main.js, validcode.js needed
/* login */
function switchLoginMode(mode){
var loginName = xGetElementById('LoginName');
var loginID = xGetElementById('LoginID')
www.eeworm.com/read/385174/8814561
js xwindow.js
// xWindow r1, Copyright 2001-2007 Michael Foster (Cross-Browser.com)
// Part of X, a Cross-Browser Javascript Library, Distributed under the terms of the GNU LGPL
function xWindow(name, w, h, x,
www.eeworm.com/read/385174/8814565
js xgetelementsbyattribute.js
// xGetElementsByAttribute r2, Copyright 2002-2007 Michael Foster (Cross-Browser.com)
// Part of X, a Cross-Browser Javascript Library, Distributed under the terms of the GNU LGPL
function xGetEle
www.eeworm.com/read/385174/8814567
js xwinscrollto.js
// xWinScrollTo r3, Copyright 2003-2007 Michael Foster (Cross-Browser.com)
// Part of X, a Cross-Browser Javascript Library, Distributed under the terms of the GNU LGPL
var xWinScrollWin = null;
www.eeworm.com/read/385174/8814571
js xslideto.js
// xSlideTo r3, Copyright 2001-2007 Michael Foster (Cross-Browser.com)
// Part of X, a Cross-Browser Javascript Library, Distributed under the terms of the GNU LGPL
function xSlideTo(e, x, y, uTim
www.eeworm.com/read/385174/8814573
js header.js
// header javascript main
function updateUserPanelStatus(){
var tmpHtml;
if(GuestLogin){
tmpHtml = encodeHtml(UserName);
}else{
tmpHtml = '
www.eeworm.com/read/385174/8814576
js postedit.js
// for post edit
// x_core.js, x_event.js, ajax.js, main.js, xwindow.js needed
function bodyLarger(){
var bodyText = xGetElementById('PostBody');
bodyText.rows += 2;
}
function bodySmaller(
www.eeworm.com/read/385174/8814578
js boardmanager.js
// for board manager
// x_core.js, ajax.js, main.js needed
function updateBoard(btn, type, value, onsuccess){
setInputDisabled(btn, true);
var params = 'id=' + boardId + '&update=' + type + '
www.eeworm.com/read/385174/8814581
js broadcast.js
// for broadcast
// x_core.js needed
var broadcast_lineheight = 24;
var broadcast_body;
var broadcast_pausescroll = false;
function broadcastInit(){
broadcast_body = xGetElementById('Broad
www.eeworm.com/read/385174/8814583
js richtexteditor.js
// rich text area support
// x_core.js, main.js needed
/* global control */
var richTextCtrls = new Array();
function createRichText(textareaId){
var ordinal = richTextCtrls.length;
richT