代码搜索:java jquery
找到约 10,000 项符合「java jquery」的源代码
代码结果 10,000
www.eeworm.com/read/456710/1603861
js jitk_jquery_ifixpng2.js
/*
* jQuery ifixpng plugin
* (previously known as pngfix)
* Version 3.1.2 (2008/09/01)
* @requires jQuery v1.2.6 or above, or a lower version with the dimensions plugin
*
* Based on the
www.eeworm.com/read/456710/1603865
js jitk_jquery_ui_mouse.js
(function($) {
//If the UI scope is not available, add it
$.ui = $.ui || {};
//Add methods that are vital for all mouse interaction stuff (plugin registering)
$.extend($.ui, {
plugin:
www.eeworm.com/read/456710/1603872
js jitk_jquery_ui_draggable.js
(function($) {
$.fn.extend({
draggable: function(options) {
var args = Array.prototype.slice.call(arguments, 1);
return this.each(function() {
if (typeof options == "string")
www.eeworm.com/read/456710/1603879
js jitk_jquery_ui_tabs.js
/*
* Tabs 3 - New Wave Tabs
*
* 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
www.eeworm.com/read/289980/3985660
svn-base jquery-1.0.2.js.svn-base
/* prevent execution of jQuery if included more then once */
if(typeof window.jQuery == "undefined") {
/*
* jQuery 1.0.2 - New Wave Javascript
*
* Copyright (c) 2006 John Resig (jquery.com)
* Dual
www.eeworm.com/read/440886/1786357
svn-base jquery-bridge.js.svn-base
/*
* Ext JS Library 2.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
if(typeof jQuery == "undefined"){
throw "Unable to load Ext, jQ
www.eeworm.com/read/438920/1821451
js jquery-1_2_6.js
/*
* jQuery 1.2.6 - New Wave Javascript
*
* Copyright (c) 2008 John Resig (jquery.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
* $Date: 20
www.eeworm.com/read/421765/2048590
svn-base jquery.dimensions.js.svn-base
K 13
svn:mime-type
V 15
text/javascript
END
www.eeworm.com/read/421765/2048595
svn-base jquery.dimensions.js.svn-base
/* Copyright (c) 2007 Paul Bakaus (paul.bakaus@googlemail.com) and Brandon Aaron (brandon.aaron@gmail.com || http://brandonaaron.net)
* Dual licensed under the MIT (http://www.opensource.org/licenses
www.eeworm.com/read/415934/2130640
js jquery.lightbox-0.4.pack.js
/**
* jQuery lightBox plugin
* This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
* and adapted to me for use like a plu