PageRenderTime 465ms queryTime 87ms sortTime 2ms getByIdsTime 158ms findMatchingLines 81ms

100+ results results for 'slideup jquery repo:wellswong/knowpathology' (465 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}
                    
                
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
                    
                
handlers.js https://gitlab.com/phamngsinh/baitaplon_sinhvien | 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}
                    
                
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(){
                    
                
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
                    
                
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
                    
                
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
                    
                
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");
                    
                
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);
                    
                
jquery_engine.php https://gitlab.com/hakimkal/evricaevents | 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 *
                    
                
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 {
                    
                
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				}
                    
                
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();
                    
                
handlers.dev.js https://gitlab.com/puppet-br/puppet-br.org-wordpress | 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}
                    
                
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:{
                    
                
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{
                    
                
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     */
                    
                
jquery.app.js https://gitlab.com/MohammadShakil/POS_Management_System | JavaScript | 301 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");
                    
78    
                    
79}(window.jQuery),
                    
80
                    
134    
                    
135}(window.jQuery),
                    
136
                    
185
                    
186}(window.jQuery),
                    
187
                    
                
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}
                    
                
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'});
                    
                
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
                    
                
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
                    
                
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'),
                    
                
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);
                    
                
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');
                    
                
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/Gashler/sg | 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() ) {
                    
                
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();
                    
                
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		}
                    
                
JqueryEngineHelperTest.php https://github.com/bellthoven/cakephp.git | PHP | 372 lines
                    
2/**
                    
3 * JqueryEngineTestCase
                    
4 *
                    
20App::uses('JsHelper', 'View/Helper');
                    
21App::uses('JqueryEngineHelper', 'View/Helper');
                    
22App::uses('View', 'View');
                    
33		$this->View = $this->getMock('View', array('addScript'), array(&$controller));
                    
34		$this->Jquery = new JqueryEngineHelper($this->View);
                    
35	}
                    
151
                    
152		$result = $this->Jquery->effect('slideUp');
                    
153		$expected = '$("#foo").slideUp();';
                    
222	public function testRequestWithAlternateJqueryObject() {
                    
223		$this->Jquery->jQueryObject = '$j';
                    
224
                    
                
async-upload.php https://gitlab.com/gregtyka/WordPress-stable | 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 />' .
                    
                
foundation.accordionMenu.js https://gitlab.com/droneprime/granular-table | 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
                    
                
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
                    
                
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>
                    
                
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
                    
                
scriptbreaker-multiple-accordion-1.js https://gitlab.com/carolinasolfernandez/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);
                    
                
ui.multiselect.min.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 43 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=
                    
                
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
                    
                
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        /**
                    
                
index.html https://github.com/johnbender/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>
                    
                
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';
                    
                
admin.js https://gitlab.com/mattswann/launch-housing | JavaScript | 85 lines
                    
10	jQuery('.pb_debug_show').click(function(e) {
                    
11		jQuery(this).hide();
                    
12		jQuery(this).parent().children( '.pb_debug_hide').show();
                    
14		jQuery(this).parent().css( 'width', '80%' );
                    
15		jQuery(this).parent().children( 'div').show();
                    
16	});
                    
37	
                    
38	jQuery('.pluginbuddy_tip').tooltip(); // Now using jQuery UI tooltip.
                    
39	
                    
56	jQuery('.pb_toggle').click(function(e) {
                    
57		jQuery( '#pb_toggle-' + jQuery(this).attr('id') ).slideToggle();
                    
58	});
                    
78		
                    
79		jQuery(this).parents('.pb_backupbuddy_alert').slideUp();
                    
80		
                    
                
core.dev.js https://gitlab.com/thisishayat/itv-2016 | JavaScript | 351 lines
                    
18
                    
19jQuery(document).ready(function(){
                    
20
                    
21	/** Import Message **/
                    
22	if( jQuery( document ).find('.suppa_fileuploaded').length > 0 )
                    
23	{
                    
23	{
                    
24		jQuery(".codetemp_ajax_response_backup").fadeIn(200);
                    
25
                    
27
                    
28			jQuery(".codetemp_ajax_response_backup").fadeOut(200);
                    
29
                    
345		click : function(){
                    
346			jQuery(this).parents('.ctf_box').slideUp(200);
                    
347			return false;
                    
                
admin.js https://gitlab.com/najomie/ljm | JavaScript | 432 lines
                    
2
                    
3jQuery(document).ready(function($) {
                    
4	"use strict"; 	
                    
31 	$("select#alm_settings_btn_color").change(function() {
                    
32 		var color = jQuery(this).val();
                    
33 		// Remove other colors
                    
168		}else{
                    
169			$(el).next('.expand-wrap').slideUp(100, 'alm_easeInOutQuad', function(){
                    
170				$(el).addClass('open');
                    
183         $('h3.heading').addClass('open');
                    
184			$('.expand-wrap').slideUp(100, 'alm_easeInOutQuad');
                    
185		}
                    
                
app.js https://gitlab.com/augustocbx/grimes | JavaScript | 170 lines
                    
27      if (jQuery('.topbar-search-block').hasClass('topbar-search-visible')) {
                    
28        jQuery('.topbar-search-block').slideUp();
                    
29        jQuery('.topbar-search-block').removeClass('topbar-search-visible');
                    
35    $('.blog-topbar .search-close').on('click', function() {
                    
36      jQuery('.topbar-search-block').slideUp();
                    
37      jQuery('.topbar-search-block').removeClass('topbar-search-visible');
                    
39    jQuery(window).scroll(function() {
                    
40      jQuery('.topbar-search-block').slideUp();
                    
41      jQuery('.topbar-search-block').removeClass('topbar-search-visible');
                    
48      if (jQuery('.topbar-toggler').hasClass('topbar-list-visible')) {
                    
49        jQuery('.topbar-menu').slideUp();
                    
50        jQuery(this).removeClass('topbar-list-visible');
                    
62        if (jQuery(this).children('ul').hasClass('topbar-dropdown-visible')) {
                    
63          jQuery(this).children('.topbar-dropdown').slideUp();
                    
64          jQuery(this).children('.topbar-dropdown').removeClass('topbar-dropdown-visible');
                    
                
common.dev.js https://github.com/jao/jpcamargo.git | JavaScript | 292 lines
                    
96		$('#favorite-toggle, #favorite-inside').bind('mouseenter', function() {
                    
97			$('#favorite-inside').removeClass('slideUp').addClass('slideDown');
                    
98			setTimeout(function() {
                    
104		}).bind('mouseleave', function() {
                    
105			$('#favorite-inside').removeClass('slideDown').addClass('slideUp');
                    
106			setTimeout(function() {
                    
106			setTimeout(function() {
                    
107				if ( $('#favorite-inside').hasClass('slideUp') ) {
                    
108					$('#favorite-inside').slideUp(100, function() {
                    
149
                    
150})(jQuery);
                    
151
                    
167
                    
168jQuery(document).ready( function($) {
                    
169	var lastClicked = false, checks, first, last, checked;
                    
                
ShifterDialog.js https://bitbucket.org/ahmed_bilal_360factors/jira7-core.git | JavaScript | 208 lines
                    
4define('jira/shifter/shifter-dialog', [
                    
5    'jira/jquery/deferred',
                    
6    'jira/lib/class',
                    
11    'jira/shifter/shifter-analytics',
                    
12    'jquery',
                    
13    'underscore'
                    
21    ShifterAnalytics,
                    
22    jQuery,
                    
23    _
                    
46            this._preventFocusOnNonInputElements();
                    
47            jQuery(document).on('mousedown.shifterdialog.' + id, _.bind(this._destroyOnMousedownOutside, this));
                    
48        },
                    
64                this.$dialog = null;
                    
65                jQuery(document).off('mousedown.shifterdialog.' + this.id);
                    
66            }
                    
                
js.js https://gitlab.com/cserobiul/affordable-quality-cars | JavaScript | 143 lines
                    
1
                    
2jQuery(document).ready(function(){
                    
3	/*jQuery('.slider').mobilyslider({
                    
32  	});
                    
33	jQuery('.select_1').selectik({
                    
34		width: 'auto',
                    
39	});
                    
40	jQuery('.select_2').selectik({
                    
41		width: 'auto',
                    
46	});
                    
47	jQuery('.select_3').selectik({
                    
48		width: 'auto',
                    
53	});
                    
54	jQuery('.select_4').selectik({
                    
55		width: 'auto',
                    
                
JqJsCmds.scala git://github.com/ymasory/scala-corpus.git | Scala | 400 lines
                    
32/**
                    
33 * Classes mixing JQueryRight are also mixing JsMember. As JQueryRight
                    
34 * is deprecated clases mixing this trait with stop doing so soon and they
                    
136
                    
137  case class JqAttr(key: String, value: JsExp) extends JsExp with JsMember with JQueryRight with JQueryLeft {
                    
138    def toJsCmd = "attr(" + key.encJs + ", " + value.toJsCmd + ")"
                    
232
                    
233    def apply(tab: Int): JsExp with JsMember with JQueryRight with JQueryLeft =
                    
234      apply(Num(tab))
                    
238    def apply(in: JsExp): JsExp with JsMember with JQueryRight with JQueryLeft =
                    
239      new JsExp with JsMember with JQueryRight with JQueryLeft {
                    
240        def toJsCmd = "tabs(" + in.toJsCmd + ")"
                    
242
                    
243    def apply(): JsExp with JsMember with JQueryRight with JQueryLeft =
                    
244      apply(JsRaw(""))
                    
                
mediawiki.debug.js https://gitlab.com/link233/bootmw | JavaScript | 384 lines
                    
20		 *
                    
21		 * @property {jQuery}
                    
22		 */
                    
59		 *
                    
60		 * @param {jQuery.Event} e
                    
61		 */
                    
83			if ( requestedPaneId === currentPaneId ) {
                    
84				$currentPane.slideUp( updateHov );
                    
85				debug.$container.data( 'currentPane', null );
                    
110			/**
                    
111			 * Returns a jQuery element for a debug-bit div
                    
112			 *
                    
114			 * @param {string} id
                    
115			 * @return {jQuery}
                    
116			 */
                    
                
documentation_controller.js https://github.com/moschel/jmvcdoc.git | JavaScript | 317 lines
                    
5 */
                    
6jQuery.Controller.extend('DocumentationController',
                    
7/* @Static */
                    
100            if(results.length){
                    
101                $("#results").slideUp("fast",
                    
102                    this.callback(  "showResultsAndDoc",
                    
184            var who = this.selected.pop().name;
                    
185            $("#results").slideUp("fast", function(){
                    
186                window.location.hash = "#&who="+who;
                    
189            var self = this;
                    
190            $("#results").slideUp("fast", function(){
                    
191                window.location.hash = "#"
                    
240			//need a timeout to allow reset of C function
                    
241			//by jQuery
                    
242			var self= this;
                    
                
select.js https://gitlab.com/CDNDR/good-night-medical | JavaScript | 196 lines
                    
1// Для Drop Down jQuery UI
                    
2$(function() {
                    
104          p.on("click.ddslick", function(v) { v.stopPropagation() });
                    
105          e("body").on("click", function() { e(".dd-click-off-close").slideUp(50).siblings(".dd-select").find(".dd-pointer").removeClass("dd-pointer-up") });
                    
106        }
                    
161      n = m.is(":visible");
                    
162    e(".dd-click-off-close").not(m).slideUp(50);
                    
163    e(".dd-pointer").removeClass("dd-pointer-up");
                    
164    if (n) {
                    
165      m.slideUp("fast");
                    
166      l.removeClass("dd-pointer-up")
                    
174  function k(l) {
                    
175    l.find(".dd-options").slideUp(50);
                    
176    l.find(".dd-pointer").removeClass("dd-pointer-up").removeClass("dd-pointer-up")
                    
195
                    
196})(jQuery);
                    
197
                    
                
index.html https://github.com/mustardamus/jquery-api-scrape.git | HTML | 246 lines
                    
44<h2 class="jq-clearfix roundTop section-title">
                    
45<span class="name">jQuery( selector, [ context ] )</span> <span class="returns">Returns: <a class="return" href="http://docs.jquery.com/Types#jQuery">jQuery</a></span>
                    
46</h2>
                    
97<h4 id="returning-empty-set">Returning an Empty Set</h4>
                    
98<p>As of jQuery 1.4,  calling the <code>jQuery()</code> method with <em>no arguments</em> returns an empty jQuery set. In previous versions of jQuery, this would return a set containing the document node.</p>
                    
99</div>
                    
145<h2 class="jq-clearfix roundTop section-title">
                    
146<span class="name">jQuery( html, [ ownerDocument ] )</span> <span class="returns">Returns: <a class="return" href="http://docs.jquery.com/Types#jQuery">jQuery</a></span>
                    
147</h2>
                    
165<h4 id="creating-new-elements">Creating New Elements</h4>
                    
166<p>If a string is passed as the parameter to  <code>$()</code>, jQuery examines the string to see if it looks like HTML (i.e., it has <code>&lt;tag ... &gt;</code> somewhere within the string). If not, the string is interpreted as a selector expression, as explained above. But if the string appears to be an HTML snippet, jQuery attempts to create new DOM elements as described by the HTML. Then a jQuery object is created and returned that refers to these elements. We can perform any of the usual jQuery methods on this object:</p>
                    
167<pre>$('&lt;p id="test"&gt;My &lt;em&gt;new&lt;/em&gt; text&lt;/p&gt;').appendTo('body');</pre>
                    
212<h2 class="jq-clearfix roundTop section-title">
                    
213<span class="name">jQuery( callback )</span> <span class="returns">Returns: <a class="return" href="http://docs.jquery.com/Types#jQuery">jQuery</a></span>
                    
214</h2>
                    
                
db_ZendX_JQuery_View_Helper_AutoComplete.html git://pkgs.fedoraproject.org/php-ZendFramework | HTML | 253 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() {
                    
93                          Classes
                    
94                      </a><ul><li><a href="#%5CZendX_JQuery_View_Helper_AutoComplete">\ZendX_JQuery_View_Helper_AutoComplete</a></li></ul>
                    
95</li></ul>
                    
141</dl>
                    
142<a name="classes" class="anchor"></a><a xmlns:dbx="http://docblox-project.org/xsl/functions" id="\ZendX_JQuery_View_Helper_AutoComplete" class="anchor"></a><h2 xmlns:dbx="http://docblox-project.org/xsl/functions" class="class">\ZendX_JQuery_View_Helper_AutoComplete<div class="to-top"><a href="#top">jump to top</a></div>
                    
143</h2>
                    
144<div xmlns:dbx="http://docblox-project.org/xsl/functions" class="class">
                    
145<small class="package"><b>Package: </b>ZendX\JQuery\View</small><p class="short-description">jQuery Autocomplete View Helper</p>
                    
146<div class="long-description">
                    
150<dd>
                    
151<a href="db_ZendX_JQuery_View_Helper_UiWidget.html#%5CZendX_JQuery_View_Helper_UiWidget">\ZendX_JQuery_View_Helper_UiWidget</a>
                    
152            &lt;
                    
233<tr>
                    
234<td><a href="db_ZendX_JQuery_Exception.html#%5CZendX_JQuery_Exception">\ZendX_JQuery_Exception</a></td>
                    
235<td><em></em></td>
                    
                
main.js https://gitlab.com/aredhel-bazaar/la-taverne-du-hasard | JavaScript | 309 lines
                    
12    /**
                    
13     * JQuery Extends
                    
14     */
                    
90                        .closest('.message')
                    
91                        .slideUp(300)
                    
92                    ;
                    
305        } else {
                    
306            $mainMenu.slideUp(300);
                    
307        }
                    
                
jquery.inlineEdit.js https://gitlab.com/blackhawkelectronics/enventory | JavaScript | 304 lines
                    
1/**
                    
2* jQuery Inline Edit
                    
3* Copyright (c) 2009 Markus Hedlund, Mimmin AB
                    
36	
                    
37	var options = jQuery.extend({
                    
38		afterSave: function(){},
                    
184						if (options.animate) {
                    
185							$td.slideUp(500, function(){
                    
186								$(this).remove();
                    
224		if (options.animate) {
                    
225			$td.children('.editFieldWrapper').slideUp(500, f);
                    
226		} else {
                    
303};
                    
304})(jQuery);
                    
                
jquery.polyglot.language.switcher.js https://gitlab.com/Mirros/cdnjs | JavaScript | 393 lines
                    
14/**
                    
15 * jquery.timer.js
                    
16 *
                    
18 *
                    
19 * http://jchavannes.com/jquery-timer
                    
20 *
                    
43
                    
44    //jquery.timer.js
                    
45    $.timer = function(func, time, autostart) {
                    
198                } else {
                    
199                    ulElement.slideUp(settings.animSpeed);
                    
200                }
                    
392
                    
393})(jQuery);
                    
                
widgets.js https://gitlab.com/Blueprint-Marketing/wordpress-unit-tests | JavaScript | 289 lines
                    
51				} else {
                    
52					inside.slideUp('fast', function() {
                    
53						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();
                    
280	close : function(widget) {
                    
281		widget.children('.widget-inside').slideUp('fast', function(){
                    
282			widget.css({'width':'', margin:''});
                    
288
                    
289})(jQuery);
                    
290
                    
                
handlers.dev.js https://github.com/enoex/artisanchairs.git | JavaScript | 316 lines
                    
10	// Collapse a single item
                    
11	if ( jQuery('.type-form #media-items>*').length == 1 && jQuery('#media-items .hidden').length > 0 ) {
                    
12		jQuery('.describe-toggle-on').show();
                    
13		jQuery('.describe-toggle-off').hide();
                    
14		jQuery('.slidetoggle').slideUp(200).siblings().removeClass('hidden');
                    
15	}
                    
62	// Replace the original filename with the new (unique) one assigned during upload
                    
63	jQuery('#media-item-' + fileObj.id + ' .filename.original').replaceWith(jQuery('#media-item-' + fileObj.id + ' .filename.new'));
                    
64
                    
94	error.html('<div class="file-error"><button type="button" id="dismiss-'+id+'" class="button dismiss">'+swfuploadL10n.dismiss+'</button>'+html+'</div>');
                    
95	jQuery('#dismiss-'+id).click(function(){jQuery(this).parents('.file-error').slideUp(200, function(){jQuery(this).empty();})});
                    
96}
                    
187	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();
                    
188	jQuery('#dismiss-' + fileObj.id).click(function(){jQuery(this).parents('.media-item').slideUp(200, function(){jQuery(this).remove();})});
                    
189}
                    
                
SocialMediaFeed.ascx https://1Intranet.svn.codeplex.com/svn | ASP.NET | 183 lines
                    
84                                $('div.linkedInSummary').attr("style", "display: none;");
                    
85                                // using the Jquery Expander plugin, just for slicing text. We don't use the expand functionality from expander
                    
86                                $('div.linkedInSummaryShort').expander({ slicePoint: 135, expandText: '' });
                    
119                    list.children("div").each(function () {
                    
120                        if (count++ >= 1) $(this).slideUp(400);
                    
121                    });
                    
148                    list.children("div").each(function () {
                    
149                        if (count++ >= 1) $(this).slideUp(400);
                    
150                    });
                    
169                    list.children("div").each(function () {
                    
170                        if (count++ >= 2) $(this).slideUp(400);
                    
171                    });
                    
                
fx.js https://github.com/deamon12208/jquery.git | JavaScript | 413 lines
                    
181		if ( !q || array )
                    
182			q = jQuery.data( elem, type + "queue", jQuery.makeArray(array) );
                    
183
                    
211		opt.duration = typeof opt.duration == 'number' ? opt.duration :
                    
212			jQuery.fx.speeds[opt.duration] || jQuery.fx.speeds._default;
                    
213
                    
255
                    
256		(jQuery.fx.step[this.prop] || jQuery.fx.step._default)( this );
                    
257
                    
380			// Perform the easing function, defaults to swing
                    
381			this.pos = jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" : "linear")](this.state, n, 0, 1, this.options.duration);
                    
382			this.now = this.start + ((this.end - this.start) * this.pos);
                    
392
                    
393jQuery.extend( jQuery.fx, {
                    
394	speeds:{
                    
                
section-repeater.ts https://gitlab.com/chernushov881/charity-fund | TypeScript | 225 lines
                    
119      if ( ! self.limit || self.currentIndex < self.limit ) {
                    
120        jQuery( self.control.selector + ' .limit' ).removeClass( 'highlight' );
                    
121      }
                    
172        val: string | any,
                    
173        collection: JQuery,
                    
174        id: string | any;
                    
205
                    
206    jQuery( '#sections-left-' + this.control.params.id ).on( 'click', '.available-sections-tab-toggler', function( this: any, e: JQueryEventConstructor ) {
                    
207      let tab: any | string = jQuery( this ).attr( 'data-tab' );
                    
211      if ( 'undefined' !== typeof tab ) {
                    
212        jQuery( '[data-tab-id="' + tab + '"]' ).siblings( 'div' ).removeClass( 'active' ).slideUp();
                    
213        jQuery( '[data-tab-id="' + tab + '"]' ).slideDown().addClass( 'active' );
                    
222  private _moveElements() {
                    
223    jQuery( '#sections-left-' + this.control.params.id ).appendTo( jQuery( '.wp-full-overlay' ) );
                    
224  }
                    
                
script.js https://gitlab.com/VTTE/sitios-vtte | JavaScript | 249 lines
                    
43
                    
44jQuery(document).on("forminvalid.zf.abide", function(ev,frm) {
                    
45    return false;
                    
53  		sec = frm.find('#send_by_mail_nonce').val();
                    
54  	jQuery.ajax({
                    
55  		url: Ajax.url,
                    
67  		beforeSend: function(){
                    
68  			jQuery('.send-form').val('ENVIANDO...');
                    
69  		},
                    
71  			if ((data == 'mail error') || (data == 'error')) {
                    
72  				jQuery('.error-message').show();
                    
73  			} else if (data == 1) {
                    
73  			} else if (data == 1) {
                    
74          jQuery('.send-form').val('Formulario enviado');  
                    
75  				jQuery('.send-form').attr('disabled','disabled');
                    
                
mc.js https://github.com/woeldiche/dev.module.git | JavaScript | 178 lines
                    
1/**
                    
2 * Modified modalContent jQuery Plugin
                    
3 */
                    
33    // Build our base attributes and allow them to be overriden
                    
34    css = jQuery.extend({
                    
35      position: 'absolute',
                    
108      if ( animation == 'fadeIn' ) animation = 'fadeOut';
                    
109      if ( animation == 'slideDown' ) animation = 'slideUp';
                    
110      if ( animation == 'show' ) animation = 'hide';
                    
144   * unmodalContent
                    
145   * @param content (The jQuery object to remove)
                    
146   * @param animation (fadeOut, slideUp, show)
                    
170        if ( animation == 'slide' ) {
                    
171          $('#modalContent').slideUp(speed,function(){$('#modalBackdrop').slideUp(speed, function(){$(this).remove();});$(this).remove();});
                    
172        } else {
                    
                
core.js https://gitlab.com/rohiri/SIINDI | JavaScript | 463 lines
                    
30
                    
31jQuery(document).ready(function($){
                    
32	
                    
33	/* ---------- Remove elements in IE8 ---------- */
                    
34	if(jQuery.browser.version.substring(0, 2) == "8.") {
                    
35		 
                    
108/* ---------- Delete Comment ---------- */
                    
109jQuery(document).ready(function($){
                    
110    $('.discussions').find('.delete').click(function(){
                    
112		$(this).parent().fadeTo("slow", 0.00, function(){ //fade
                    
113			$(this).slideUp("slow", function() { //slide up
                    
114		    	$(this).remove(); //then remove from the DOM
                    
121/* ---------- IE8 list style hack (:nth-child(odd)) ---------- */
                    
122jQuery(document).ready(function($){
                    
123	
                    
                
jquery.droppy.js https://github.com/browep/pumpdump.git | JavaScript | 200 lines
                    
1/**
                    
2* hoverIntent is similar to jQuery's built-in "hover" function except that
                    
3* instead of firing the onMouseOver event immediately, hoverIntent checks
                    
6* 
                    
7* hoverIntent r6 // 2011.02.26 // jQuery 1.5.1+
                    
8* <http://cherne.net/brian/resources/jquery.hoverIntent.html>
                    
78			// copy objects to be passed into t (required for event object to be passed in IE)
                    
79			var ev = jQuery.extend({},e);
                    
80			var ob = this;
                    
105	};
                    
106})(jQuery);
                    
107
                    
173        if (!$.data(subnav, 'cancelHide')) {
                    
174          $(subnav).slideUp(options.speed);
                    
175        }
                    
                
index.html.erb https://github.com/PlasticLizard/IPM2.git | Ruby HTML | 220 lines
                    
1<%content_for :head do%>
                    
2    <%javascript "jquery.typewatch"-%>
                    
3    <script type="text/javascript" src="/javascripts/jsTree/jquery.jstree.js"></script>
                    
3    <script type="text/javascript" src="/javascripts/jsTree/jquery.jstree.js"></script>
                    
4    <%javascript "jquery.maestro.jstreehelper"%>
                    
5<%end%>
                    
109            var $e = $("#employees");
                    
110            $e.slideUp(100);
                    
111            $("#employees").html(response);
                    
                
custom.js https://gitlab.com/iamak/ticketapp-cakephp | JavaScript | 297 lines
                    
34    // smartresize 
                    
35    jQuery.fn[sr] = function(fn) {
                    
36        return fn ? this.bind('resize', debounce(fn)) : this.trigger(sr);
                    
38
                    
39})(jQuery, 'smartresize');
                    
40/**
                    
78            $li.removeClass('active active-sm');
                    
79            $('ul:first', $li).slideUp(function() {
                    
80                setContentHeight();
                    
85                $SIDEBAR_MENU.find('li').removeClass('active active-sm');
                    
86                $SIDEBAR_MENU.find('li ul').slideUp();
                    
87            }
                    
                
index.html https://github.com/yejianye/vim-setup.git | HTML | 222 lines
                    
8                        Categories:
                    
9            <span class="category"><a href="http://api.jquery.com/category/effects/" title="View all posts in Effects">Effects</a> &gt; <a href="http://api.jquery.com/category/effects/custom-effects/" title="View all posts in Custom">Custom</a></span> | <span class="category"><a href="http://api.jquery.com/category/data/" title="View all posts in Data">Data</a></span> | <span class="category"><a href="http://api.jquery.com/category/utilities/" title="View all posts in Utilities">Utilities</a></span>
                    
10  
                    
54  p { color:red; }  &lt;/style&gt;
                    
55  &lt;script src="http://code.jquery.com/jquery-latest.js"&gt;&lt;/script&gt;
                    
56&lt;/head&gt;
                    
93<h2 class="jq-clearfix roundTop section-title">
                    
94<span class="name">.queue(  [queueName,] newQueue )</span> <span class="returns">Returns: <a class="return" href="http://api.jquery.com/Types/#jQuery">jQuery</a></span>
                    
95</h2>
                    
147  &lt;/style&gt;
                    
148  &lt;script src="http://code.jquery.com/jquery-latest.js"&gt;&lt;/script&gt;
                    
149&lt;/head&gt;
                    
184  &lt;/style&gt;
                    
185  &lt;script src="http://code.jquery.com/jquery-latest.js"&gt;&lt;/script&gt;
                    
186&lt;/head&gt;
                    
                
jQueryFileTree.coffee https://gitlab.com/team_fsn/fsn-php | CoffeeScript | 207 lines
                    
1###
                    
2 # jQueryFileTree Plugin
                    
3 #
                    
14
                    
15do($ = window.jQuery, window) ->
                    
16    # Define the plugin class
                    
47            # Loading message
                    
48            $el.html('<ul class="jqueryFileTree start"><li class="wait">' + @options.loadMessage + '<li></ul>')
                    
49
                    
79                    if !options.multiFolder
                    
80                        $ev.parent().parent().find('UL').slideUp { 
                    
81                            duration: options.collapseSpeed, 
                    
93                    # Collapse
                    
94                    $ev.parent().find('UL').slideUp {
                    
95                        duration: options.collapseSpeed, 
                    
                
jquery.tools.tabs.js https://github.com/Neo-Avatars/RuneScape-Notifier.git | JavaScript | 19 lines
                    
1/*
                    
2 * jQuery Tools 1.2.4 - The missing UI library for the Web
                    
3 * 
                    
11 */
                    
12(function(c){function p(d,b,a){var e=this,l=d.add(this),h=d.find(a.tabs),i=b.jquery?b:d.children(b),j;h.length||(h=d.children());i.length||(i=d.parent().find(b));i.length||(i=c(b));c.extend(this,{click:function(f,g){var k=h.eq(f);if(typeof f=="string"&&f.replace("#","")){k=h.filter("[href*="+f.replace("#","")+"]");f=Math.max(h.index(k),0)}if(a.rotate){var n=h.length-1;if(f<0)return e.click(n,g);if(f>n)return e.click(0,g)}if(!k.length){if(j>=0)return e;f=a.initialIndex;k=h.eq(f)}if(f===j)return e;
                    
13g=g||c.Event();g.type="onBeforeClick";l.trigger(g,[f]);if(!g.isDefaultPrevented()){o[a.effect].call(e,f,function(){g.type="onClick";l.trigger(g,[f])});j=f;h.removeClass(a.current);k.addClass(a.current);return e}},getConf:function(){return a},getTabs:function(){return h},getPanes:function(){return i},getCurrentPane:function(){return i.eq(j)},getCurrentTab:function(){return h.eq(j)},getIndex:function(){return j},next:function(){return e.click(j+1)},prev:function(){return e.click(j-1)},destroy:function(){h.unbind(a.event).removeClass(a.current);
                    
15else if(a.initialIndex===0||a.initialIndex>0)e.click(a.initialIndex)}c.tools=c.tools||{version:"1.2.4"};c.tools.tabs={conf:{tabs:"a",current:"current",onBeforeClick:null,onClick:null,effect:"default",initialIndex:0,event:"click",rotate:false,history:false},addEffect:function(d,b){o[d]=b}};var o={"default":function(d,b){this.getPanes().hide().eq(d).show();b.call()},fade:function(d,b){var a=this.getConf(),e=a.fadeOutSpeed,l=this.getPanes();e?l.fadeOut(e):l.hide();l.eq(d).fadeIn(a.fadeInSpeed,b)},slide:function(d,
                    
16b){this.getPanes().slideUp(200);this.getPanes().eq(d).slideDown(400,b)},ajax:function(d,b){this.getPanes().eq(0).load(this.getTabs().eq(d).attr("href"),b)}},m;c.tools.tabs.addEffect("horizontal",function(d,b){m||(m=this.getPanes().eq(0).width());this.getCurrentPane().animate({width:0},function(){c(this).hide()});this.getPanes().eq(d).animate({width:m},function(){c(this).show();b.call()})});c.fn.tabs=function(d,b){var a=this.data("tabs");if(a){a.destroy();this.removeData("tabs")}if(c.isFunction(b))b=
                    
17{onBeforeClick:b};b=c.extend({},c.tools.tabs.conf,b);this.each(function(){a=new p(c(this),d,b);c(this).data("tabs",a)});return b.api?a:this}})(jQuery);
                    
18(function(b){function h(c){if(c){var a=d.contentWindow.document;a.open().close();a.location.hash=c}}var g,d,f,i;b.tools=b.tools||{version:"1.2.4"};b.tools.history={init:function(c){if(!i){if(b.browser.msie&&b.browser.version<"8"){if(!d){d=b("<iframe/>").attr("src","javascript:false;").hide().get(0);b("body").append(d);setInterval(function(){var a=d.contentWindow.document;a=a.location.hash;g!==a&&b.event.trigger("hash",a)},100);h(location.hash||"#")}}else setInterval(function(){var a=location.hash;
                    
19a!==g&&b.event.trigger("hash",a)},100);f=!f?c:f.add(c);c.click(function(a){var e=b(this).attr("href");d&&h(e);if(e.slice(0,1)!="#"){location.href="#"+e;return a.preventDefault()}});i=true}}};b(window).bind("hash",function(c,a){a?f.filter(function(){var e=b(this).attr("href");return e==a||e==a.replace("#","")}).trigger("history",[a]):f.eq(0).trigger("history",[a]);g=a;window.location.hash=g});b.fn.history=function(c){b.tools.history.init(this);return this.bind("history",c)}})(jQuery);
                    
                
effects.js https://gitlab.com/Blueprint-Marketing/rdom | JavaScript | 482 lines
                    
66				if ( !old && old !== "none" ) {
                    
67					jQuery.data(this[i], "olddisplay", jQuery.css(this[i], "display"));
                    
68				}
                    
86
                    
87		if ( jQuery.isFunction(fn) && jQuery.isFunction(fn2) ) {
                    
88			this._toggle.apply( this, arguments );
                    
256		opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration :
                    
257			jQuery.fx.speeds[opt.duration] || jQuery.fx.speeds._default;
                    
258
                    
302
                    
303		(jQuery.fx.step[this.prop] || jQuery.fx.step._default)( this );
                    
304
                    
433
                    
434jQuery.extend( jQuery.fx, {
                    
435	tick: function() {
                    
                
order.html https://gitlab.com/vsailakshmi/Web-Order-Application | HTML | 362 lines
                    
3	<link rel="stylesheet" type="text/css" href="style.css"/>
                    
4	<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.js"></script>
                    
5	<script type="text/javascript" src="/socket.io/socket.io.js"></script>
                    
229
                    
230				$("#information").slideUp("slow").hide("slow");
                    
231
                    
                
custom-fields-form-filter.js https://gitlab.com/Fraternal-Group/fraternal | JavaScript | 449 lines
                    
60    if ( '' == slug ){
                    
61//        jQuery(this).val(wpcf_slugize(jQuery(this).parent().find('input.wpcf-forms-field-name').val()));
                    
62    }
                    
90            if (jQuery(this).is(':checked')) {
                    
91                window.wpcfPostTypesText.push(jQuery(this).next().html());
                    
92                window.wpcfFormGroupsSupportPostTypesState.push(jQuery(this).attr('id'));
                    
147				jQuery(this).find(".CodeMirror-scroll").height(jQuery(this).height());
                    
148				jQuery(this).find(".CodeMirror-scroll").width(jQuery(this).width());
                    
149				CSSLayoutEditor.refresh();HTMMLLayoutEditor.refresh();
                    
318		jQuery("#wpcf-admin-styles-box").css({width:'400px','border-color':'#dfdfdf','box-shadow':'none','z-index':'0'});
                    
319		//jQuery('html, body').animate({scrollTop:jQuery('#wpcf-admin-styles-box').position().top}, 'fast');
                    
320        toggle.slideUp();
                    
441	  jQuery("#wpcf-admin-styles-box").css({width:'400px','border-color':'#dfdfdf','box-shadow':'none','z-index':'0'});
                    
442	  jQuery('html, body').animate({scrollTop:jQuery('#wpcf-admin-styles-box').position().top}, 'fast');
                    
443      CSSLayoutEditor.setValue( typesBase64.decode(wpcfDefaultCss) );
                    
                
jquery.rs.selectbox.js https://gitlab.com/meixnertobias/thaimaidaiproductionwp | JavaScript | 247 lines
                    
1/*
                    
2* Plugin name: Redsand Jquery Custom Select-box UI
                    
3* Author: phannhuthan
                    
38(function(old) {
                    
39  jQuery.fn.attr = function() {
                    
40    if(arguments.length === 0) {
                    
45      var obj = {};
                    
46      jQuery.each(this[0].attributes, function() {
                    
47        if(this.specified) {
                    
55  };
                    
56})(jQuery.fn.attr);
                    
57
                    
173						}
                    
174						// opts.slideUp(200);
                    
175						sltn.removeClass('expanded');
                    
                
jqueryFileTree.js https://gitlab.com/my-application.bjoernbartels.earth/theme-taurus | JavaScript | 95 lines
                    
1// jQuery File Tree Plugin
                    
2//
                    
13// Options:  root           - root folder to display; default = /
                    
14//           script         - location of the serverside AJAX file to use; default = jqueryFileTree.php
                    
15//           folderEvent    - event to trigger expand/collapse; default = click
                    
32//
                    
33if(jQuery) (function($){
                    
34	
                    
39			if( o.root == undefined ) o.root = '/';
                    
40			if( o.script == undefined ) o.script = 'jqueryFileTree.php';
                    
41			if( o.folderEvent == undefined ) o.folderEvent = 'click';
                    
52					$(c).addClass('wait');
                    
53					$(".jqueryFileTree.start").remove();
                    
54					$.post(o.script, { dir: t }, function(data) {
                    
67								if( !o.multiFolder ) {
                    
68									$(this).parent().parent().find('UL').slideUp({ duration: o.collapseSpeed, easing: o.collapseEasing });
                    
69									$(this).parent().parent().find('LI.directory').removeClass('expanded').addClass('collapsed');
                    
                
ddaccordion.js https://github.com/alvaropereyra/skp.git | JavaScript | 190 lines
                    
12//**1) Added option to activate a header "mouseover" instead of the default "click"
                    
13//**2) Bug persistence not working when used with jquery 1.2.6
                    
14
                    
19
                    
20//**1) Version 1.5.1: June 27th, 08': Fixed "defaultexpanded" setting not working properly when used with jquery 1.2.6
                    
21
                    
39	expandall:function(headerclass){ //PUBLIC function to expand all headers based on their shared CSS classname
                    
40		var $=jQuery
                    
41		var $headers=$('.'+headerclass)
                    
47	collapseall:function(headerclass){ //PUBLIC function to collapse all headers based on their shared CSS classname
                    
48		var $=jQuery
                    
49		var $headers=$('.'+headerclass)
                    
55	toggleone:function(headerclass, selected, optstate){ //PUBLIC function to expand/ collapse a particular header
                    
56		var $=jQuery
                    
57		var $targetHeader=$('.'+headerclass).eq(selected)
                    
                
color.tpl https://gitlab.com/zohaibsaleem/shipcliq | Smarty Template | 94 lines
                    
90function hidemessage(){
                    
91    jQuery("#errormsgdiv").slideUp();
                    
92}
                    
                
news.php https://bitbucket.org/dars94/tsrc.git | PHP | 181 lines
                    
11<link href="css/text.css" rel="stylesheet" type="text/css" />
                    
12<script type="text/javascript" src="../js/jquery-1.5.2.min.js"></script>
                    
13<script type="text/javascript">
                    
23    $('#down_'+id).show();
                    
24    $('#block_'+id).slideUp();
                    
25  });
                    
89
                    
90		$('#'+tmp_id.split('_')[0]+'_c').slideUp();
                    
91
                    
                
scripts.js https://gitlab.com/Slind/hugo | JavaScript | 283 lines
                    
9    //sidebar dropdown menu
                    
10    jQuery('#sidebar .sub-menu > a').click(function () {
                    
11        // Close previous open submenu
                    
12        var last = jQuery('.sub.open', jQuery('#sidebar'));
                    
13        jQuery(last).slideUp(200);
                    
14        jQuery(last).removeClass("open");
                    
15        jQuery('.menu-arrow', jQuery(last).parent()).addClass('fa-angle-right');
                    
16        jQuery('.menu-arrow', jQuery(last).parent()).removeClass('fa-angle-down');
                    
17
                    
47                jQuery('#container').addClass('sidebar-close');
                    
48                jQuery('#sidebar > ul').hide();
                    
49            }
                    
83    if (jQuery(".custom-custom-bar-chart")) {
                    
84        jQuery(".bar").each(function () {
                    
85            var i = jQuery(this).find(".value").html();
                    
                
functions.js https://github.com/mul14/pyrocms.git | JavaScript | 223 lines
                    
7
                    
8jQuery(function($) {
                    
9
                    
23			}
                    
24			$(this).parent().siblings().find("ul").slideUp("normal");
                    
25			$(this).parent().siblings().find("a").removeClass("bottom-border");
                    
42			$(this).parent().fadeTo(200, 0);
                    
43			$(this).parent().slideUp(400);
                    
44			return false;
                    
                
diffHighlighter.js https://github.com/rowanj/gitx.git | JavaScript | 512 lines
                    
15		  content.style.display = 'box';
                    
16		  jQuery(content).fadeTo('slow', 1).slideDown();
                    
17	  } else {
                    
17	  } else {
                    
18		  jQuery(content).fadeTo('fast', 0).slideUp('fast', function () {content.style.display = 'none'});
                    
19	  }
                    
268var postProcessDiffContents = function(diffContent) {
                    
269	var $ = jQuery;
                    
270	var diffEl = $(diffContent);
                    
                
jquery.scrollUp.js https://gitlab.com/kaouech/theme | JavaScript | 94 lines
                    
74
                    
75			// SlideUp animation
                    
76			else if (an === "slide") {
                    
76			else if (an === "slide") {
                    
77				$( ($(window).scrollTop() > td) ? $(sn).slideDown(is) : $(sn).slideUp(os) );
                    
78			}
                    
93	}; // End scrollUp function
                    
94}(jQuery));
                    
                
fx.js https://github.com/freels/fakequery.git | JavaScript | 283 lines
                    
36	toggle: function( fn, fn2 ){
                    
37		return jQuery.isFunction(fn) && jQuery.isFunction(fn2) ?
                    
38			this._toggle.apply( this, arguments ) :
                    
43				this.each(function(){
                    
44					jQuery(this)[ jQuery(this).is(":hidden") ? "show" : "hide" ]();
                    
45				});
                    
121          opt.prev[key] = /height|width/.test(key) ? 
                    
122            jQuery(self)[key]() : 
                    
123            self.getStyle(key) || (key == 'opacity' ? 1 : 'auto');
                    
219//    if ( !q || array )
                    
220//      q = jQuery.data( elem, type + "queue", jQuery.makeArray(array) );
                    
221// 
                    
250			opt.duration :
                    
251			jQuery.speeds[opt.duration]) || jQuery.speeds.def;
                    
252
                    
                
jquery.js https://gitlab.com/surya.ayrus22/Prototype | JavaScript | 263 lines
                    
1/**
                    
2 * Accordion, jQuery Plugin
                    
3 *
                    
252        },
                    
253        animateClose: function (elem, opts) { //replace the standard slideUp with custom function
                    
254            elem.next().stop(true, true).slideUp(opts.speed);
                    
262    };
                    
263})(jQuery);
                    
                
action_menu.js https://gitlab.com/MichelZuniga/openproject | JavaScript | 94 lines
                    
44
                    
45jQuery(function ($) {
                    
46  var animationSpeed = 100; // ms
                    
64    if ( event.target !== menu.find(" > li.drop-down.open > ul").get(0)) {
                    
65      menu.find(" > li.drop-down.open").removeClass("open").find("> ul").slideUp(animationSpeed);
                    
66      // no need to watch for clicks, when the menu is already closed
                    
                
scr.js https://gitlab.com/nikirilchuk/bootstrap | JavaScript | 349 lines
                    
3
                    
4	var scroller=jQuery.browser.webkit ? "body": "html";
                    
5
                    
74				block.removeClass('active');
                    
75				hidden.slideUp();
                    
76				$(this).html('Читать полностью');
                    
348
                    
349})(jQuery);
                    
350
                    
                
admin.js https://gitlab.com/hop23typhu/list-theme | JavaScript | 166 lines
                    
1jQuery( document ).ready(function( $ ) {
                    
2	var transitionTimeout;
                    
49
                    
50	// overrides the flag dropdown list with our customized jquery ui selectmenu
                    
51	$( "#flag_list" ).iconselectmenu({
                    
66
                    
67		// recreate the jquery ui selectmenu
                    
68		$( "#flag_list" ).iconselectmenu( 'destroy' ).iconselectmenu({
                    
131					$this.fadeTo( 100 , 0, function() {
                    
132						$( this ).slideUp( 100, function() {
                    
133							$( this ).remove();
                    
                
android-developer-reference.js https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk | JavaScript | 390 lines
                    
45  
                    
46  // get the DOM element and use setAttribute cuz IE6 fails when using jquery .attr('selected',true)
                    
47  var selectedLevelItem = $("#apiLevelSelector option[value='"+userApiLevel+"']").get(0);
                    
123          if (node.expanded) {
                    
124            $(node.get_children_ul()).slideUp("fast");
                    
125            node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
                    
                
jcd-medialibrary-uploader.js https://bitbucket.org/jenclarkdesign/clinics-by-design.git | JavaScript | 222 lines
                    
21        $(this).parents().parents().children( '.upload').attr( 'value', '' );
                    
22        $(this).parents( '.screenshot').slideUp();
                    
23
                    
55/* Use a custom function when working with the Media Uploads popup.
                    
56/* Requires jQuery, Media Upload and Thickbox JavaScripts.
                    
57/*-----------------------------------------------------------------------------------*/
                    
61  var _self = this;
                    
62  jQuery.noConflict();
                    
63
                    
110
                    
111            var htmlBits = html.split( "'" ); // jQuery seems to strip out XHTML when assigning the string to an object. Use alternate method.
                    
112
                    
221
                    
222})(jQuery);
                    
223
                    
                
custom.js https://gitlab.com/yutdhidev_labs/webku | JavaScript | 202 lines
                    
5    });
                    
6    jQuery(document).on('click', '.mega-dropdown', function (e) {
                    
7        e.stopPropagation()
                    
114    $('a[data-action="close"]').on('click', function () {
                    
115        $(this).closest('.card').removeClass().slideUp('fast');
                    
116    });
                    
                
metaboxes-rotator.php https://gitlab.com/ezgonzalez/integral | PHP | 265 lines
                    
130	<p>
                    
131		<input type="checkbox" name="hide_microdata" value="1" onchange="if(this.checked) { jQuery('#item-reviewed-p').slideUp(); } else { jQuery('#item-reviewed-p').slideDown(); }" <?php if($hide_microdata) echo " CHECKED"; ?> />
                    
132		<?php _e('Hide Microdata (hReview)', 'testimonial-rotator'); ?>
                    
152		<script>
                    
153			jQuery(document).ready(function() 
                    
154			{
                    
154			{
                    
155				jQuery('.testimonial-rotator-template-selector-wrap a').on('click', function() 
                    
156				{
                    
157					jQuery('.testimonial-rotator-template-selector-wrap').removeClass('tr_template_selected');
                    
158					jQuery('#testimonial_rotator_template').val( jQuery(this).data('slug') );
                    
159					jQuery(this).parent('.testimonial-rotator-template-selector-wrap').addClass('tr_template_selected');
                    
                
Task.ascx https://2DoTasks.svn.codeplex.com/svn | ASP.NET | 219 lines
                    
22
                    
23        // jQuery UI Dialog
                    
24        // Initialize validation on the entire ASP.NET form.
                    
37            if (ValidateAndSubmit(evt, '.validationGroup')) {
                    
38                $(this).slideUp();
                    
39                return true;
                    
                
README.md https://gitlab.com/learn-co-curriculum/cssi-3-6-jquery-animation | Markdown | 45 lines
                    
1
                    
2#Animation with jQuery and CSS
                    
3One of the cooler features of jQuery is animation. The concept is pretty simple:
                    
6- You set a target style
                    
7- jquery gradually changes the style from one to the other
                    
8
                    
8
                    
9It turns out there is some somewhat complicated math for the values of the properties as they are changing, but you don’t have to worry about that at all. Instead, you describe to jQuery exactly how you want the animation to happen - how long it should take, and what rate the change should happen - and it figures all that out for you.
                    
10
                    
33There are also some convenient shortcut methods for common animations developers use all the time:
                    
34- .slideUp() - slide an element up a distance
                    
35- .slideDown()
                    
44
                    
45<p data-visibility='hidden'>View <a href='https://learn.co/lessons/cssi-3.6-jquery-animation' title='Animation with jQuery and CSS'>Animation with jQuery and CSS</a> on Learn.co and start learning to code for free.</p>
                    
46
                    
                
helpers.js https://github.com/mydesignivan/guerraguerrero.git | JavaScript | 165 lines
                    
1jQuery.fn.extend({
                    
2    ucFirst : function(){
                    
78
                    
79jQuery.fn.outerHTML = function(s) {
                    
80    return (s) ? this.before(s).remove() : jQuery("<p>").append(this.eq(0).clone()).html();
                    
89                setTimeout(function(){
                    
90                    div.slideUp('slow');
                    
91                }, t);
                    
94                    setTimeout(function(){
                    
95                        div.slideUp('slow');
                    
96                    }, t);
                    
                
jplayer.playlist.min.js https://gitlab.com/fayimora/pp | JavaScript | 226 lines
                    
14 * Requires:
                    
15 *  - jQuery 1.7.0+
                    
16 *  - jPlayer 2.3.0+
                    
76    };
                    
77    jPlayerPlaylist.prototype = {_cssSelector: {jPlayer: "#jquery_jplayer_1", cssSelectorAncestor: "#jp_container_1"}, _options: {playlistOptions: {autoPlay: !1, loopOnPrevious: !1, shuffleOnLoop: !0, enableRemoveControls: !1, displayTime: "slow", addTime: "fast",
                    
78        removeTime: "fast", shuffleTime: "slow", itemClass: "jp-playlist-item", freeGroupClass: "jp-free-media", freeItemClass: "jp-playlist-item-free", removeItemClass: "jp-playlist-item-remove"}}, option: function (a, b) {
                    
115            var d = b(this.cssSelector.playlist + " ul").children().length ? this.options.playlistOptions.displayTime : 0;
                    
116            b(this.cssSelector.playlist + " ul").slideUp(d, function () {
                    
117                var d = b(this);
                    
182        a = 0 > a ? c.original.length + a : a;
                    
183        0 <= a && a < this.playlist.length && (this.removing = !0, b(this.cssSelector.playlist + " li:nth-child(" + (a + 1) + ")").slideUp(this.options.playlistOptions.removeTime, function () {
                    
184            b(this).remove();
                    
215        a === f && (a = !this.shuffled);
                    
216        (a || a !== this.shuffled) && b(this.cssSelector.playlist + " ul").slideUp(this.options.playlistOptions.shuffleTime, function () {
                    
217            (d.shuffled = a) ? d.playlist.sort(function () {
                    
                
JqueryEngineHelper.php https://gitlab.com/digaotinfo/agendaLegislativa | PHP | 361 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
                    
29/**
                    
30 * jQuery Engine Helper for JsHelper
                    
31 *
                    
31 *
                    
32 * Provides jQuery specific Javascript for JsHelper.
                    
33 *
                    
                
wysiwyg.js https://gitlab.com/Riky_Lesmana/SugarSweetCakes | JavaScript | 205 lines
                    
52		{
                    
53			element = jQuery( selection.getSelectedElement().$ );
                    
54		}
                    
66			if(!maybe_element) return false;
                    
67			else element = jQuery(maybe_element.$);
                    
68
                    
198		$(this).parent().fadeTo(200, 0);
                    
199		$(this).parent().slideUp(400, function(){
                    
200			$(window).trigger('notification-closed');
                    
                
fx.js https://github.com/batiste/jquery.git | JavaScript | 458 lines
                    
67				if ( !old && old !== "none" ){
                    
68					jQuery.data(this[i], "olddisplay", jQuery.css(this[i], "display"));
                    
69				}
                    
87
                    
88		return jQuery.isFunction(fn) && jQuery.isFunction(fn2) ?
                    
89			this._toggle.apply( this, arguments ) :
                    
234		opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration :
                    
235			jQuery.fx.speeds[opt.duration] || jQuery.fx.speeds._default;
                    
236
                    
280		}
                    
281		(jQuery.fx.step[this.prop] || jQuery.fx.step._default)( this );
                    
282
                    
408
                    
409jQuery.extend( jQuery.fx, {
                    
410
                    
                
app.js https://gitlab.com/Krisnasw/Ayobaca | JavaScript | 291 lines
                    
48		jQuery('.header-v5 .search-close').click(function () {
                    
49			jQuery('.header-v5 .search-open').slideUp();
                    
50		});
                    
95			if (jQuery(this).children("ul").hasClass("topbar-dropdown-visible")) {
                    
96			  jQuery(this).children(".topbar-dropdown").slideUp();
                    
97			  jQuery(this).children(".topbar-dropdown").removeClass("topbar-dropdown-visible");
                    
174	        if (jQuery(this).children('ul').hasClass('languages-visible')) {
                    
175	          jQuery(this).children('.languages').slideUp();
                    
176	          jQuery(this).children('.languages').removeClass('languages-visible');
                    
254			jQuery('.header-v7 .dropdown-toggle').on('click', function() {
                    
255			  jQuery('.header-v7 .dropdown-menu').stop(true, false).slideUp();
                    
256			  jQuery('.header-v7 .dropdown').removeClass('open');
                    
273			jQuery('.dropdown').on('hide.bs.dropdown', function() {
                    
274			  jQuery(this).find('.dropdown-menu').first().stop(true, true).slideUp();
                    
275			});
                    
                
 

Source

Language