代码搜索:JQuery
找到约 1,736 项符合「JQuery」的源代码
代码结果 1,736
www.eeworm.com/read/371443/2779867
js iutil.js
/**
* Interface Elements for jQuery
* utility function
*
* http://interface.eyecon.ro
*
* Copyright (c) 2006 Stefan Petre
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (
www.eeworm.com/read/444819/7605403
js firste_city.js
jQuery(function($) {
$("#floading").ajaxStart(function(){
$(this).html('正在查找,请稍等...');
});
$("#floading").ajax
www.eeworm.com/read/405320/11466218
js ajax.js
module("ajax");
// Safari 3 randomly crashes when running these tests,
// but only in the full suite - you can run just the Ajax
// tests and they'll pass
//if ( !jQuery.browser.safari ) {
if ( !isL
www.eeworm.com/read/17055/709231
js stylesheettoggle.js
/**
* Stylesheet toggle variation on styleswitch stylesheet switcher.
* Built on jQuery.
* Under an CC Attribution, Share Alike License.
* By Kelvin Luck ( http://www.kelvinluck.com/ )
**/
(fun
www.eeworm.com/read/488400/1230472
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/425635/2003818
js cmxforms.js
// apply inline-box only for mozilla
if( jQuery.browser.mozilla ) {
// do when DOM is ready
$( function() {
// search form, hide it, search labels to modify, filter classes nocmx and error
www.eeworm.com/read/421073/2055913
js dashboard.js
function contains(array, searchElem) {
for(var i=0; i
www.eeworm.com/read/415934/2130596
js cmxforms.js
// apply inline-box only for mozilla
if( jQuery.browser.mozilla ) {
// do when DOM is ready
$( function() {
// search form, hide it, search labels to modify, filter classes nocmx and error
www.eeworm.com/read/415934/2130625
js methods.js
function methodTest( methodName ) {
var v = jQuery("#form").validate();
var method = $.validator.methods[methodName];
var element = $("#firstname")[0];
return function(value) {
element.value = v
www.eeworm.com/read/403132/2315795
js dashboard.js
function contains(array, searchElem) {
for(var i=0; i