PageRenderTime 305ms queryTime 41ms sortTime 3ms getByIdsTime 100ms findMatchingLines 108ms

100+ results results for 'slideup jquery repo:dkrzos/phc' (305 ms)

Not the results you expected?
wpsc-swfupload-handlers.js https://github.com/evadne/wp-e-commerce.git | JavaScript | 342 lines
                    
53	// Replace the original filename with the new (unique) one assigned during upload
                    
54	jQuery('#media-item-' + fileObj.id + ' .filename.original').replaceWith(jQuery('#media-item-' + fileObj.id + ' .filename.new'));
                    
55
                    
56	// Also bind toggle to the links
                    
57	jQuery('#media-item-' + fileObj.id + ' a.toggle').bind('click', function(){jQuery(this).siblings('.slidetoggle').slideToggle(150, function(){var o=jQuery(this).offset();window.scrollTo(0,o.top-36);});jQuery(this).parent().eq(0).children('.toggle').toggle();jQuery(this).siblings('a.toggle').focus();return false;});
                    
58
                    
80	error.html('<div class="file-error"><button type="button" id="dismiss-'+id+'" class="button dismiss">'+swfuploadL10n.dismiss+'</button>'+html+'</div>');
                    
81	jQuery('#dismiss-'+id).click(function(){jQuery(this).parents('.file-error').slideUp(200, function(){jQuery(this).empty();})});
                    
82}
                    
161			
                    
162			input_set = jQuery.makeArray(jQuery("#gallery_list li:not(.ui-sortable-helper) input.image-id"));
                    
163			set = new Array();
                    
228	jQuery('#media-item-' + fileObj.id + ' .filename').after('<div class="file-error"><button type="button" id="dismiss-' + fileObj.id + '" class="button dismiss">'+swfuploadL10n.dismiss+'</button>'+message+'</div>').siblings('.toggle').remove();
                    
229	jQuery('#dismiss-' + fileObj.id).click(function(){jQuery(this).parents('.media-item').slideUp(200, function(){jQuery(this).remove();})});
                    
230}
                    
                
handlers.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 375 lines
                    
83		jQuery(this).siblings('.slidetoggle').slideToggle(350, function(){
                    
84			var w = jQuery(window).height(), t = jQuery(this).offset().top, h = jQuery(this).height(), b;
                    
85
                    
160				+ '</div>');
                    
161	item.find('a.dismiss').click(function(){jQuery(this).parents('.media-item').slideUp(200, function(){jQuery(this).remove();})});
                    
162}
                    
175	if ( item.hasClass('child-of-'+post_id) )
                    
176		jQuery('#attachments-count').text( jQuery('#attachments-count').text() - 1 );
                    
177
                    
201function updateMediaForm() {
                    
202	var one = jQuery('form.type-form #media-items').children(), items = jQuery('#media-items').children();
                    
203
                    
262				+ '</div>');
                    
263	item.find('a.dismiss').click(function(){jQuery(this).parents('.media-item').slideUp(200, function(){jQuery(this).remove();})});
                    
264}
                    
                
jquery.bpopup.js https://gitlab.com/Mirros/cdnjs | JavaScript | 359 lines
                    
2 * @name: bPopup
                    
3 * @type: jQuery
                    
4 * @author: (c) Bjoern Klinggaard - @bklinggaard
                    
6 * @version: 0.10.0
                    
7 * @requires jQuery 1.4.3
                    
8 *==================================================================================================================*/
                    
121					, 'position': o.positionStyle || 'absolute'
                    
122					, 'top': o.transition == 'slideDown' || o.transition == 'slideUp' ? (o.transition == 'slideUp' ? d.scrollTop() + wH : vPos + height * -1) : getTopPos(!(!o.follow[1] && fixedVPos || fixedPosStyle))
                    
123					, 'z-index': o.zIndex + popups + 1 
                    
258			      	break;
                    
259		   		case "slideUp":
                    
260					animate({
                    
358    };
                    
359})(jQuery);
                    
360
                    
                
tabs.js https://bitbucket.org/tumivn/phpexamples.git | JavaScript | 283 lines
                    
2 * @license 
                    
3 * jQuery Tools 1.2.5 Tabs- The basics of UI design.
                    
4 * 
                    
68		slide: function(i, done) {
                    
69			this.getPanes().slideUp(200);
                    
70			this.getPanes().eq(i).slideDown(400, done);			 
                    
109			 tabs = root.find(conf.tabs),
                    
110			 panes = paneSelector.jquery ? paneSelector : root.children(paneSelector),			 
                    
111			 current;
                    
254	
                    
255	// jQuery plugin implementation
                    
256	$.fn.tabs = function(paneSelector, conf) {
                    
280		
                    
281}) (jQuery); 
                    
282
                    
                
js_nIq8fZoOMFxdhIBsCIVOMYq0aMc3JIVCVyjJM1y5sWY.js https://bitbucket.org/serveis_populetic/pe-www-main.git | JavaScript | 271 lines
                    
31
                    
32})(jQuery);
                    
33;
                    
61    $fieldset.trigger({ type: 'collapsed', value: true });
                    
62    $('> .fieldset-wrapper', fieldset).slideUp('fast', function () {
                    
63      $fieldset
                    
135
                    
136})(jQuery);
                    
137;
                    
175
                    
176  // Clone the table header so it inherits original jQuery properties. Hide
                    
177  // the table to avoid a flash of the header clone upon page load.
                    
269
                    
270})(jQuery);
                    
271;
                    
                
Switcher.js https://github.com/triangle/Switcher.git | JavaScript | 455 lines
                    
3 * 
                    
4 * Requires jQuery
                    
5 */
                    
409				this.switcher._lock();
                    
410				targets.slideUp(this.duration, this.easing, callback || $.proxy(this.switcher, "_unlock"));
                    
411			} else {
                    
                
index.html https://github.com/codeforamerica/mobile-mapper.git | HTML | 265 lines
                    
5    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
                    
6    <link rel="stylesheet" href="jquery.mobile-1.0b1.min.css" />
                    
7    <link rel="stylesheet" href="base.css" type="text/css" />
                    
13    <script type="text/javascript" charset="utf-8" src="sha1.js"></script>
                    
14    <script type="text/javascript" charset="utf-8" src="jquery-1.6.1.min.js"></script>
                    
15    <script type="text/javascript" charset="utf-8" src="jquery.mobile-1.0b1.min.js"></script>
                    
15    <script type="text/javascript" charset="utf-8" src="jquery.mobile-1.0b1.min.js"></script>
                    
16    <script type="text/javascript" charset="utf-8" src="jquery.couch.js"></script>
                    
17    <script type="text/javascript" charset="utf-8" src="jquery.couch2.js"></script>
                    
42          	<li><a href="favorites.html" data-icon="star">favorite</a></li>
                    
43          	<li><a href="#add_record" data-icon="plus" data-transition="slideup" title="add artwork">add artwork</a></li>
                    
44          	<li><a href="#search_dialog" data-icon="search" data-rel="dialog" data-transition="slidedown">search</a></li>
                    
64          	<li><a href="favorites.html" data-icon="star">favorite</a></li>
                    
65          	<li><a href="#add_record" data-icon="plus" data-transition="slideup" title="add artwork">add artwork</a></li>
                    
66          	<li><a href="index.html" data-icon="search">search</a></li>
                    
                
wikilicious.html https://github.com/wolfhesse/saikogallery.git | HTML | 153 lines
                    
40by using the information found here and tagging resources in del.icio.us<h5><a href="http://wikilicious.blogspot.com/">blog</a></h5>
                    
41<script src="http://code.jquery.com/jquery-latest.js">
                    
42</script>
                    
42</script>
                    
43<script src="http://r20080614.appspot.com/static/jquery.hoverIntent.minified.js">
                    
44</script>
                    
51    
                    
52    var $j = jQuery.noConflict();
                    
53    
                    
127        $j("#idSu").hoverIntent(function(){
                    
128            $j("#idS").slideUp("fast");
                    
129        }, function(){
                    
                
index.html https://github.com/vsxed/jquery-mobile.git | HTML | 279 lines
                    
5	<meta name="viewport" content="width=device-width, initial-scale=1">
                    
6	<title>jQuery Mobile Navigation Test Suite</title>
                    
7
                    
7
                    
8	<script src="../../../js/jquery.js"></script>
                    
9	<script src="../jquery.setNameSpace.js"></script>
                    
10	<script src="../../../js/"></script>
                    
11	<script src="../../../tests/jquery.testHelper.js"></script>
                    
12
                    
28
                    
29<h1 id="qunit-header">jQuery Mobile Navigation Test Suite</h1>
                    
30<h2 id="qunit-banner"></h2>
                    
115<div id="dup-history-first" data-nstest-role="page">
                    
116	<a href="#dup-history-second" data-nstest-transition="slideup" data-nstest-role="button" >
                    
117		Page 2
                    
                
todolist.js https://github.com/DamonOehlman/prowebapps-code.git | JavaScript | 383 lines
                    
53        // slide up any active task details panes
                    
54        jQuery(".task-details").slideUp();
                    
55
                    
62        // in the current list item toggle the display of the details pane
                    
63        jQuery(listItem).find(".task-details").slideDown();
                    
64        
                    
78        Task: function(params) {
                    
79            params = jQuery.extend({
                    
80                id: null,
                    
284                    jQuery("#main .task-complete").unbind().click(function() {
                    
285                        jQuery("#main .task").slideUp();
                    
286                        
                    
295                    jQuery("#main .notasks").remove();
                    
296                    jQuery("#main .task").slideUp().after("<p class='notasks'>You have no tasks to complete</p>");
                    
297                }
                    
                
jquery.toast.js https://gitlab.com/IvettGeorge/tecnicassanacion | JavaScript | 357 lines
                    
1// jQuery toast plugin created by Kamran Ahmed copyright MIT license 2015
                    
2if ( typeof Object.create !== 'function' ) {
                    
155                    that._toastEl.trigger('beforeHide');
                    
156                    that._toastEl.slideUp(function () {
                    
157                        that._toastEl.trigger('afterHidden');
                    
237
                    
238            // 400 is the default time that jquery uses for fade/slide
                    
239            // Divide by 1000 for milliseconds to seconds conversion
                    
289                        that._toastEl.trigger('beforeHide');
                    
290                        that._toastEl.slideUp(function () {
                    
291                            that._toastEl.trigger('afterHidden');
                    
356
                    
357})( jQuery, window, document );
                    
358
                    
                
index.html https://github.com/mojomedialabs/decaf-iphone.git | HTML | 229 lines
                    
14	<script src="javascripts/phonegap-1.0.0.js"></script>
                    
15	<script src="javascripts/jquery-1.4.2.min.js"></script>
                    
16	<script src="javascripts/jqtouch.js"></script>
                    
47				<a href="#" id="logout" class="button">Logout</a>
                    
48				<a href="#settings" id="settings-button" class="button slideup">Settings</a>
                    
49			</div>
                    
207				<a href="#" id="settings-back" class="back">Back</a>
                    
208				<a id="about-button" class="button slideup" href="#about">About</a>
                    
209			</div>
                    
                
index.html https://github.com/ThomasG77/zoo-project-fr.git | HTML | 262 lines
                    
21    </script>
                    
22    <script type="text/javascript" src="../_static/jquery.js"></script>
                    
23    <script type="text/javascript" src="../_static/underscore.js"></script>
                    
40		}, function(){
                    
41			$(this).parent().find("ul.subnav").slideUp('slow'); //When the mouse hovers out of the subnav, move it back up
                    
42		});
                    
                
espresso_cart_functions.js https://bitbucket.org/anneivycat/ebcookhouse.git | JavaScript | 388 lines
                    
1jQuery(document).ready(function() {
                    
2
                    
3    // clear firefox and safari cache
                    
4    jQuery(window).unload( function() {}); 
                    
5
                    
5
                    
6    jQuery.ajaxSetup({
                    
7        cache: false,
                    
9        {
                    
10            if (jQuery.browser.msie)
                    
11            {
                    
27
                    
28            jQuery(container).html('<img src="' + EEGlobals.plugin_url + 'images/ajax-loader.gif">');
                    
29
                    
308        jQuery('#multi_regis_form_fields-' + to_event_id + "-" + to_price_id + " :input[name*='[" + to_event_id + "][" + to_price_id + "][" + to_attendee_no + "]']").each(function(){
                    
309            //console.log(jQuery(this).attr('name') + ' > ' + jQuery(this).val());
                    
310            var val = jQuery(this).val();
                    
                
jquery.helper.js https://github.com/robertleeplummerjr/bluebox.git | JavaScript | 390 lines
                    
1/*
                    
2 * jQuery PHP Plugin
                    
3 * version: 0.8.3 (16/03/2009)
                    
4 * author:  Anton Shevchuk (http://anton.shevchuk.name)
                    
5 * @requires jQuery v1.2.1 or later
                    
6 *
                    
6 *
                    
7 * Examples and documentation at: http://jquery.hohli.com/
                    
8 * Dual licensed under the MIT and GPL licenses:
                    
63     success:function (response, textStatus) {
                    
64        // call jQuery methods
                    
65
                    
125					        case ((   method == 'show'      || method == 'hide'
                    
126					               || method == 'slideDown' || method == 'slideUp' || method == 'slideToggle'
                    
127					               || method == 'fadeIn'    || method == 'fadeOut'
                    
                
devawok.js https://gitlab.com/dev.absar/awok.io | JavaScript | 574 lines
                    
7
                    
8	jQuery(document).ready(function($) {
                    
9
                    
61			if( $(this).next().find('div').hasClass('active') ){
                    
62				$(this).next().find('div').slideUp( 333 , function(){
                    
63					$(this).removeClass('active');	
                    
68			$(this).parent().parent().find('div').removeClass( 'active' );
                    
69			$(this).parent().parent().find('div').slideUp( 333 );
                    
70
                    
512
                    
513		// End jQuery
                    
514
                    
                
media.admin.js https://github.com/rtdean93/tbytam.git | JavaScript | 149 lines
                    
113    if (!$('#media-admin input[type=checkbox]:checked').size()) {
                    
114      fieldset.slideUp('fast');
                    
115    }
                    
139      else {
                    
140        $('.form-item-match-type-other').slideUp('fast');
                    
141      }
                    
147  
                    
148})(jQuery);
                    
149
                    
                
admin.js https://gitlab.com/hop23typhu/list-theme | JavaScript | 338 lines
                    
139		if (
                    
140			( jQuery.isArray( checkValue ) && jQuery.inArray( $selector.val(), checkValue ) > -1) ||
                    
141				( '_unchecked' === checkValue && $selector.is( ':not(:checked)' ) ) ||
                    
144		) {
                    
145			jQuery( $showSelector ).slideDown( 'fast' );
                    
146		} else {
                    
146		} else {
                    
147			jQuery( $showSelector ).slideUp( 'fast' );
                    
148		}
                    
166		'use strict';
                    
167		jQuery( '#' + event.target.id + '_chars' ).html( jQuery( event.target ).val().length.toString() );
                    
168	},
                    
188		// Remove class from all labels
                    
189		jQuery('input[name="' + jQuery(event.target).attr('name') + '"]').parent('label').removeClass(selectedClass);
                    
190
                    
                
jquery_engine.php https://github.com/fektor/cakephp.git | PHP | 363 lines
                    
2/**
                    
3 * jQuery Engine Helper for JsHelper
                    
4 *
                    
4 *
                    
5 * Provides jQuery specific Javascript for JsHelper.
                    
6 *
                    
6 *
                    
7 * Implements the JsHelper interface for jQuery.  All $options arrays
                    
8 * support all options found in the JsHelper, as well as those in the jQuery
                    
26
                    
27class JqueryEngineHelper extends JsBaseEngineHelper {
                    
28/**
                    
28/**
                    
29 * Option mappings for jQuery
                    
30 *
                    
                
fusion.js https://github.com/calvinchengx/O-Kay-Blog-wih-Kay-0.10.0.git | JavaScript | 219 lines
                    
3// cookie functions
                    
4jQuery.cookie = function(name, value, options) {
                    
5    if (typeof value != 'undefined') { // name and value given, set cookie
                    
8            value = '';
                    
9            options = jQuery.extend({}, options); // clone object since it's unexpected behavior if the expired property were changed
                    
10            options.expires = -1;
                    
34            for (var i = 0; i < cookies.length; i++) {
                    
35                var cookie = jQuery.trim(cookies[i]);
                    
36                // Does this cookie string begin with the name we want?
                    
48// fixes for IE-7 cleartype bug on fade in/out
                    
49jQuery.fn.fadeIn = function(speed, callback) {
                    
50 return this.animate({opacity: 'show'}, speed, function() {
                    
174      // body .safari class
                    
175      if (jQuery.browser.safari) jQuery('body').addClass('safari');
                    
176
                    
                
jquery.selectbox-0.6.1.js https://hg.codeplex.com/century | JavaScript | 135 lines
                    
1/**
                    
2* jQuery custom selectboxes
                    
3* 
                    
9* @category visual
                    
10* @package jquery
                    
11* @subpakage ui.selectbox
                    
13**/
                    
14jQuery.fn.selectbox = function (options) {
                    
15    /* Default settings */
                    
16    var settings = {
                    
17        className: 'jquery-selectbox',
                    
18        animationSpeed: "fast",
                    
20    };
                    
21    var commonClass = 'jquery-custom-selectboxes-replaced';
                    
22    var listOpen = false;
                    
                
settings.js https://gitlab.com/thisishayat/itv-2016 | JavaScript | 346 lines
                    
43				case "select-multiple":
                    
44					value = jQuery(element).val();
                    
45					if(value)
                    
78			var value = this.value.toLowerCase();
                    
79			var isChildRadio = (childInput && childInput.tagName == "SPAN" && jQuery(childInput).hasClass("radio_wrapper"));
                    
80			
                    
103							if(isChildRadio)
                    
104								jQuery(childInput).children("input").prop("disabled","").removeClass("disabled");
                    
105							
                    
191		
                    
192		jQuery("body").click(function(){
                    
193			colorPickerWrapper.hide();
                    
200	var closeAllAccordionItems = function(formID){
                    
201		jQuery("#"+formID+" .unite-postbox .inside").slideUp("fast");
                    
202		jQuery("#"+formID+" .unite-postbox h3").addClass("box_closed");
                    
                
jquery3.tex https://github.com/waltervargas/WebDesign.git | LaTeX | 268 lines
                    
5\author[Walter Vargas]{ info@covetel.com.ve \inst{1}}
                    
6\subtitle{JQuery}
                    
7\institute[covetel.com.ve]{ \inst{1} Cooperativa Venezolana de Tecnologías Libres R.S. }
                    
44    \item .toggle().
                    
45    \item .slideDown() .slideUp() .slideToggle()
                    
46    \item .fadeIn() .fadeOut() .fadeTo()
                    
258\end{lstlisting}
                    
259\item Usando JQuery
                    
260\textbf{Ejemplo}
                    
261\begin{lstlisting}
                    
262var obj = jQuery.parseJSON('{"name": "Jhon", "apellido":"Smith"}');
                    
263alert(obj.name === "Jhon");
                    
                
jquery.slimmenu.js https://gitlab.com/zohaibsaleem/shipcliq | JavaScript | 175 lines
                    
1/**
                    
2 * jquery.slimmenu.js
                    
3 * http://adnantopal.github.io/slimmenu/
                    
54                    $(this).find('i').html('&#9660;');
                    
55                    $parent_li.find('>ul').slideUp($options.animSpeed, $options.easingEffect);
                    
56                }
                    
141						{
                    
142							$(this).find('>ul').stop().slideUp($options.animSpeed, $options.easingEffect);
                    
143						});
                    
174
                    
175})( jQuery, window, document );
                    
176
                    
                
nav.accordion.js https://gitlab.com/ghufron/vkoolupdate | JavaScript | 205 lines
                    
1/*
                    
2 * DC jQuery Vertical Accordion Menu - jQuery vertical accordion menu plugin
                    
3 * Copyright (c) 2011 Design Chemical
                    
11    if (typeof define === 'function' && define.amd) {
                    
12        // AMD. Register as an anonymous module depending on jQuery.
                    
13        define(['jquery'], factory);
                    
14    } else {
                    
15        // No AMD. Register plugin with global jQuery object.
                    
16        factory(jQuery);
                    
112                    if ($('> ul',$activeLi).is(':visible')){
                    
113                        $('ul',$activeLi).slideUp(defaults.speed);
                    
114                        $('a',$activeLi).removeClass(classActive);
                    
162                if ($('> ul',$activeLi).is(':visible')){
                    
163                    $('ul',$activeLi).slideUp(defaults.speed);
                    
164                    $('a',$activeLi).removeClass(classActive);
                    
                
JqueryEngineHelperTest.php https://github.com/suzuki/candycane.git | PHP | 373 lines
                    
2/**
                    
3 * JqueryEngineTestCase
                    
4 *
                    
20App::uses('JsHelper', 'View/Helper');
                    
21App::uses('JqueryEngineHelper', 'View/Helper');
                    
22App::uses('View', 'View');
                    
34		$this->View = $this->getMock('View', array('addScript'), array(&$controller));
                    
35		$this->Jquery = new JqueryEngineHelper($this->View);
                    
36	}
                    
152
                    
153		$result = $this->Jquery->effect('slideUp');
                    
154		$expected = '$("#foo").slideUp();';
                    
223	public function testRequestWithAlternateJqueryObject() {
                    
224		$this->Jquery->jQueryObject = '$j';
                    
225
                    
                
handlers.dev.js https://github.com/muskmelon/Greemo.git | JavaScript | 370 lines
                    
78		jQuery(this).siblings('.slidetoggle').slideToggle(350, function(){
                    
79			var w = jQuery(window).height(), t = jQuery(this).offset().top, h = jQuery(this).height(), b;
                    
80
                    
155				+ '</div>');
                    
156	item.find('a.dismiss').click(function(){jQuery(this).parents('.media-item').slideUp(200, function(){jQuery(this).remove();})});
                    
157}
                    
170	if ( item.hasClass('child-of-'+post_id) )
                    
171		jQuery('#attachments-count').text( jQuery('#attachments-count').text() - 1 );
                    
172
                    
174		jQuery('.toggle').toggle();
                    
175		jQuery('.slidetoggle').slideUp(200).siblings().removeClass('hidden');
                    
176	}
                    
257				+ '</div>');
                    
258	item.find('a.dismiss').click(function(){jQuery(this).parents('.media-item').slideUp(200, function(){jQuery(this).remove();})});
                    
259}
                    
                
app.min.js https://gitlab.com/filly/e-hrm | JavaScript | 230 lines
                    
59            var d = $(this), e = d.next();
                    
60            if (e.is(".treeview-menu") && e.is(":visible"))e.slideUp(c, function () {
                    
61                e.removeClass("menu-open")
                    
62            }), e.parent("li").removeClass("active"); else if (e.is(".treeview-menu") && !e.is(":visible")) {
                    
63                var f = d.parents("ul").first(), g = f.find("ul:visible").slideUp(c);
                    
64                g.removeClass("menu-open");
                    
109                c.removeClass("collapsed-box")
                    
110            })) : (a.children(":first").removeClass(b.icons.collapse).addClass(b.icons.open), d.slideUp(b.animationSpeed, function () {
                    
111                c.addClass("collapsed-box")
                    
115            var b = a.parents(".box").first();
                    
116            b.slideUp(this.animationSpeed)
                    
117        }
                    
119}
                    
120if ("undefined" == typeof jQuery)throw new Error("AdminLTE requires jQuery");
                    
121$.AdminLTE = {}, $.AdminLTE.options = {
                    
                
2011-27-022.html https://gitlab.com/bernagg/TI | HTML | 190 lines
                    
5		PhoneToText : You transcribe on your time.  We pay competative rates.	</title>
                    
6	<link href="/img/domains/phonetotext/favicon.ico" type="image/x-icon" rel="icon" /><link href="/img/domains/phonetotext/favicon.ico" type="image/x-icon" rel="shortcut icon" /><link rel="stylesheet" type="text/css" href="/css/base_styles.css" /><link rel="stylesheet" type="text/css" href="/css/transcriptions.css" /><script type="text/javascript" src="/js/jquery-1.4.2.min.js"></script><script type="text/javascript" src="/js/jquery-ui-1.7.2.custom.min.js"></script><script type="text/javascript" src="/js/jquery_si_base.js"></script><script type="text/javascript" src="/js/jquery.shortkeys.js"></script><script type="text/javascript" src="/js/menu.js"></script>
                    
7</head>
                    
33			if (event.pageY < (this.offsetTop + this.offsetHeight)) {
                    
34				$(this).parent().find("ul.subnav").slideUp('fast');
                    
35			}
                    
38		}, function(){
                    
39			$(this).parent().find("ul.subnav").slideUp('fast');
                    
40		});
                    
                
jquery.mobile.fixedToolbar.js git://github.com/jquery/jquery-mobile.git | JavaScript | 275 lines
                    
4
                    
5define( [ "jquery", "./jquery.mobile.widget", "./jquery.mobile.core", "./jquery.mobile.navigation", "./jquery.mobile.page", "./jquery.mobile.page.sections", "./jquery.mobile.zoom" ], function( $ ) {
                    
6//>>excludeEnd("jqmBuildExclude");
                    
13			disablePageZoom: true,
                    
14			transition: "slide", //can be none, fade, slide (slide maps to slideup or slidedown)
                    
15			fullscreen: false,
                    
103				if( tclass === "slide" ){
                    
104					tclass = this.element.is( ".ui-header" ) ? "slidedown" : "slideup";
                    
105				}
                    
259		destroy: function(){
                    
260			this.element.removeClass( "ui-header-fixed ui-footer-fixed ui-header-fullscreen ui-footer-fullscreen in out fade slidedown slideup ui-fixed-hidden" )
                    
261			this.element.closest( ".ui-page" ).removeClass( "ui-page-header-fixed ui-page-footer-fixed ui-page-header-fullscreen ui-page-footer-fullscreen" );
                    
270
                    
271})( jQuery );
                    
272//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
                    
                
sq_blocksettingsseo.js https://gitlab.com/memuller.web/wp_site | JavaScript | 307 lines
                    
85    jQuery('#sq_auto_sitemap0').bind('click', function () {
                    
86        jQuery('#sq_sitemap').slideUp('fast');
                    
87    });
                    
91    jQuery('#sq_auto_jsonld0').bind('click', function () {
                    
92        jQuery('#sq_jsonld').slideUp('fast');
                    
93    });
                    
139        }
                    
140        jQuery('#sq_fix_auto').slideUp('show');
                    
141
                    
146        jQuery('#sq_settings .sq_seo_switch_condition').hide();
                    
147        jQuery('#sq_title_description_keywords').slideUp('fast');
                    
148
                    
148
                    
149        jQuery('#sq_social_media').slideUp('fast');
                    
150        jQuery('#sq_favicon').slideUp('fast');
                    
                
fields-form.js https://gitlab.com/Fraternal-Group/fraternal | JavaScript | 163 lines
                    
135        jQuery(field).prev().remove();
                    
136        jQuery(field).removeClass('wpcf-value-store-error-error');
                    
137    }
                    
138
                    
139    var value = jQuery(field).val();
                    
140    if (value === '') {
                    
142        if (!jQuery(field).hasClass('wpcf-value-store-error-error')) {
                    
143            jQuery(field).before('<div class="wpcf-form-error">' + jQuery(field).data('required-message') + '</div>').addClass('wpcf-value-store-error-error');
                    
144            var legend = jQuery(field).closest('div.ui-draggable').children('fieldset').children('legend');
                    
147            }
                    
148            var fieldset = jQuery(field).closest('fieldset');
                    
149            if ( jQuery('legend.legend-collapsed', fieldset ) ) {
                    
157        if (!jQuery(field).hasClass('wpcf-value-store-error-error')) {
                    
158            jQuery(field).before('<div class="wpcf-form-error">' + jQuery(field).data('required-message-0') + '</div>').addClass('wpcf-value-store-error-error');
                    
159        }
                    
                
export.php https://gitlab.com/Blueprint-Marketing/WordPress-1 | PHP | 243 lines
                    
27//<![CDATA[
                    
28	jQuery(document).ready(function($){
                    
29 		var form = $('#export-filters'),
                    
32 		form.find('input:radio').change(function() {
                    
33			filters.slideUp('fast');
                    
34			switch ( $(this).val() ) {
                    
                
tools.tabs.js git://github.com/membase/ns_server.git | JavaScript | 286 lines
                    
68		slide: function(i, done) {			
                    
69			this.getPanes().slideUp(200);
                    
70			this.getPanes().eq(i).slideDown(400, done);			 
                    
240	
                    
241	// jQuery plugin implementation
                    
242	$.fn.tabs = function(query, conf) {
                    
256		
                    
257		// install tabs for each items in jQuery		
                    
258		this.each(function(i) {				
                    
268			// find panes
                    
269			var panes = query.jquery ? query : root.children(query);
                    
270			
                    
282		
                    
283}) (jQuery); 
                    
284
                    
                
jquery.gridder.js https://gitlab.com/oytunistrator/gridder | JavaScript | 246 lines
                    
2 *  Gridder - v1.4.2
                    
3 *  A jQuery plugin that displays a thumbnail grid expanding preview similar to the effect seen on Google Images.
                    
4 *  http://www.oriongunning.com/
                    
76                
                    
77                base.find(".gridder-show").slideUp(settings.animationSpeed, settings.animationEasing, function() {
                    
78                    base.find(".gridder-show").remove();
                    
245     
                    
246})(jQuery);
                    
247
                    
                
main.js https://bitbucket.org/jaayyy/country-lane-farms.git | JavaScript | 382 lines
                    
1var $ = jQuery.noConflict();
                    
2var Oldal = {
                    
93        if(submenu.is(':visible')) {
                    
94            submenu.slideUp(300);
                    
95            $(this).html('<i class="glyphicon glyphicon-chevron-down"></i>');
                    
103        if(searchWrap.is(':visible')) {
                    
104            searchWrap.slideUp(300);
                    
105        } else {
                    
                
custom.js https://bitbucket.org/projectangelfaces/project-angel-faces.git | JavaScript | 376 lines
                    
13    else{
                    
14      $(".sidebar #nav").slideUp(350); 
                    
15    }
                    
25        // hide any open menus and remove all other classes
                    
26        $("#nav li ul").slideUp(350);
                    
27        $("#nav li a").removeClass("subdrop");
                    
35        $(this).removeClass("subdrop");
                    
36        $(this).next("ul").slideUp(350);
                    
37      } 
                    
47        // hide any open menus and remove all other classes
                    
48        $(".sidebar #nav").slideUp(350);
                    
49        $(".sidebar-dropdown a").removeClass("open");
                    
57        $(this).removeClass("open");
                    
58        $(".sidebar #nav").slideUp(350);
                    
59      }
                    
                
index.html.erb https://github.com/dharin/Auction-Window.git | Ruby HTML | 286 lines
                    
1<%= stylesheet_link_tag "ui-lightness/jquery-ui-1.8.custom", :media => "screen" %>
                    
2<%= javascript_include_tag "jquery-ui-1.8.custom.min.js" %>
                    
3<script type="text/javascript">
                    
4    jQuery(document).ready(function($) {
                    
5      $('a[rel*=facebox]').facebox({
                    
28   function cancel_form(v){
                    
29     $("#set_for_auction_"+v).slideUp('fast');
                    
30   }
                    
                
foundation.accordionMenu.js https://gitlab.com/infogenix/foundation-wp | JavaScript | 318 lines
                    
21     * @fires AccordionMenu#init
                    
22     * @param {jQuery} element - jQuery object to make into an accordion menu.
                    
23     * @param {Object} options - Overrides to the default plugin settings.
                    
55      value: function _init() {
                    
56        this.$element.find('[data-submenu]').not('.is-active').slideUp(0); //.find('a').css('padding-left', '1rem');
                    
57        this.$element.attr({
                    
211       * @function
                    
212       * @param {jQuery} $target - the submenu to toggle
                    
213       */
                    
228       * Opens the sub-menu defined by `$target`.
                    
229       * @param {jQuery} $target - Sub-menu to open.
                    
230       * @fires AccordionMenu#down
                    
256       * Closes the sub-menu defined by `$target`. All sub-menus inside the target will be closed as well.
                    
257       * @param {jQuery} $target - Sub-menu to close.
                    
258       * @fires AccordionMenu#up
                    
                
jquery.eventCalendar.js https://gitlab.com/aliyafathma/9-Agustus-WEBDESIGN-LAPAN | JavaScript | 442 lines
                    
1/* =
                    
2	jquery.eventCalendar.js
                    
3	version: 0.42;
                    
81			if (desc.is(':visible')) {
                    
82				desc.slideUp();
                    
83			} else {
                    
84				if(eventsOpts.onlyOneDescription) {
                    
85					flags.wrap.find('.eventDesc').slideUp();
                    
86				}
                    
                
jquery.app.js https://gitlab.com/Dewapura/SoftPro_R | JavaScript | 318 lines
                    
42          // hide any open menus and remove all other classes
                    
43          $("ul",$(this).parents("ul:first")).slideUp(350);
                    
44          $("a",$(this).parents("ul:first")).removeClass("subdrop");
                    
53          $(this).removeClass("subdrop");
                    
54          $(this).next("ul").slideUp(350);
                    
55          $(".pull-right i",$(this).parent()).removeClass("md-remove").addClass("md-add");
                    
82    
                    
83}(window.jQuery),
                    
84
                    
138    
                    
139}(window.jQuery),
                    
140
                    
189
                    
190}(window.jQuery),
                    
191
                    
                
index.html https://gitlab.com/shidang/p2p-wyd | HTML | 251 lines
                    
7    <link rel="stylesheet" href="css/style.css">
                    
8    <script type="text/javascript" src="js/jquery.js"></script>
                    
9    <script type="text/javascript">
                    
21                $(".summer-xrbdj-font").filter(":not(:animated)").slideToggle();
                    
22                $(".summer-tbxfj-font").slideUp();
                    
23                $(".summer-mbzsj-font").slideUp();
                    
23                $(".summer-mbzsj-font").slideUp();
                    
24                $(".summer-zjzsj-font").slideUp();
                    
25                $(".summer-dmgj-font").slideUp();
                    
29                $(".summer-tbxfj-font").filter(":not(:animated)").slideToggle();
                    
30                $(".summer-xrbdj-font").slideUp();
                    
31                $(".summer-mbzsj-font").slideUp();
                    
31                $(".summer-mbzsj-font").slideUp();
                    
32                $(".summer-zjzsj-font").slideUp();
                    
33                $(".summer-dmgj-font").slideUp();
                    
                
fx.js https://github.com/dantman/4query.git | JavaScript | 408 lines
                    
67				if ( !old && old !== "none" )
                    
68					jQuery.data(this[i], "olddisplay", jQuery.css(this[i], "display"));
                    
69			}
                    
213		opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration :
                    
214			jQuery.fx.speeds[opt.duration] || jQuery.fx.speeds._default;
                    
215
                    
256
                    
257		(jQuery.fx.step[this.prop] || jQuery.fx.step._default)( this );
                    
258
                    
375			// Perform the easing function, defaults to swing
                    
376			this.pos = jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" : "linear")](this.state, n, 0, 1, this.options.duration);
                    
377			this.now = this.start + ((this.end - this.start) * this.pos);
                    
387
                    
388jQuery.extend( jQuery.fx, {
                    
389	speeds:{
                    
                
jquery.simulate.drag-sortable.js https://github.com/artemave/REST-assured.git | JavaScript | 235 lines
                    
2  /*
                    
3   * Simulate drag of a JQuery UI sortable list
                    
4   * Repository: https://github.com/mattheworiordan/jquery.simulate.drag-sortable.js
                    
47        if (dropOn.offset().top - $(this).offset().top < 0) {
                    
48          // moving to a list above this list, so move to just above top of last item (tried moving to top but JQuery UI wouldn't bite)
                    
49          initialVerticalPosition = sibling.offset().top - $(this).offset().top - extraDrag(this);
                    
50        } else {
                    
51          // moving to a list below this list, so move to bottom and work up (JQuery UI does not trigger new list below unless you move past top item first)
                    
52          initialVerticalPosition = sibling.offset().top - $(this).offset().top - $(this).height();
                    
79      if (dropOn) {
                    
80        // jump to top or bottom of new list but do it in increments so that JQuery UI registers the drag events
                    
81        slideUpTo(x, y, initialVerticalPosition);
                    
86        // now call regular shift/down in a list
                    
87        options = jQuery.extend(options, { move: moveCounter });
                    
88        delete options.dropOn;
                    
                
index.jsp https://github.com/shinobushiva/Niwaruka.git | JavaServer Pages | 232 lines
                    
23<link rel="stylesheet"
                    
24	href="/css/ui-lightness/jquery-ui-1.8.11.custom.css" />
                    
25<link rel="stylesheet" href="/css/global.css" />
                    
28
                    
29<script src="/js/jquery-1.5.1.min.js" type="text/javascript"></script>
                    
30
                    
33
                    
34<script src="/js/jquery.form.js" type="text/javascript"></script>
                    
35<script src="/js/jquery-ui-1.8.11.custom.min.js" type="text/javascript"></script>
                    
35<script src="/js/jquery-ui-1.8.11.custom.min.js" type="text/javascript"></script>
                    
36<script src="/js/jquery.timer.js" type="text/javascript"></script>
                    
37<script src="/js/jquery.inputHintOverlay.js" type="text/javascript"></script>
                    
93			} else {
                    
94				sdc.slideUp("normal");
                    
95
                    
                
page-dragging.js https://gitlab.com/kath.de/cibedo_cibedo.de | JavaScript | 333 lines
                    
34			jQuery("#page-option-choose-left-sidebar").parents(".meta-body").slideDown();
                    
35			jQuery("#page-option-choose-right-sidebar").parents(".meta-body").slideUp();
                    
36		}else if(jQuery(this).val() == "right-sidebar"){ 
                    
36		}else if(jQuery(this).val() == "right-sidebar"){ 
                    
37			jQuery("#page-option-choose-left-sidebar").parents(".meta-body").slideUp();
                    
38			jQuery("#page-option-choose-right-sidebar").parents(".meta-body").slideDown();		
                    
42		}else{
                    
43			jQuery("#page-option-choose-left-sidebar").parents(".meta-body").slideUp();
                    
44			jQuery("#page-option-choose-right-sidebar").parents(".meta-body").slideUp();		
                    
52            var title = jQuery(this).attr('title');
                    
53            if( jQuery('option:selected', this).val() != ''  ) title = jQuery('option:selected',this).text();
                    
54            jQuery(this)
                    
326		if(jQuery(this).val() == 'page-sitemap.php'){
                    
327			jQuery("#page-option").slideUp();
                    
328		}else{
                    
                
bars-fixed-options.html https://github.com/jjoe64/jquery-mobile.git | HTML | 177 lines
                    
5	<meta name="viewport" content="width=device-width, initial-scale=1"> 
                    
6	<title>jQuery Mobile Framework - Fixed Toolbars</title> 
                    
7	<link rel="stylesheet"  href="../../css/themes/default/jquery.mobile.css" />  
                    
9
                    
10	<script src="../../js/jquery.js"></script>
                    
11	<script src="../../docs/_assets/js/jqm-docs.js"></script>
                    
57			<dd>
                    
58				<p class="default">default: "slide" (which ends up using slideup and slidedown)</p>
                    
59				<p>The transition that should be used for showing and hiding a fixed toolbar. Possible values are "none", "fade", and "slide" (or you can write a CSS transition of your own and use that too). This option is also exposed as a data attribute: <code>data-transition=&quot;fade&quot;</code></p>			
                    
94				<p class="default">default: "a, .ui-header-fixed, .ui-footer-fixed"</p>
                    
95				<p>A list of jQuery selectors that, when tapped, will not cause the toolbars to be toggled.</p>			
                    
96				<pre><code>$("[data-role=header]").fixedtoolbar(<strong>{ tapToggleBlacklist: "a, input, select, textarea, .ui-header-fixed, .ui-footer-fixed" }</strong>);</code></pre>
                    
101				<p class="default">default: "input, select, textarea"</p>
                    
102				<p>A list of jQuery selectors that should cause the toolbars to hide while focused, except if they are in a fixed toolbar.</p>			
                    
103				<pre><code>$("[data-role=header]").fixedtoolbar(<strong>{ hideDuringFocus: "input, select, textarea" }</strong>);</code></pre>
                    
                
card.js https://gitlab.com/darmah250903/agung | JavaScript | 435 lines
                    
255
                    
256            KTUtil.slideUp(the.body, the.options.toggleSpeed, function() {
                    
257                Plugin.eventTrigger('afterCollapse');
                    
395     * Get cardbody
                    
396     * @returns {jQuery}
                    
397     */
                    
403     * Get cardbody
                    
404     * @returns {jQuery}
                    
405     */
                    
                
handlers.dev.js https://github.com/qsmith/WordPress.git | JavaScript | 445 lines
                    
126		jQuery(this).siblings('.slidetoggle').slideToggle(350, function(){
                    
127			var w = jQuery(window).height(), t = jQuery(this).offset().top, h = jQuery(this).height(), b;
                    
128
                    
219				+ '</div>');
                    
220	item.find('a.dismiss').click(function(){jQuery(this).parents('.media-item').slideUp(200, function(){jQuery(this).remove();})});
                    
221}
                    
230				+ '</div>');
                    
231	item.find('a.dismiss').click(function(){jQuery(this).parents('.media-item').slideUp(200, function(){jQuery(this).remove();})});
                    
232}
                    
243	if ( type = jQuery('#type-of-' + id).val() )
                    
244		jQuery('#' + type + '-counter').text( jQuery('#' + type + '-counter').text() - 1 );
                    
245	if ( item.hasClass('child-of-'+post_id) )
                    
247
                    
248	if ( jQuery('form.type-form #media-items').children().length == 1 && jQuery('.hidden', '#media-items').length > 0 ) {
                    
249		jQuery('.toggle').toggle();
                    
                
admin-sharing.js https://gitlab.com/thisishayat/itv-2016 | JavaScript | 440 lines
                    
58						var close_it = function() {
                    
59							item.slideUp( 200 );
                    
60
                    
170		function showExtraOptions( service ) {
                    
171			jQuery( '.' + service + '-extra-options' ).css( { backgroundColor: '#ffffcc' } ).fadeIn();
                    
172		}
                    
174		function hideExtraOptions( service ) {
                    
175			jQuery( '.' + service + '-extra-options' ).fadeOut( 'slow' );
                    
176		}
                    
439	} );
                    
440})( jQuery );
                    
441
                    
                
show-hide.html http://my-studies.googlecode.com/svn/trunk/ | HTML | 211 lines
                    
6
                    
7<script type="text/javascript" src="resources/js/jquery-1.4.2.min.js"></script>
                    
8
                    
88function hideResposta(element) {
                    
89	$(element).removeClass('menos').addClass('mais').next().slideUp();
                    
90}
                    
                
JqueryEngineHelperTest.php https://bitbucket.org/LeThanhDat/firstdummyapp.git | PHP | 386 lines
                    
35		$this->View = $this->getMock('View', array('addScript'), array(&$controller));
                    
36		$this->Jquery = new JqueryEngineHelper($this->View);
                    
37	}
                    
56		$this->assertEquals($this->Jquery, $result);
                    
57		$this->assertEquals($this->Jquery->selection, '$("#content")');
                    
58
                    
141
                    
142		$result = $this->Jquery->effect('slideIn');
                    
143		$expected = '$("#foo").slideDown();';
                    
153
                    
154		$result = $this->Jquery->effect('slideUp');
                    
155		$expected = '$("#foo").slideUp();';
                    
236	public function testRequestWithAlternateJqueryObject() {
                    
237		$this->Jquery->jQueryObject = '$j';
                    
238
                    
                
resume.html https://gitlab.com/Sunny-Kid/Resume | HTML | 251 lines
                    
11<link type="text/css" href="css/main.css" rel="stylesheet" />
                    
12<link type="text/css" rel="stylesheet" href="css/jquery.fullPage.css">
                    
13</head>
                    
45			<ul class="aboutme">
                    
46				<li><img src="img/10.png" alt=""><br/><h4 class="slideup" id="slidedown1">学历:本科,六级605</h4></li>
                    
47				<li><img src="img/12.png" alt=""><br/><h4 class="slideup" id="slidedown2">年龄:23</h4></li>
                    
47				<li><img src="img/12.png" alt=""><br/><h4 class="slideup" id="slidedown2">年龄:23</h4></li>
                    
48				<li><img src="img/11.png" alt=""><br/><h4 class="slideup" id="slidedown3">坐标:上海</h4></li>	
                    
49				<li><img src="img/13.png" alt=""><br/><h4 class="slideup" id="slidedown4">学校:哈尔滨理工大学</h4></li>
                    
113						2.了解面向对象思想<br/>
                    
114						3.掌握jQuery库<br/>
                    
115						4.实现页面的动态效果和交互效果<br/>
                    
148								<li class="underline">4.JavaScript语言精粹。</li>
                    
149								<li class="underline">5.锋利的jQuery。</li>
                    
150								<li>6.在网上查阅资料、看视频、文档。</li>
                    
                
jquery.expander.js https://gitlab.com/e0/X2CRM | JavaScript | 400 lines
                    
2 * Expander - v1.4.7 - 2013-08-30
                    
3 * http://plugins.learningjquery.com/expander/
                    
4 * Copyright (c) 2013 Karl Swedberg
                    
44      expandSpeed: 250,
                    
45      collapseEffect: 'slideUp',
                    
46      collapseSpeed: 200,
                    
55
                    
56      // all callback functions have the this keyword mapped to the element in the jQuery set when .expander() is called
                    
57
                    
243          // Hide details span using collapseEffect unless
                    
244          // expandEffect is NOT slideDown and collapseEffect IS slideUp.
                    
245          // The slideUp effect sets span's "default" display to
                    
248          // Fixes #46
                    
249          if (o.collapseEffect === 'slideUp' && o.expandEffect !== 'slideDown' || $this.is(':hidden')) {
                    
250            $thisDetails.css({display: 'none'});
                    
                
lists-all-full.html https://github.com/jjoe64/jquery-mobile.git | HTML | 174 lines
                    
5	<meta name="viewport" content="width=device-width, initial-scale=1"> 
                    
6	<title>jQuery Mobile Docs - Lists</title> 
                    
7	<link rel="stylesheet"  href="../../css/themes/default/jquery.mobile.css" />  
                    
9
                    
10	<script src="../../js/jquery.js"></script>
                    
11	<script src="../../docs/_assets/js/jqm-docs.js"></script>
                    
60				<p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
                    
61				<p>Hey Stephen, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>
                    
62				<p class="ui-li-aside"><strong>6:24</strong>PM</p>
                    
64			<li><a href="index.html">
                    
65				<h3>jQuery Team</h3>
                    
66				<p><strong>Boston Conference Planning</strong></p>
                    
91				<p>Broken Bells</p>
                    
92				</a><a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
                    
93			</a></li>
                    
                
artissime.js http://mbideasproject.googlecode.com/svn/trunk/ | JavaScript | 235 lines
                    
1/*******************************************************************************
                    
2 jquery.mb.components
                    
3 Copyright (c) 2001-2010. Matteo Bicocchi (Pupunzi); Open lab srl, Firenze - Italy
                    
11    $(this).css({height: $(this).outerHeight(), minHeight: "0px"});
                    
12    $(this).slideUp(t,c);
                    
13  };
                    
60          el.removeClass("sel");
                    
61          if(!menuSel) menuvoices.slideUp(500);
                    
62          menuvoices.children().hide();
                    
81          el.removeClass("sel");
                    
82          if(!menuSel)  menuvoices.slideUp(500);
                    
83          menuvoices.children().hide();
                    
142                    el.removeClass("sel");
                    
143                    if(!menuSel)  menuvoices.slideUp(500);
                    
144                    menuvoices.children().hide();
                    
                
foundation.accordionMenu.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 259 lines
                    
14   * @fires AccordionMenu#init
                    
15   * @param {jQuery} element - jQuery object to make into an accordion menu.
                    
16   * @param {Object} options - Overrides to the default plugin settings.
                    
59  AccordionMenu.prototype._init = function() {
                    
60    this.$element.find('[data-submenu]').not('.is-active').slideUp(0);//.find('a').css('padding-left', '1rem');
                    
61    this.$element.attr({
                    
180  AccordionMenu.prototype.hideAll = function(){
                    
181    this.$element.find('[data-submenu]').slideUp(this.options.slideSpeed);
                    
182  };
                    
185   * @function
                    
186   * @param {jQuery} $target - the submenu to toggle
                    
187   */
                    
199   * Opens the sub-menu defined by `$target`.
                    
200   * @param {jQuery} $target - Sub-menu to open.
                    
201   * @fires AccordionMenu#down
                    
                
general.js https://bitbucket.org/pampero/cgcontrolpanel.git | JavaScript | 365 lines
                    
11
                    
12jQuery.noConflict();
                    
13
                    
13
                    
14jQuery(document).ready(function () {
                    
15
                    
104					   !jQuery(this).parents('div').hasClass('menucoll2'))
                    
105                        jQuery(url).slideUp();
                    
106                } else {
                    
107                    jQuery('.vernav ul ul, .vernav2 ul ul').each(function () {
                    
108                        jQuery(this).slideUp();
                    
109                    });
                    
311                jQuery('.search').wrapInner('<div class="searchinner"></div>');
                    
312                jQuery('<a class="searchicon"></a>').insertBefore(jQuery('.searchinner'));
                    
313                jQuery('<a class="searchcancel"></a>').insertAfter(jQuery('.searchinner button'));
                    
                
index.html https://gitlab.com/priyesh25/sia-app-project | HTML | 357 lines
                    
20<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
                    
21<script src="js/jquery.js" type="text/javascript"></script>
                    
22<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
                    
24<script type="text/javascript" src="js/history.js"></script>
                    
25<script type="text/javascript" src="js/jquery.openCarousel.js"></script>
                    
26<script src="js/star-rating.js"></script>
                    
26<script src="js/star-rating.js"></script>
                    
27<script src="js/jquery.easydropdown.js"></script>
                    
28<script type="text/javascript" src="js/jquery.easing.js"></script>
                    
28<script type="text/javascript" src="js/jquery.easing.js"></script>
                    
29<script type="text/javascript" src="js/jquery.ulslide.js"></script>
                    
30<script src="js/easyResponsiveTabs.js" type="text/javascript"></script>
                    
38<link rel="stylesheet" href="css/slider.css" type="text/css" />
                    
39<script type="text/javascript" src="js/jquery.cslider.js"></script>
                    
40<script type="text/javascript" src="js/modernizr.custom.28468.js"></script>
                    
                
cn-admin.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 317 lines
                    
61				jQuery('.namefield').slideDown();
                    
62				jQuery('#contact_name').slideUp();
                    
63				jQuery('.celebrate').slideDown();
                    
97				jQuery('#contact_name').slideUp();
                    
98				jQuery('.celebrate-disabled').slideUp();
                    
99				break;
                    
101			case 'organization':
                    
102				jQuery('#family').slideUp();
                    
103				jQuery('.namefield').slideUp();
                    
103				jQuery('.namefield').slideUp();
                    
104				jQuery('.celebrate').slideUp();
                    
105				jQuery('.celebrate-disabled').slideDown();
                    
109				jQuery('.namefield').slideUp();
                    
110				jQuery('.celebrate').slideUp();
                    
111				jQuery('.celebrate-disabled').slideDown();
                    
                
dsrte.command.php http://mightmedia.googlecode.com/svn/trunk/ | PHP | 185 lines
                    
2/**
                    
3 * Damn Small Rich Text Editor v0.2.4 for jQuery
                    
4 * by Roi Avidan <roi@avidansoft.com>
                    
87    /**
                    
88     * Return the command's Attributes JavaScript code (in jQuery) that should be executed to
                    
89     * complete the command's initialization.
                    
176        $html .= '<input type="button" id="'.$this->id.'-'.$this->arguments.'-ok" value="'.t( 'OK' ).'" />';
                    
177        $html .= '<input type="button" value="'.t( 'Cancel' ).'" onclick="$(\'#'.$this->id.'-'.$this->arguments.'\').slideUp()" />';
                    
178        $html .= '</div>';
                    
                
db_ZendX_Application_Resource_Jquery.html git://pkgs.fedoraproject.org/php-ZendFramework | HTML | 303 lines
                    
1<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Zend Framework Extras API Documentation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta><link rel="stylesheet" href="css/jquery-ui.css" type="text/css"></link><link rel="stylesheet" href="css/docblox/jquery-ui-1.8.16.custom.css" type="text/css"></link><link rel="stylesheet" href="css/jquery.treeview.css" type="text/css"></link><link rel="stylesheet" href="css/theme.css" type="text/css"></link><script type="text/javascript" src="js/jquery-1.4.2.min.js"></script><script type="text/javascript" src="js/jquery-ui-1.8.2.custom.min.js"></script><script type="text/javascript" src="js/jquery.cookie.js"></script><script type="text/javascript" src="js/jquery.treeview.js"></script><script type="text/javascript">
                    
2            $(document).ready(function() {
                    
203<dt>Type</dt>
                    
204<dd><a href="db_ZendX_JQuery_View_Helper_JQuery_Container.html#%5CZendX_JQuery_View_Helper_JQuery_Container">\ZendX_JQuery_View_Helper_JQuery_Container</a></dd>
                    
205</dl>
                    
257        :
                    
258          <a href="db_ZendX_JQuery_View_Helper_JQuery_Container.html#%5CZendX_JQuery_View_Helper_JQuery_Container">\ZendX_JQuery_View_Helper_JQuery_Container</a></code><div class="description"><p class="short_description">Retrieve JQuery View Helper</p></div>
                    
259<div class="code-tabs">
                    
267<tr>
                    
268<td><a href="db_ZendX_JQuery_View_Helper_JQuery_Container.html#%5CZendX_JQuery_View_Helper_JQuery_Container">\ZendX_JQuery_View_Helper_JQuery_Container</a></td>
                    
269<td></td>
                    
280        :
                    
281          <a href="db_ZendX_JQuery_View_Helper_JQuery_Container.html#%5CZendX_JQuery_View_Helper_JQuery_Container">\ZendX_JQuery_View_Helper_JQuery_Container</a></code><div class="description"><p class="short_description">Defined by Zend_Application_Resource_Resource</p></div>
                    
282<div class="code-tabs">
                    
290<tr>
                    
291<td><a href="db_ZendX_JQuery_View_Helper_JQuery_Container.html#%5CZendX_JQuery_View_Helper_JQuery_Container">\ZendX_JQuery_View_Helper_JQuery_Container</a></td>
                    
292<td></td>
                    
                
custom.js https://gitlab.com/derekchia89/Spacecomby | JavaScript | 207 lines
                    
6//     "use strict";
                    
7//     jQuery(".cpt-items").isotope();
                    
8// }
                    
10
                    
11jQuery(document).ready(function(){
                    
12    "use strict";
                    
13    
                    
14    var top_bar= jQuery('#header .top-bar-wrapper').eq(0);
                    
15    // var p_top = top_bar.position().top;
                    
106        if(jQuery(this).find('option:selected').length) {
                    
107            jQuery(this).find('span').text(jQuery(this).find('option:selected').text());
                    
108        }
                    
110    jQuery('.select-box select').change(function() {
                    
111        jQuery(this).parent().find('span').text(jQuery(this).find('option:selected').text());
                    
112    });
                    
                
auth.js https://github.com/clint-tseng/odkbuild.git | JavaScript | 257 lines
                    
112
                    
113            $('.signinDialog .errorMessage').slideUp();
                    
114
                    
142
                    
143            $('.signinDialog .errorMessage').slideUp();
                    
144
                    
171
                    
172            $('.signinDialog .errorMessage').slideUp();
                    
173
                    
232
                    
233            $('.accountDialog .errorMessage').slideUp();
                    
234
                    
256    });
                    
257})(jQuery);
                    
258
                    
                
playlist.js https://github.com/xtunes/flyture.com.git | JavaScript | 424 lines
                    
78		jQuery(this).siblings('.slidetoggle').slideToggle(350, function(){
                    
79			var w = jQuery(window).height(), t = jQuery(this).offset().top, h = jQuery(this).height(), b;
                    
80
                    
155				+ '</div>');
                    
156	item.find('a.dismiss').click(function(){jQuery(this).parents('.playlist-item').slideUp(200, function(){jQuery(this).remove();})});
                    
157}
                    
170	if ( item.hasClass('child-of-'+post_id) )
                    
171		jQuery('#attachments-count').text( jQuery('#attachments-count').text() - 1 );
                    
172
                    
174		jQuery('.toggle').toggle();
                    
175		jQuery('.slidetoggle').slideUp(200).siblings().removeClass('hidden');
                    
176	}
                    
257				+ '</div>');
                    
258	item.find('a.dismiss').click(function(){jQuery(this).parents('.playlist-item').slideUp(200, function(){jQuery(this).remove();})});
                    
259}
                    
                
async-upload.php https://github.com/sharpmachine/wakeupmedia.com.git | PHP | 68 lines
                    
54	echo '<div class="error-div">
                    
55	<a class="dismiss" href="#" onclick="jQuery(this).parents(\'div.media-item\').slideUp(200, function(){jQuery(this).remove();});">' . __('Dismiss') . '</a>
                    
56	<strong>' . sprintf(__('&#8220;%s&#8221; has failed to upload due to an error'), esc_html($_FILES['async-upload']['name']) ) . '</strong><br />' .
                    
                
collapsible.js https://bitbucket.org/Rklplol/backend.git | JavaScript | 164 lines
                    
46                else {
                    
47                    object.siblings('.collapsible-body').stop(true, false).slideUp({
                    
48                        duration: 350,
                    
57                $panel_headers.not(object).removeClass('active').parent().removeClass('active');
                    
58                $panel_headers.not(object).parent().children('.collapsible-body').stop(true, false).slideUp(
                    
59                    {
                    
87                else {
                    
88                    object.siblings('.collapsible-body').stop(true, false).slideUp({
                    
89                        duration: 350,
                    
100             * Check if object is children of panel header
                    
101             * @param  {Object}  object Jquery object
                    
102             * @return {Boolean} true if it is children
                    
112             * Get panel header from a children element
                    
113             * @param  {Object} object Jquery object
                    
114             * @return {Object} panel header object
                    
                
qqgroup.js https://gitlab.com/phamngsinh/baitaplon_sinhvien | JavaScript | 403 lines
                    
1var j = jQuery.noConflict();
                    
2
                    
262	}
                    
263	threadLi.slideUp(100, function() { removeNormalThreadRecall(displayorder, inNormalEditor)});
                    
264
                    
                
frontend-builder-global-functions.js https://gitlab.com/gregtyka/lfmawordpress | JavaScript | 127 lines
                    
44		$form.find('input:text, textarea').each(function(index,domEle){
                    
45			var $et_current_input = jQuery(domEle),
                    
46				$et_comment_label = $et_current_input.siblings('label'),
                    
57			var et_label_text = jQuery(this).siblings('label').text();
                    
58			if ( jQuery(this).siblings('span.required').length ) et_label_text += jQuery(this).siblings('span.required').text();
                    
59			if (jQuery(this).val() === et_label_text) jQuery(this).val("");
                    
61			var et_label_text = jQuery(this).siblings('label').text();
                    
62			if ( jQuery(this).siblings('span.required').length ) et_label_text += jQuery(this).siblings('span.required').text();
                    
63			if (jQuery(this).val() === "") jQuery(this).val( et_label_text );
                    
91						$this_menu.removeClass( 'opened' ).addClass( 'closed' );
                    
92						$cloned_nav.stop().slideUp( 500 );
                    
93					}
                    
104		$form.find('input:text, textarea').each(function(index,domEle){
                    
105			var $et_current_input = jQuery(domEle),
                    
106				$et_label = $et_current_input.siblings('label'),
                    
                
foundation.accordionMenu.js https://gitlab.com/thefancydev/oas | JavaScript | 307 lines
                    
21     * @fires AccordionMenu#init
                    
22     * @param {jQuery} element - jQuery object to make into an accordion menu.
                    
23     * @param {Object} options - Overrides to the default plugin settings.
                    
58      value: function _init() {
                    
59        this.$element.find('[data-submenu]').not('.is-active').slideUp(0); //.find('a').css('padding-left', '1rem');
                    
60        this.$element.attr({
                    
196      value: function hideAll() {
                    
197        this.$element.find('[data-submenu]').slideUp(this.options.slideSpeed);
                    
198      }
                    
202       * @function
                    
203       * @param {jQuery} $target - the submenu to toggle
                    
204       */
                    
219       * Opens the sub-menu defined by `$target`.
                    
220       * @param {jQuery} $target - Sub-menu to open.
                    
221       * @fires AccordionMenu#down
                    
                
common.js https://gitlab.com/Gashler/dp | JavaScript | 433 lines
                    
129	close: function( panel, link ) {
                    
130		panel.slideUp( 'fast', function() {
                    
131			link.removeClass('screen-meta-active').attr('aria-expanded', false);
                    
178		// and matches $(window).width().
                    
179		// Firefox and IE > 8 include the scrollbar width, so after the jQuery normalization
                    
180		// $(window).width() is 884px but window.innerWidth is 900px.
                    
432
                    
433})(jQuery);
                    
434
                    
                
fx.js https://gitlab.com/aelharrak/jqueryjs | JavaScript | 422 lines
                    
67				if ( !old && old !== "none" )
                    
68					jQuery.data(this[i], "olddisplay", jQuery.css(this[i], "display"));
                    
69			}
                    
221		opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration :
                    
222			jQuery.fx.speeds[opt.duration] || jQuery.fx.speeds._default;
                    
223
                    
264
                    
265		(jQuery.fx.step[this.prop] || jQuery.fx.step._default)( this );
                    
266
                    
371			// Perform the easing function, defaults to swing
                    
372			this.pos = jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" : "linear")](this.state, n, 0, 1, this.options.duration);
                    
373			this.now = this.start + ((this.end - this.start) * this.pos);
                    
383
                    
384jQuery.extend( jQuery.fx, {
                    
385
                    
                
wlcms_script.js https://gitlab.com/blueprintmrk/bladencountyrecords | JavaScript | 89 lines
                    
73		jQuery('#radioCustom').click(function() {
                    
74			if (jQuery('#wlcms_o_hide_posts').is('.wlcms_remChecked')) { jQuery('input[name=wlcms_o_hide_posts]').attr('checked', true); } else { jQuery('input[name=wlcms_o_hide_posts]').attr('checked', false); }
                    
75			if (jQuery('#wlcms_o_hide_media').is('.wlcms_remChecked')) { jQuery('input[name=wlcms_o_hide_media]').attr('checked', true); } else { jQuery('input[name=wlcms_o_hide_media]').attr('checked', false); }
                    
75			if (jQuery('#wlcms_o_hide_media').is('.wlcms_remChecked')) { jQuery('input[name=wlcms_o_hide_media]').attr('checked', true); } else { jQuery('input[name=wlcms_o_hide_media]').attr('checked', false); }
                    
76			if (jQuery('#wlcms_o_hide_links').is('.wlcms_remChecked')) { jQuery('input[name=wlcms_o_hide_links]').attr('checked', true); } else { jQuery('input[name=wlcms_o_hide_links]').attr('checked', false); }
                    
77			if (jQuery('#wlcms_o_hide_pages').is('.wlcms_remChecked')) { jQuery('input[name=wlcms_o_hide_pages]').attr('checked', true); } else { jQuery('input[name=wlcms_o_hide_pages]').attr('checked', false); }
                    
78			if (jQuery('#wlcms_o_hide_comments').is('.wlcms_remChecked')) { jQuery('input[name=wlcms_o_hide_comments]').attr('checked', true); } else { jQuery('input[name=wlcms_o_hide_comments]').attr('checked', false); }
                    
79			if (jQuery('#wlcms_o_hide_users').is('.wlcms_remChecked')) { jQuery('input[name=wlcms_o_hide_users]').attr('checked', true); } else { jQuery('input[name=wlcms_o_hide_users]').attr('checked', false); }
                    
80			if (jQuery('#wlcms_o_hide_tools').is('.wlcms_remChecked')) { jQuery('input[name=wlcms_o_hide_tools]').attr('checked', true); } else { jQuery('input[name=wlcms_o_hide_tools]').attr('checked', false); }			
                    
80			if (jQuery('#wlcms_o_hide_tools').is('.wlcms_remChecked')) { jQuery('input[name=wlcms_o_hide_tools]').attr('checked', true); } else { jQuery('input[name=wlcms_o_hide_tools]').attr('checked', false); }			
                    
81			if (jQuery('#wlcms_o_hide_separator2').is('.wlcms_remChecked')) { jQuery('input[name=wlcms_o_hide_separator2]').attr('checked', true); } else { jQuery('input[name=wlcms_o_hide_separator2]').attr('checked', false); }			
                    
82			if (jQuery('#wlcms_o_show_appearance').is('.wlcms_remChecked')) { jQuery('input[name=wlcms_o_show_appearance]').attr('checked', true); } else { jQuery('input[name=wlcms_o_show_appearance]').attr('checked', false); }			
                    
82			if (jQuery('#wlcms_o_show_appearance').is('.wlcms_remChecked')) { jQuery('input[name=wlcms_o_show_appearance]').attr('checked', true); } else { jQuery('input[name=wlcms_o_show_appearance]').attr('checked', false); }			
                    
83			if (jQuery('#wlcms_o_show_widgets').is('.wlcms_remChecked')) { jQuery('input[name=wlcms_o_show_widgets]').attr('checked', true); } else { jQuery('input[name=wlcms_o_show_widgets]').attr('checked', false); }			
                    
84
                    
                
jquery.mouseyDialog.js https://github.com/acslocum/prfbbq.git | JavaScript | 187 lines
                    
1/*
                    
2jQuery mouseyDialog Plugin
                    
3  * Version 1.0
                    
6  * Author: M.Biscan
                    
7  * requires jQuery1.4.2
                    
8  
                    
166      function closeDialog(dialog) {
                    
167        var animation = (settings.animation == 'slide' ? 'slideUp' : 'fadeOut');
                    
168
                    
186  };
                    
187})(jQuery);
                    
                
index.html https://github.com/philippeowagner/jquery-mobile.git | HTML | 230 lines
                    
5	<meta name="viewport" content="width=device-width, initial-scale=1">
                    
6	<title>jQuery Mobile Navigation Test Suite</title>
                    
7
                    
7
                    
8	<script src="../../../js/jquery.js"></script>
                    
9	<script src="../jquery.setNameSpace.js"></script>
                    
10	<script src="../../../js/"></script>
                    
11	<script src="../../../tests/jquery.testHelper.js"></script>
                    
12
                    
24
                    
25<h1 id="qunit-header">jQuery Mobile Navigation Test Suite</h1>
                    
26<h2 id="qunit-banner"></h2>
                    
101<div id="dup-history-first" data-nstest-role="page">
                    
102  <a href="#dup-history-second" data-nstest-transition="slideup" data-nstest-role="button" >
                    
103		Page 2
                    
                
basic_scripts.js https://gitlab.com/sheep-fish-vert/cheeseStudio | JavaScript | 155 lines
                    
1jQuery.browser = {};
                    
2jQuery.browser.mozilla = /mozilla/.test(navigator.userAgent.toLowerCase()) && !/webkit/.test(navigator.userAgent.toLowerCase());
                    
2jQuery.browser.mozilla = /mozilla/.test(navigator.userAgent.toLowerCase()) && !/webkit/.test(navigator.userAgent.toLowerCase());
                    
3jQuery.browser.webkit = /webkit/.test(navigator.userAgent.toLowerCase());
                    
4jQuery.browser.opera = /opera/.test(navigator.userAgent.toLowerCase());
                    
4jQuery.browser.opera = /opera/.test(navigator.userAgent.toLowerCase());
                    
5jQuery.browser.msie = /msie/.test(navigator.userAgent.toLowerCase());
                    
6
                    
6
                    
7var scroller=jQuery.browser.webkit ? "body": "html";
                    
8
                    
127                    {
                    
128                        toggleMenu.slideUp();
                    
129                        menuMobile.removeClass('active');
                    
                
page-dialogs.html https://github.com/dannyc/jquery-mobile.git | HTML | 138 lines
                    
5	<meta name="viewport" content="width=device-width, initial-scale=1"> 
                    
6	<title>jQuery Mobile Docs - Dialogs</title> 
                    
7	<link rel="stylesheet"  href="../../css/themes/default/" />  
                    
8	<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
                    
9	<script src="../../js/jquery.js"></script>
                    
10	<script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
                    
38			<h2>Transitions</h2>
                    
39			<p>By default, the dialog will open with a 'pop' transition.  Like all pages, you can specify any page transition you want on the dialog by adding the <code>data-transition</code> attribute to the link. To make it feel more dialog-like, we recommend specifying a transition of "pop", "slideup" or "flip".</p>
                    
40			
                    
131<div data-role="footer" class="footer-docs" data-theme="c">
                    
132		<p>&copy; 2011 The jQuery Project</p>
                    
133</div>
                    
                
jquery_sample.htm https://github.com/victor-homyakov/frameworks.git | HTML | 220 lines
                    
4<head>
                    
5<script type="text/javascript" src="lib/jquery/jquery.js"></script>
                    
6<script type="text/javascript" src="jquery_sample.js"></script>
                    
105
                    
106<p><a href="http://codylindley.com/Javascript/241/jquery-to-the-rescue">JQuery Demo From 'Cody's jQuery Examples'</a></p>
                    
107
                    
116<input type="button" value="# of Paragraphs" class="buttonAsize" />
                    
117<a href="#" class="codeButtonA">Show&nbsp;/&nbsp;Hide jquery code</a>
                    
118<pre class="codeA"><code class="javascript">//Code for example A
                    
130<input type="button" value="Slide In" class="buttonBslidedown" />
                    
131<a href="#" class="codeButtonB">Show&nbsp;/&nbsp;Hide jquery code</a>
                    
132<pre class="codeB"><code class="javascript">//Code for example B
                    
133$("input.buttonBslidedown").click(function(){ $("div.contentToChange").find("p.fourthparagraph:hidden").slideDown("slow"); });
                    
134$("input.buttonBslideup").click(function(){ $("div.contentToChange").find("p.fourthparagraph:visible").slideUp("slow"); });
                    
135//show code example B
                    
                
export.php https://gitlab.com/darmawan.fatria/df-skp-2014 | PHP | 242 lines
                    
26<script type="text/javascript">
                    
27	jQuery(document).ready(function($){
                    
28 		var form = $('#export-filters'),
                    
31 		form.find('input:radio').change(function() {
                    
32			filters.slideUp('fast');
                    
33			switch ( $(this).val() ) {
                    
                
scriptbreaker-multiple-accordion-1.js https://gitlab.com/kaouech/theme | JavaScript | 89 lines
                    
1/*
                    
2 * jQuery UI Multilevel accordionze v.1
                    
3 * 
                    
64  								if($(this).parent().find("ul") != visible[visibleIndex]){
                    
65  									$(visible[visibleIndex]).slideUp(opts.speed, function(){
                    
66  										$(this).parent("li").find("h4:first").html(opts.closedSign);
                    
74  				if($(this).parent().find("ul:first").is(":visible")){
                    
75  					$(this).parent().find("ul:first").slideUp(opts.speed, function(){
                    
76  						$(this).parent("li").find("h4:first").delay(opts.speed).html(opts.closedSign);
                    
88});
                    
89})(jQuery);
                    
                
JqueryEngineHelperTest.php https://gitlab.com/manuperazafa/elsartenbackend | PHP | 400 lines
                    
38		$this->View = $this->getMock('View', array('addScript'), array(&$controller));
                    
39		$this->Jquery = new JqueryEngineHelper($this->View);
                    
40	}
                    
148
                    
149		$result = $this->Jquery->effect('slideOut');
                    
150		$expected = '$("#foo").slideUp();';
                    
156
                    
157		$result = $this->Jquery->effect('slideUp');
                    
158		$expected = '$("#foo").slideUp();';
                    
250	public function testRequestWithAlternateJqueryObject() {
                    
251		$this->Jquery->jQueryObject = '$j';
                    
252
                    
368
                    
369		$result = $this->Jquery->slider(array(
                    
370			'complete' => 'onComplete',
                    
                
enter.js https://gitlab.com/iz9/de-coffee.landing.reborn | JavaScript | 211 lines
                    
3 */
                    
4var $ = require('jquery');
                    
5var fullPageModule = require('./fullPageModule/fullPageModule');
                    
61        if ($('#optionsList').children()[2].style.display == 'list-item') {
                    
62            $(this).closest("#optionsList").children('li:not(.init)').slideUp();
                    
63            $('.c-language__select_triangle').removeClass('triangle-rotate');
                    
73        $('.c-language__select_triangle').removeClass('triangle-rotate');
                    
74        allOptions.slideUp();
                    
75    });
                    
                
widgets.js https://gitlab.com/sheldonels/pyrocms | JavaScript | 462 lines
                    
1jQuery(function($){
                    
2
                    
125					{
                    
126						$area.slideUp(function(){
                    
127							$(this).remove();
                    
140				// hide
                    
141				$anchor.parents('.widget-instance').slideUp(50, function(){
                    
142					// fake loading..
                    
164					{
                    
165						$item.slideUp(50, function(){
                    
166							$(this).remove();
                    
254
                    
255				var data = $form.slideUp().serialize();
                    
256
                    
347			{
                    
348				widget.$container.parent().children('li.empty-drop-item.clone').slideUp(50, function(){
                    
349					$(this).remove();
                    
                
index.html https://github.com/tqc/jquery-mobile.git | HTML | 313 lines
                    
5	<meta name="viewport" content="width=device-width, initial-scale=1">
                    
6	<title>jQuery Mobile Navigation Test Suite</title>
                    
7
                    
7
                    
8	<script src="../../../js/jquery.tag.inserter.js"></script>
                    
9	<script src="../jquery.setNameSpace.js"></script>
                    
9	<script src="../jquery.setNameSpace.js"></script>
                    
10	<script src="../../../tests/jquery.testHelper.js"></script>
                    
11	<script type="text/javascript">
                    
15	<script src="../../../js/"></script>
                    
16	<link rel="stylesheet"	href="../../../css/themes/default/jquery.mobile.css"/>
                    
17	<link rel="stylesheet" href="../../../external/qunit.css"/>
                    
26
                    
27<h1 id="qunit-header">jQuery Mobile Navigation Test Suite</h1>
                    
28<h2 id="qunit-banner"></h2>
                    
                
initialise_elgg.php https://bitbucket.org/rhizomatik/lorea_production/ | PHP | 281 lines
                    
90// Make delimited list
                    
91jQuery.fn.makeDelimitedList = function(elementAttribute) {
                    
92
                    
135	} else {
                    
136		targetContent.slideUp(400);
                    
137		$(this).html('+');
                    
178// COOKIES
                    
179jQuery.cookie = function(name, value, options) {
                    
180	if (typeof value != 'undefined') { // name and value given, set cookie
                    
209			for (var i = 0; i < cookies.length; i++) {
                    
210				var cookie = jQuery.trim(cookies[i]);
                    
211				// Does this cookie string begin with the name we want?
                    
254		if (!$.data(subnav, 'cancelHide')) {
                    
255		  $(subnav).slideUp(100);
                    
256		}
                    
                
widgets.dev.js https://github.com/qsmith/WordPress.git | JavaScript | 295 lines
                    
46			} else {
                    
47				inside.slideUp('fast', function() {
                    
48					widget.css({'width':'', margin:''});
                    
146				if ( sender.attr('id').indexOf('orphaned_widgets') != -1 && !sender.children('.widget').length ) {
                    
147					sender.parents('.orphan-sidebar').slideUp(400, function(){ $(this).remove(); });
                    
148				}
                    
228					order = 0;
                    
229					widget.slideUp('fast', function(){
                    
230						$(this).remove();
                    
286    close : function(widget) {
                    
287		widget.children('.widget-inside').slideUp('fast', function(){
                    
288			widget.css({'width':'', margin:''});
                    
294
                    
295})(jQuery);
                    
296
                    
                
press-release.js https://gitlab.com/amishra3/hdssvnrepo | JavaScript | 167 lines
                    
88                        $('#contentCatagory').append($(this).find('.MobileHolderWrapper').html());
                    
89                        $(this).find('.MobileHolderWrapper').slideUp('slow').empty();
                    
90                        $('.MobileHolderWrapper').removeAttr('style');
                    
160    }
                    
161}(window, document, jQuery, hds));
                    
162
                    
                
page-scripting.html https://github.com/inorganik/jquery-mobile.git | HTML | 127 lines
                    
5	<meta name="viewport" content="width=device-width, initial-scale=1"> 
                    
6	<title>jQuery Mobile Docs - Scripting pages</title> 
                    
7	<link rel="stylesheet"  href="../../themes/default/" />  
                    
24		<div class="content-primary">		
                    
25			<p>Since jQuery Mobile uses an Ajax-powered navigation system, there are a few helpful things to know when writing scripts that interact with the page and navigation model. You can explore the mobile API in more detail by reading up on <a href="../api/globalConfig.html">global configuration options</a>, <a href="../api/events.html">events</a>, and <a href="../api/methods.html">methods</a> or dig into the technical details of the <a href="page-navmodel.html">Ajax navigation model</a>.</p> 
                    
26			
                    
28			
                    
29			<p>When you click a link in jQuery Mobile, the Ajax navigation system uses the link's href to formulate an Ajax request. Although the full page is loaded with Ajax, the framework only pulls in the <em>contents of the page</em>, and ignores anything in the <code>head</code> except for title tag contents.</p>
                    
30			<p> This means that any scripts or styles in the <code>head</code> of the page won't have any effect <em>when the page is loaded via Ajax</em>. The same page will work as expected if you were to load a page directly but both scenarios need to be considered. The reason that the <code>head</code> is ignored for Ajax page content: it's just too complex. The framework would need to compare and reconcile the contents of multiple page <code>head</code> elements as they are loaded into the DOM so we leave this task to the developer.</p>
                    
35
                    
36			<p>The first thing you learn in jQuery is to call code inside the $(document).ready() function so everything will execute as soon as the DOM is loaded. However, in jQuery Mobile, Ajax is used to load the contents of each page into the DOM as you navigate, and the DOM ready handler only executes for the first page. To execute code whenever a new page is loaded and created by the Ajax navigation system, you must bind to the <a href="../api/events.html"><code>pagecreate</code></a> event. </p>
                    
37			<p>The <code>pagecreate</code> event is triggered on the page being initialized, right after initialization occurs. We recommend binding to this event instead of DOM ready() because this will work regardless of whether the page is loaded directly or if the content is pulled into another page as part of the Ajax navigation system.</p>
                    
66			<p>However, if you generate new markup client-side or load in content via Ajax and inject it into a page, you can trigger the <code>create</code> event to handle the auto-initialization for all the plugins contained within the new markup. This can be triggered on any element (even the page div itself), saving you the task of manually initializing each plugin (listview button, select, etc.).</p> 
                    
67			<p>For example, if a block of HTML markup (say a login form) was loaded in through Ajax, trigger the <code>create</code> event to automatically transform all the widgets it contains (<a href="http://jquerymobile.com/test/docs/forms/texts/index.html">inputs</a> and <a href="http://jquerymobile.com/test/docs/buttons/index.html">buttons</a> in this case) into the enhanced versions. The code for this scenario would be:</p> 
                    
68<pre style="margin: 25px 0;"><code style="font-size: 12px;">$( ...new markup that contains widgets... ).appendTo( ".ui-page" ).trigger( "create" );
                    
                
widget_publish.php http://bitcero-modules.googlecode.com/svn/ | PHP | 167 lines
                    
19	RMTemplate::get()->add_style('forms.css','rmcommon');
                    
20	RMTemplate::get()->add_style('jquery.css','rmcommon');
                    
21	RMTemplate::get()->add_script(XOOPS_URL.'/modules/mywords/include/js/scripts.php?file=posts.js');
                    
74		<input type="button" name="publish-ok" id="publish-ok" class="button" value="<?php _e('Apply','mywords') ?>" /><br />
                    
75		<a href="javascript:;" onclick="$('#publish-options').slideUp('slow'); $('#edit-publish').show();"><?php _e('Cancel','mywords') ?></a>
                    
76	</div>
                    
                
jex.tree.js https://github.com/joonhocho/jexgrid.git | JavaScript | 133 lines
                    
1document.write('<script type="text/javascript" src="js/jquery-ui.nonWidgets.min.js"></script>');
                    
2jQuery.fn.extend({
                    
118                $r.css("background", "url(/img/comm/etc/btn_tree_collapse.gif) no-repeat 0 0px");
                    
119                $r.parent().find("UL:first").slideUp(opt.speed);
                    
120                $r.parent().attr("class","h3 nav_tree_off nav_tree_last");
                    
                
jquery.rails_flash_notifications.coffee https://gitlab.com/ykazemi/canvas-lms | CoffeeScript | 136 lines
                    
3  'i18n!shared.flash_notices'
                    
4  'jquery'
                    
5  'underscore'
                    
7  'str/htmlEscape'
                    
8  'jqueryui/effects/drop'
                    
9  'vendor/jquery.cookie'
                    
93      animate({'z-index': 1}, 0).
                    
94      fadeOut('slow', -> $(this).slideUp('fast', -> $(this).remove()))
                    
95
                    
                
jquery.themeswitcher.js https://github.com/pombredanne/freemix.git | JavaScript | 192 lines
                    
1/* jQuery plugin themeswitcher -- Customized from code at http://jqueryui.com/themeroller/themeswitchertool/
                    
2 * The target div should be pre-populated with the available themes via the
                    
5$.fn.themeswitcher = function(settings){
                    
6    var options = jQuery.extend({
                    
7        loadTheme: null,
                    
13        buttonHeight: 14,
                    
14        cookieName: 'jquery-ui-theme',
                    
15        themes: {},
                    
21    //markup 
                    
22    var button = $('<a href="#" class="jquery-ui-themeswitcher-trigger"><span class="jquery-ui-themeswitcher-icon"></span><span class="jquery-ui-themeswitcher-title">'+ options.initialText +'</span></a>');
                    
23    var switcherpane = $('<div class="jquery-ui-themeswitcher"><div id="themeGallery"></div></div>');
                    
28        updateCSS( $(this).attr('href') );
                    
29        button.find('.jquery-ui-themeswitcher-title').text( options.buttonPreText + $(this).find("img").attr("title") );
                    
30        options.onSelect($(this).parent("li").attr("id"));
                    
51    $.fn.spShow = function(){ $(this).css({top: button.offset().top + options.buttonHeight + 6, left: button.offset().left}).slideDown(50); button.css(button_active); options.onOpen(); };
                    
52    $.fn.spHide = function(){ $(this).slideUp(50, function(){options.onClose();}); button.css(button_default); };
                    
53    
                    
                
ui.multiselect.min.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 41 lines
                    
1/*
                    
2 jQuery UI Multiselect
                    
3
                    
18 Optional:
                    
19 localization (http://plugins.jquery.com/project/localisation)
                    
20 scrollTo (http://plugins.jquery.com/project/ScrollTo)
                    
25*/
                    
26(function(b){"function"===typeof define&&define.amd?define(["jquery","./jqdnr","./jqmodal"],b):"object"===typeof exports?b(require("jquery")):b(jQuery)})(function(b){b.widget("ui.multiselect",{options:{sortable:!0,searchable:!0,doubleClickable:!0,animated:"fast",show:"slideDown",hide:"slideUp",dividerLocation:.6,availableFirst:!1,nodeComparator:function(a,b){var d=a.text(),e=b.text();return d==e?0:d<e?-1:1}},_create:function(){this.element.hide();this.id=this.element.attr("id");this.container=b('<div class="ui-multiselect ui-helper-clearfix ui-widget"></div>').insertAfter(this.element);
                    
27this.count=0;this.selectedContainer=b('<div class="selected"></div>').appendTo(this.container);this.availableContainer=b('<div class="available"></div>')[this.options.availableFirst?"prependTo":"appendTo"](this.container);this.selectedActions=b('<div class="actions ui-widget-header ui-helper-clearfix"><span class="count">0 '+b.ui.multiselect.locale.itemsCount+'</span><a href="#" class="remove-all">'+b.ui.multiselect.locale.removeAll+"</a></div>").appendTo(this.selectedContainer);this.availableActions=
                    
                
lists-all-full.html https://github.com/inorganik/jquery-mobile.git | HTML | 171 lines
                    
5	<meta name="viewport" content="width=device-width, initial-scale=1"> 
                    
6	<title>jQuery Mobile Docs - Lists</title> 
                    
7	<link rel="stylesheet"  href="../../themes/default/" />  
                    
8	<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
                    
9	<script src="../../js/jquery.js"></script>
                    
10	<script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
                    
58				<p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
                    
59				<p>Hey Stephen, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>
                    
60				<p class="ui-li-aside"><strong>6:24</strong>PM</p>
                    
62			<li><a href="index.html">
                    
63				<h3>jQuery Team</h3>
                    
64				<p><strong>Boston Conference Planning</strong></p>
                    
89				<p>Broken Bells</p>
                    
90				</a><a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
                    
91			</a></li>
                    
                
adminproducts.php https://github.com/cfrye2000/dipsplusmore.com.git | PHP | 275 lines
                    
7<script src="/application/views/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
                    
8<script type="text/javascript" src="/application/views/js/jquery-1.4.2.js"></script>
                    
9<link href="/application/views/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
                    
110    $("button.doneAdd").click(function () {
                    
111    	$("div.formAdd").slideUp();
                    
112    });
                    
194    $("button.done<?echo $p->id?>").click(function () {
                    
195    	$("div.form<?echo $p->id?>").slideUp();
                    
196    });
                    
                
Index2.cshtml https://gitlab.com/ahmad-hamzavi/grid_test1 | Razor | 140 lines
                    
51                        }
                    
52                }).on("selected.rs.jquery.bootgrid", function (e, rows) {
                    
53                   
                    
54                  
                    
55                }).on("deselected.rs.jquery.bootgrid", function (e, rows) {
                    
56                    //var rowIds = [];
                    
60                    //alert("Deselect: " + rowIds.join(","));
                    
61                }).on("loaded.rs.jquery.bootgrid", function (e,rows) {
                    
62                    /* Executes after data is loaded and rendered */
                    
81                    details.click(function () {
                    
82                        details.parent().children(".image").slideUp();
                    
83                        $(this).parent().children('.image').slideDown();
                    
                
jrails.js https://github.com/btelles/example_reporter.git | JavaScript | 196 lines
                    
10  $.extend( $.ajaxSettings, { accepts: { _default: "text/javascript, text/html, application/xml, text/xml, */*" }} );
                    
11})(jQuery);
                    
12
                    
43
                    
44})(jQuery);
                    
45
                    
106	});
                    
107})(jQuery);
                    
108
                    
182		},
                    
183		slideUp : function(speed, callback) {
                    
184			return this.hide('slide', { direction: 'up'}, speed, callback);
                    
195	});
                    
196})(jQuery);
                    
197
                    
                
admin.js https://github.com/samalba/CirruxCache.git | JavaScript | 331 lines
                    
32    t.slideDown("fast");
                    
33    setTimeout(function() { t.slideUp("fast") }, 3000);
                    
34};
                    
40    for (var i = 0; i < data.length; ++i) {
                    
41        var req = jQuery.trim(data[i]);
                    
42        $.ajax({type: "DELETE",
                    
134var configNewFile = function() {
                    
135    $("#config > fieldset").slideUp("fast");
                    
136    $("#config > div").slideDown("fast");
                    
313    var markup = '<form action="' + url + '" method="POST" target="_blank">' + input + '</form>';
                    
314    jQuery(markup).appendTo('body').submit().remove();
                    
315};
                    
                
global.js https://bitbucket.org/LifeEquity/leap-v2.0.git | JavaScript | 142 lines
                    
79				if ($(parent).hasClass('active')){
                    
80					$('ul',parent).slideUp('fast',function(){
                    
81						$(parent).removeClass('active');
                    
94    init_sideNavigation();
                    
95        jQuery.fn.dataTableExt.oSort['currency-asc'] = function(a,b) {
                    
96            /* Remove any formatting */
                    
105        
                    
106        jQuery.fn.dataTableExt.oSort['currency-desc'] = function(a,b) {
                    
107            var x = a == "-" ? 0 : a.replace( /[^\d\-\.]/g, "" );
                    
                
importer_admin.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 251 lines
                    
5 **/
                    
6jQuery(function($){
                    
7
                    
39					$ttxml = $ttxml.filter(':visible');
                    
40					$ttxml.eq(-1).slideUp(100, function(){
                    
41						$ttxml = $ttxml.slice(0,-1).eq(-1).slideUp(100,arguments.callee);
                    
65				$this.prop('disabled', false);
                    
66				$form.find('.syncmember:visible').slideUp(100);
                    
67				return false;
                    
102function doPreProcessing(form, formId) {
                    
103	var xml_file, type, resp, prepared = false, $ = jQuery, $status, $process, $form;
                    
104
                    
149
                    
150		jQuery('#preProgressMsg').hide();
                    
151		jQuery('#progressMsg').show();
                    
                
foundation.accordion.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 231 lines
                    
13   * @fires Accordion#init
                    
14   * @param {jQuery} element - jQuery object to make into an accordion.
                    
15   * @param {Object} options - a plain object with settings to override the default options.
                    
130   * Toggles the selected content pane's open/close state.
                    
131   * @param {jQuery} $target - jQuery object of the pane to toggle.
                    
132   * @function
                    
144   * Opens the accordion tab defined by `$target`.
                    
145   * @param {jQuery} $target - Accordion pane to open.
                    
146   * @param {Boolean} firstTime - flag to determine if reflow should happen.
                    
185   * Closes the tab defined by `$target`.
                    
186   * @param {jQuery} $target - Accordion tab to close.
                    
187   * @fires Accordion#up
                    
199    // Foundation.Move(this.options.slideSpeed, $target, function(){
                    
200      $target.slideUp(_this.options.slideSpeed, function () {
                    
201        /**
                    
                
ext.moodBar.core.js https://github.com/ChuguluGames/mediawiki-svn.git | JavaScript | 272 lines
                    
145									if ( $el.is( ':visible' ) ) {
                    
146										$el.slideUp( 'fast' );
                    
147										$trigger.html( mw.msg( 'moodbar-what-collapsed' ) );
                    
271
                    
272} )( jQuery );
                    
273
                    
                
dashboard.index.js https://github.com/kracher/dashboard.git | JavaScript | 274 lines
                    
22
                    
23		this.$dashboard = jQuery('#dashboard');
                    
24		this.$h2 = jQuery('h2:first');
                    
26		// Create New button
                    
27		jQuery('a.edit-mode').bind('click', function(e) {
                    
28			e.preventDefault();		
                    
30			
                    
31			var text = jQuery(this).text();
                    
32			var title = jQuery(this).attr('title');
                    
33			
                    
34			jQuery(this).text(title).attr('title', text);
                    
35			
                    
159		if (enable_dashboard === true) this.$dashboard.fadeTo('fast', 1);
                    
160		jQuery('#save-panel').slideUp(function() {
                    
161			jQuery(this).remove();
                    
                
example.html https://gitlab.com/ja4nm/cookiebar | HTML | 120 lines
                    
18
                    
19    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
                    
20    <script type="text/javascript" src="cookiebar.js"></script>
                    
74            onConfirm: function(){
                    
75                Cookiebar.slideUp();
                    
76                console.log("Cookiebar onConfirm!");
                    
79            onClose: function(){
                    
80                Cookiebar.slideUp();
                    
81                console.log("Cookiebar onClose!");
                    
                
history.js https://gitlab.com/dali99/shimmie2-Material-Theme | JavaScript | 276 lines
                    
1/*jshint bitwise:true, curly:true, devel:true, eqeqeq:true, evil:true, forin:false, noarg:true, noempty:true, nonew:true, undef:true, strict:false, browser:true, jquery:true */
                    
2
                    
133		} else {
                    
134			jEl.slideUp(this.animSpeed);
                    
135		}
                    
233			
                    
234			$(post).slideUp(self.animSpeed);
                    
235
                    
248	ajax: function(callback, pars, html, page) {
                    
249		pars = jQuery.extend({
                    
250			reqFor: 'history',
                    
                
contextmenu.js https://gitlab.com/abhijit13/taasika | JavaScript | 430 lines
                    
12			show: 'slideDown',
                    
13			hide: 'slideUp'
                    
14		},
                    
141	console.log("cutStartHandler: i = " + i + " j = " + j + " k = " + k);
                    
142	clipboard = jQuery.extend(true, {}, helperTable[i - 1][j][k]);
                    
143	document.querySelector('#' + makeIdFromIJK(i, j, k) + '.delete').style.pointerEvents = 'none';
                    
                
 

Source

Language