代码搜索:JQuery
找到约 1,736 项符合「JQuery」的源代码
代码结果 1,736
www.eeworm.com/read/232015/14211552
js interface.js
/*
* Interface elements for jQuery - http://interface.eyecon.ro
*
* Copyright (c) 2006 Stefan Petre
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*/
eva
www.eeworm.com/read/17055/709622
js jcal.min.js
/*
* jCal calendar multi-day and multi-month datepicker plugin for jQuery
* version 0.3.4
* Author: Jim Palmer
* Released under MIT license.
*/
(function($){$.fn.jCal=function(opt){$.jCal(t
www.eeworm.com/read/452799/1648364
js grid.base.js
;(function ($) {
/*
* jqGrid 3.4.3 - jQuery Grid
* Copyright (c) 2008, Tony Tomov, tony@trirand.com
* Dual licensed under the MIT and GPL licenses
* http://www.opensource.org/licenses/mit-li
www.eeworm.com/read/349599/3142411
js interface.js
/*
* Interface elements for jQuery - http://interface.eyecon.ro
*
* Copyright (c) 2006 Stefan Petre
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*/
eva
www.eeworm.com/read/415934/2130798
js test.js
jQuery.ui.accordion.defaults.animated = false;
function state(accordion) {
var args = $.makeArray(arguments).slice(1);
$.each(args, function(i, n) {
equals(n, accordion.find("div").eq(i).is(
www.eeworm.com/read/394594/8216892
js interface.js
/*
* Interface elements for jQuery - http://interface.eyecon.ro
*
* Copyright (c) 2006 Stefan Petre
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*/
eva
www.eeworm.com/read/459399/7275873
js tokenizer.js
/**
* Tokenizer/jQuery.Tokenizer
* Copyright (c) 2007-2008 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
* Dual licensed under MIT and GPL.
* Date: 2/29/2008
*
*
www.eeworm.com/read/452799/1648360
js jqdnr.js
/*
* jqDnR - Minimalistic Drag'n'Resize for jQuery.
*
* Copyright (c) 2007 Brice Burgess , http://www.iceburg.net
* Licensed under the MIT License:
* http://www.opensource.o
www.eeworm.com/read/452799/1648395
js grid.base-min.js
/*
* jqGrid 3.4.3 - jQuery Grid
* Copyright (c) 2008, Tony Tomov, tony@trirand.com
* Dual licensed under the MIT and GPL licenses
* http://www.opensource.org/licenses/mit-license.php
* http
www.eeworm.com/read/439657/1805058
js page.js
jQuery.fn.jpage = function(config){
init("#"+this.attr("id"),config);
}
function init(t,config){
//公有变量
var totalRecord = config.totalRecord > 0 ? config.totalRecord : 0; //总记录数