代码搜索:如何学习 JS?
找到约 10,000 项符合「如何学习 JS?」的源代码
代码结果 10,000
www.eeworm.com/read/386037/8770391
js goods.js
/*
* Licensed under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
* This collection of scripts is built on top of the very light weight jQuery library.
* Credit for jquer
www.eeworm.com/read/386037/8770407
js thickbox.js
/*
* Thickbox 2.1 - jQuery plugin for displaying content in a box above the page
*
* Copyright (c) 2006, 2007 Cody Lindley (http://www.codylindley.com)
*
* Licensed under the MIT License:
* h
www.eeworm.com/read/386037/8770410
js sfx.js
function si(object) {
if (document.getElementById){
document.getElementById(object).style.display = 'inline';
}
}
function h(object) {
if (document.getElementById){
document.getElementById(o
www.eeworm.com/read/386037/8770419
js ga.js
var _gat=new Object({c:"length",lb:"4.3",m:"cookie",b:undefined,cb:function(d,a){this.zb=d;this.Nb=a},r:"__utma=",W:"__utmb=",ma:"__utmc=",Ta:"__utmk=",na:"__utmv=",oa:"__utmx=",Sa:"GASO=",X:"__utmz="
www.eeworm.com/read/386037/8770426
js urchin.js
//-- Google Analytics Urchin Module
//-- Copyright 2007 Google, All Rights Reserved.
//-- Urchin On Demand Settings ONLY
var _uacct=""; // set up the Urchin Account
var _userv=1; // service mode
www.eeworm.com/read/386037/8770436
js jquery.js
/*
* Tabs 3 extensions
*
* Copyright (c) 2007 Klaus Hartl (stilbuero.de)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
* http://docs.jquery.com/UI/Tabs
www.eeworm.com/read/386037/8770437
js siteopt.js
(function(){var h = document.location.hash;for(var i=0;i
www.eeworm.com/read/386037/8770439
js dialog.js
function TD_show(params,callback) {
defaults = {
msg: 'Are you sure?',
width: 200,
height: 50,
ok: 'OK',
cancel: 'Cancel'
}
if(params) defaults = jQuery.extend(defaults,params);
if (ty
www.eeworm.com/read/386037/8770442
js abtest.js
abtest_conversion = 0;
function clickGoal(clickElement, testid, uacct) {
if (jQuery(clickElement)) jQuery(clickElement).mousedown(function(){
if (!abtest_conversion) {
_uacct = uacct;
urchinT
www.eeworm.com/read/385980/8773369
js stringbuffer.js
function StringBuffer() {
this.__strings__ = new Array;
}
StringBuffer.prototype.append = function (str) {
this.__strings__.push(str);
};
StringBuffer.prototype.toString = function (