100+ results for 'slideup jquery'
Not the results you expected?
Switcher.js (https://github.com/triangle/Switcher.git) JavaScript · 455 lines
media.admin.js (https://github.com/rtdean93/tbytam.git) JavaScript · 149 lines
jquery.selectbox-0.6.1.js (https://hg.codeplex.com/century) JavaScript · 135 lines
1 /**
2 * jQuery custom selectboxes
3 *
4 * Copyright (c) 2008 Krzysztof Suszy?„ski (suszynski.org)
8 * @version 0.6.1
9 * @category visual
10 * @package jquery
11 * @subpakage ui.selectbox
12 * @author Krzysztof Suszy?„ski <k.suszynski@wit.edu.pl>
13 **/
14 jQuery.fn.selectbox = function (options) {
15 /* Default settings */
16 var settings = {
17 className: 'jquery-selectbox',
18 animationSpeed: "fast",
19 replaceInvisible: true
jquery.slimmenu.js (https://gitlab.com/zohaibsaleem/shipcliq) JavaScript · 175 lines
1 /**
2 * jquery.slimmenu.js
3 * http://adnantopal.github.io/slimmenu/
4 * Author: @adnantopal
53 $(this).removeClass('expanded');
54 $(this).find('i').html('▼');
55 $parent_li.find('>ul').slideUp($options.animSpeed, $options.easingEffect);
56 }
57 else
140 .on('mouseleave', function()
141 {
142 $(this).find('>ul').stop().slideUp($options.animSpeed, $options.easingEffect);
143 });
173 };
175 })( jQuery, window, document );
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
4 * Modified in 2015 By Westilian - Kamrujaman Shohel
10 (function (factory) {
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);
115 } else {
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 }
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');
146 legend.click();
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 }
160 jQuery(field).focus();
404.vue (https://github.com/2017coding/BBS.git) Vue · 255 lines
196 opacity: 0;
197 margin-bottom: 20px;
198 animation-name: slideUp;
199 animation-duration: 0.5s;
200 animation-fill-mode: forwards;
207 opacity: 0;
208 margin-bottom: 10px;
209 animation-name: slideUp;
210 animation-duration: 0.5s;
211 animation-delay: 0.1s;
218 opacity: 0;
219 margin-bottom: 30px;
220 animation-name: slideUp;
221 animation-duration: 0.5s;
222 animation-delay: 0.2s;
card.js (https://gitlab.com/darmah250903/agung) JavaScript · 435 lines
254 }
256 KTUtil.slideUp(the.body, the.options.toggleSpeed, function() {
257 Plugin.eventTrigger('afterCollapse');
258 });
394 /**
395 * Get cardbody
396 * @returns {jQuery}
397 */
398 the.getBody = function() {
402 /**
403 * Get cardbody
404 * @returns {jQuery}
405 */
406 the.getSelf = function() {
jquery.ex.treeList.js (https://github.com/gilpederiva/JqueryExtended.git) JavaScript · 199 lines
1 /**
2 * Tree List Jquery Plugin
3 *
4 * @Author Gilberto Pederiva
46 itemList.find('ul:eq(0)')
47 .slideUp( settings.speedEffect ).end()
48 .removeClass("expanded")
49 .addClass("collapsed");
192 return methods.init.apply( this, arguments );
193 } else {
194 $.error( 'Method ' + method + ' does not exist on jQuery.TreeList' );
195 }
196 };
199 })( jQuery );
show-hide.html (http://my-studies.googlecode.com/svn/trunk/) HTML · 211 lines
collapsible.js (https://bitbucket.org/Rklplol/backend.git) JavaScript · 164 lines
45 }
46 else {
47 object.siblings('.collapsible-body').stop(true, false).slideUp({
48 duration: 350,
49 easing: "easeOutQuart",
57 $panel_headers.not(object).removeClass('active').parent().removeClass('active');
58 $panel_headers.not(object).parent().children('.collapsible-body').stop(true, false).slideUp(
59 {
60 duration: 350,
86 }
87 else {
88 object.siblings('.collapsible-body').stop(true, false).slideUp({
89 duration: 350,
90 easing: "easeOutQuart",
jrails.js (https://github.com/Dengaku/open-active-democracy.git) JavaScript · 196 lines
auth.js (https://github.com/clint-tseng/odkbuild.git) JavaScript · 257 lines
111 event.preventDefault();
113 $('.signinDialog .errorMessage').slideUp();
115 $.ajax({
141 event.preventDefault();
143 $('.signinDialog .errorMessage').slideUp();
145 $.ajax({
170 event.preventDefault();
172 $('.signinDialog .errorMessage').slideUp();
174 if ($('.signinDialog form #signin_password').val() !==
homePrivateView.js (https://github.com/Bowerbird/bowerbird-web.git) JavaScript · 229 lines
1 /// <reference path="../../libs/log.js" />
2 /// <reference path="../../libs/require/require.js" />
3 /// <reference path="../../libs/jquery/jquery-1.7.2.js" />
4 /// <reference path="../../libs/underscore/underscore.js" />
5 /// <reference path="../../libs/backbone/backbone.js" />
11 // The home page view when logged in
12 define(['jquery', 'underscore', 'backbone', 'app', 'views/activitylistview', 'views/sightinglistview', 'views/postlistview', 'views/sightingsearchpanelview', 'views/postsearchpanelview'],
13 function ($, _, Backbone, app, ActivityListView, SightingListView, PostListView, SightingSearchPanelView, PostSearchPanelView) {
63 this.$el.find('.close-call-to-action').on('click', function (e) {
64 e.preventDefault();
65 that.$el.find('.call-to-action').slideUp('fast', function () {
66 that.$el.find('.call-to-action').remove();
67 });
login.js (https://github.com/societies/SOCIETIES-Platform.git) JavaScript · 195 lines
82 function success(data) {
83 console.log("getCSSIdentity - successful: " + data.value);
84 jQuery("#username").val(data.value);
85 }
101 function success(data) {
102 console.log("getCSSIdentityPassword - successful: " + data.value);
103 jQuery("#userpass").val(data.value);
104 }
119 function success(data) {
120 console.log("getCSSIdentityDomain - successful: " + data.value);
121 jQuery("#identitydomain").val(data.value);
122 }
footer-persist-b.html (https://github.com/RobinWu/jquery-demo.git) HTML · 138 lines
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <title>jQuery Mobile Framework - Persistent footer B</title>
7 <link rel="stylesheet" href="../../jquery.mobile-1.0.1.min.css" />
8 <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
9 <script src="../../jquery.js"></script>
10 <script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
11 <script src="../_assets/js/jqm-docs.js"></script>
12 <script src="../../jquery.mobile-1.0.1.min.js"></script>
13 </head>
14 <body>
28 <h3>Broken Bells</h3>
29 <p>Broken Bells</p>
30 </a><a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
31 </a></li>
32 <li><a href="index.html">
frontend-builder-global-functions.js (https://gitlab.com/gregtyka/lfmawordpress) JavaScript · 127 lines
43 window.et_pb_form_placeholders_init = function( $form ) {
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'),
47 et_comment_label_value = $et_current_input.siblings('label').text();
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 );
90 } else {
91 $this_menu.removeClass( 'opened' ).addClass( 'closed' );
92 $cloned_nav.stop().slideUp( 500 );
93 }
94 return false;
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); }
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); }
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); }
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); }
85 });
hashchange1.html (https://github.com/agcolom/jquery-mobile.git) HTML · 52 lines
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <title>jQuery Mobile: hashchange Tester: Another page</title>
7 <link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css" />
9 <script src="../../../js/jquery.tag.inserter.js"></script>
10 <script src="../../../external/jquery/jquery.js"></script>
11 <script src="../../../docs/_assets/js/jqm-docs.js"></script>
12 <script src="../../../js/"></script>
19 </div>
20 <div data-role="content">
21 <div data-role="popup" data-transition="slideup" id="navMenuForAnotherPage">
22 <div data-role="collapsible">
23 <h3>Navigation</h3>
index.html (https://github.com/gmoskowitz/jquery-mobile.git) HTML · 230 lines
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <title>jQuery Mobile Navigation Test Suite</title>
8 <script src="../../../js/jquery.js"></script>
9 <script src="../jquery.setNameSpace.js"></script>
10 <script src="../../../js/"></script>
11 <script src="../../../tests/jquery.testHelper.js"></script>
23 <body>
25 <h1 id="qunit-header">jQuery Mobile Navigation Test Suite</h1>
26 <h2 id="qunit-banner"></h2>
27 <h2 id="qunit-userAgent"></h2>
101 <div id="dup-history-first" data-nstest-role="page">
102 <a href="#dup-history-second" data-nstest-transition="slideup" data-nstest-role="button" >
103 Page 2
104 </a>
2011-10-26-creating-application-specific-jquery-plugins.md (https://github.com/GunioRobot/wenbing.github.com.git) Markdown · 105 lines
3 title: 创建应用程序相关的 jQuery 扩展
4 excerpt: ... 当你写的代码与你的应用紧密关联,且想以链式方式执行时,是不是要作为一个 jQuery 扩展来写就不是那么清楚了。
5 tags: [javascript, jQuery, jQuery plugins]
6 ---
8 使用 jQuery 创建应用时,经常会写些能够直接以 jQuery 对象链式执行的代码。
9 当你的代码解决的问题与你的应用没有依赖性时,就应该写成一个 jQuery 扩展。
10 然而,当你写的代码与你的应用紧密关联,且想以链式方式执行时,是不是要作为一个 jQuery 扩展
63 },
64 close: function(duration) {
65 return this.nmkWidget().slideUp(duration);
66 }
67 }
basic_scripts.js (https://gitlab.com/sheep-fish-vert/cheeseStudio) JavaScript · 155 lines
1 jQuery.browser = {};
2 jQuery.browser.mozilla = /mozilla/.test(navigator.userAgent.toLowerCase()) && !/webkit/.test(navigator.userAgent.toLowerCase());
3 jQuery.browser.webkit = /webkit/.test(navigator.userAgent.toLowerCase());
4 jQuery.browser.opera = /opera/.test(navigator.userAgent.toLowerCase());
5 jQuery.browser.msie = /msie/.test(navigator.userAgent.toLowerCase());
7 var scroller=jQuery.browser.webkit ? "body": "html";
126 if (!div.is(event.target) && div.has(event.target).length === 0 && !menuMobile.is(event.target) && menuMobile.has(event.target).length === 0)
127 {
128 toggleMenu.slideUp();
129 menuMobile.removeClass('active');
130 }
async-upload.php (https://github.com/jazbek/nycga2.git) PHP · 70 lines
53 if ( is_wp_error($id) ) {
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(__('“%s” has failed to upload due to an error'), esc_html($_FILES['async-upload']['name']) ) . '</strong><br />' .
57 esc_html($id->get_error_message()) . '</div>';
scriptbreaker-multiple-accordion-1.js (https://gitlab.com/kaouech/theme) JavaScript · 89 lines
1 /*
2 * jQuery UI Multilevel accordionze v.1
3 *
4 * Copyright (c) 2011 Pieter Pareit
63 if(close){
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);
67 });
73 }
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);
77 });
87 }
88 });
89 })(jQuery);
fixedToolbar.js (https://bitbucket.org/zachjarvinen/jquery-mobile.git) JavaScript · 316 lines
13 }
15 module("jquery.mobile.toolbar.js", {setup: function() {
16 var startTimeout;
45 ok( !$( '#classes-test-h' ).hasClass('in'), 'The "in" class should not be applied when the header has a data-transition of "none"');
46 ok( $( '#classes-test-i' ).hasClass('slidedown'), 'The "slidedown" class should be applied when the header has a data-transition of "slide"');
47 ok( $( '#classes-test-j' ).hasClass('slideup'), 'The "slideup" class should be applied when the footer has a data-transition of "slide"');
49 },
314 asyncTestFooterAndHeader( "#page-show-visible-undefined", true );
315 });
316 })(jQuery);
fixedToolbar.js (https://github.com/riju/jquery-mobile.git) JavaScript · 360 lines
3 */
4 (function($){
5 module('jquery.mobile.fixedToolbar.js');
7 $( "html" ).height( screen.height * 3 );
15 }
17 module("jquery.mobile.fixedToolbar.js", {setup: function() {
18 var startTimeout;
66 ok( !$( '#classes-test-h' ).hasClass('in'), 'The "in" class should not be applied when the header has a data-transition of "none"');
67 ok( $( '#classes-test-i' ).hasClass('slidedown'), 'The "slidedown" class should be applied when the header has a data-transition of "slide"');
68 ok( $( '#classes-test-j' ).hasClass('slideup'), 'The "slideup" class should be applied when the footer has a data-transition of "slide"');
70 },
application.html.erb (https://github.com/lamhaianh/ror_ecommerce.git) Ruby HTML · 111 lines
19 <![endif]-->
20 <%= csrf_meta_tag %>
21 <%= javascript_include_tag 'jquery-1.5.2.min', 'rails', 'jquery-ui-1.8.12.custom.min','application' %>
22 <%= yield :head %>
98 jQuery(window).ready(
99 function() {
100 jQuery('.flash_notice').delay(6000).slideUp( 'slow');
101 jQuery('.flash_error').delay(6000).slideUp( 'slow');
106 <%# javascript_include_tag :defaults %>
107 <%#= javascript_include_tag 'jquery-1.4.2.min', 'rails' %>
108 <%#= javascript_include_tag :all, :cache => true %>
109 </body>
accountRequestPasswordUpdateFormView.js (https://github.com/Bowerbird/bowerbird-web.git) JavaScript · 165 lines
1 /// <reference path="../../libs/log.js" />
2 /// <reference path="../../libs/require/require.js" />
3 /// <reference path="../../libs/jquery/jquery-1.7.2.js" />
4 /// <reference path="../../libs/underscore/underscore.js" />
5 /// <reference path="../../libs/backbone/backbone.js" />
9 // ------------------------------------
11 define(['jquery', 'underscore', 'backbone', 'app', 'ich'],
12 function ($, _, Backbone, app, ich) {
58 onValidation: function (obs, errors) {
59 if (errors.length == 0) {
60 this.$el.find('.validation-summary').slideUp(function () { $(this).remove(); });
61 }
footer-persist-b.html (https://github.com/bovan/trafikk.git) HTML · 138 lines
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <title>jQuery Mobile Framework - Persistent footer B</title>
7 <link rel="stylesheet" href="../../jquery.mobile-1.0.min.css" />
8 <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
9 <script src="../../jquery.js"></script>
10 <script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
11 <script src="../_assets/js/jqm-docs.js"></script>
12 <script src="../../jquery.mobile-1.0.min.js"></script>
13 </head>
14 <body>
28 <h3>Broken Bells</h3>
29 <p>Broken Bells</p>
30 </a><a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
31 </a></li>
32 <li><a href="index.html">
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 */
3 var History = function() {
132 jEl.fadeOut(this.animSpeed);
133 } else {
134 jEl.slideUp(this.animSpeed);
135 }
232 }
234 $(post).slideUp(self.animSpeed);
236 }, pars);
248 ajax: function(callback, pars, html, page) {
249 pars = jQuery.extend({
250 reqFor: 'history',
251 log: this.log
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');
82 });
94 init_sideNavigation();
95 jQuery.fn.dataTableExt.oSort['currency-asc'] = function(a,b) {
96 /* Remove any formatting */
97 var x = a == "-" ? 0 : a.replace( /[^\d\-\.]/g, "" );
104 };
106 jQuery.fn.dataTableExt.oSort['currency-desc'] = function(a,b) {
107 var x = a == "-" ? 0 : a.replace( /[^\d\-\.]/g, "" );
108 var y = b == "-" ? 0 : b.replace( /[^\d\-\.]/g, "" );
Index2.cshtml (https://gitlab.com/ahmad-hamzavi/grid_test1) Razor · 140 lines
50 }
51 }
52 }).on("selected.rs.jquery.bootgrid", function (e, rows) {
55 }).on("deselected.rs.jquery.bootgrid", function (e, rows) {
56 //var rowIds = [];
57 //for (var i = 0; i < rows.length; i++) {
59 //}
60 //alert("Deselect: " + rowIds.join(","));
61 }).on("loaded.rs.jquery.bootgrid", function (e,rows) {
62 /* Executes after data is loaded and rendered */
63 $(".image").hide();
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');
34 });
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');
example.html (https://gitlab.com/ja4nm/cookiebar) HTML · 120 lines
17 </style>
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>
21 <script type="text/javascript">
73 //on confirm clallback
74 onConfirm: function(){
75 Cookiebar.slideUp();
76 console.log("Cookiebar onConfirm!");
77 },
78 //on close callback
79 onClose: function(){
80 Cookiebar.slideUp();
81 console.log("Cookiebar onClose!");
82 }
fontpicker.js (https://bitbucket.org/maleck13/storybooks.git) JavaScript · 140 lines
1 /**
2 * Font Selector - jQuery plugin 0.1
3 *
4 * Copyright (c) 2012 Chris Dyer
91 positionUl();
92 ul.slideUp('fast', function() {
93 visible = false;
94 });
113 if (visible)
114 {
115 ul.slideUp('fast', function() {
116 visible = false;
117 });
135 return methods.init.apply( this, arguments );
136 } else {
137 $.error( 'Method ' + method + ' does not exist on jQuery.fontSelector' );
138 }
139 }
admin.js (https://gitlab.com/mattswann/launch-housing) JavaScript · 85 lines
14 jQuery(this).parent().css( 'width', '80%' );
15 jQuery(this).parent().children( 'div').show();
16 });
17 jQuery('.pb_debug_hide').click(function(e) {
38 jQuery('.pluginbuddy_tip').tooltip(); // Now using jQuery UI tooltip.
56 jQuery('.pb_toggle').click(function(e) {
57 jQuery( '#pb_toggle-' + jQuery(this).attr('id') ).slideToggle();
58 });
77 );
79 jQuery(this).parents('.pb_backupbuddy_alert').slideUp();
81 });
application.js (https://github.com/chriskottom/mission_of_mercy.git) JavaScript · 153 lines
53 MoM.Support.checkForRequests = function (executer){
54 if(MoM.Support.Enabled){
55 jQuery.getJSON('/active_support_requests.json',
56 { authenticity_token: MoM.AuthToken},
57 function(data){
77 if(jQuery.fn.activebar.container != null){
78 jQuery('.content',jQuery.fn.activebar.container).html(text);
79 jQuery.fn.activebar.updateBar(options);
92 else
93 {
94 if(jQuery.fn.activebar && ($('help_link') && $('help_link').visible()) || $('help_link') == null)
95 jQuery.fn.activebar.hide();
126 if(jQuery.fn.activebar.container != null){
127 jQuery('.content',jQuery.fn.activebar.container).html(text);
128 jQuery.fn.activebar.updateBar(options);
jqueryslidemenu.js (https://github.com/deas/alfresco.git) JavaScript · 51 lines
1 /*********************
2 //* jQuery Multi Level CSS Menu #2- By Dynamic Drive: http://www.dynamicdrive.com/
3 //* Last update: Nov 7th, 08': Limit # of queued animations to minmize animation stuttering
4 //* Menu avaiable at DD CSS Library: http://www.dynamicdrive.com/style/
8 //var arrowimages={down:['downarrowclass', 'img/down.gif', 23], right:['rightarrowclass', 'img/right.gif']} - this is needed only for arrows
10 var jqueryslidemenu={
12 animateduration: {over: 200, out: 100}, //duration of slide in/ out animation, in milliseconds
14 buildmenu:function(menuid, arrowsvar){
15 jQuery(document).ready(function($){
16 var $mainmenu=$("#"+menuid+">ul")
17 var $headers=$mainmenu.find("ul").parent()
38 function(e){
39 var $targetul=$(this).children("ul:eq(0)")
40 $targetul.slideUp(jqueryslidemenu.animateduration.out)
41 }
42 ) //end hover
js.js (https://gitlab.com/cserobiul/affordable-quality-cars) JavaScript · 143 lines
2 jQuery(document).ready(function(){
3 /*jQuery('.slider').mobilyslider({
31 controls : false
32 });
33 jQuery('.select_1').selectik({
34 width: 'auto',
35 maxItems: 5,
38 smartPosition: false
39 });
40 jQuery('.select_2').selectik({
41 width: 'auto',
42 maxItems: 5,
45 smartPosition: false
46 });
47 jQuery('.select_3').selectik({
48 width: 'auto',
49 maxItems: 5,
select.js (https://gitlab.com/CDNDR/good-night-medical) JavaScript · 196 lines
1 // Для Drop Down jQuery UI
2 $(function() {
3 $('#select-img').ddslick({
103 u.addClass("dd-click-off-close");
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 }
107 }
160 l = o.find(".dd-pointer"),
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")
167 } else {
effects.all.html (https://github.com/petehamilton/Visualizing-Marathon-2011.git) HTML · 180 lines
3 <head>
4 <meta charset="UTF-8" />
5 <title>jQuery UI Effects Test Suite</title>
6 <link rel="stylesheet" href="effects.all.css" type="text/css" />
7 <script type="text/javascript" src="../../jquery-1.5.1.js"></script>
8 <script type="text/javascript" src="../../ui/jquery.effects.core.js"></script>
9 <script type="text/javascript" src="../../ui/jquery.effects.blind.js"></script>
10 <script type="text/javascript" src="../../ui/jquery.effects.bounce.js"></script>
11 <script type="text/javascript" src="../../ui/jquery.effects.clip.js"></script>
12 <script type="text/javascript" src="../../ui/jquery.effects.drop.js"></script>
13 <script type="text/javascript" src="../../ui/jquery.effects.explode.js"></script>
14 <script type="text/javascript" src="../../ui/jquery.effects.fold.js"></script>
15 <script type="text/javascript" src="../../ui/jquery.effects.highlight.js"></script>
section-repeater.ts (https://gitlab.com/chernushov881/charity-fund) TypeScript · 225 lines
118 self.handleRowDecrementor();
119 if ( ! self.limit || self.currentIndex < self.limit ) {
120 jQuery( self.control.selector + ' .limit' ).removeClass( 'highlight' );
121 }
122 } );
204 }
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' );
210 e.preventDefault();
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' );
221 */
222 private _moveElements() {
223 jQuery( '#sections-left-' + this.control.params.id ).appendTo( jQuery( '.wp-full-overlay' ) );
224 }
225 }
mc.js (https://github.com/claudinec/drupalmel.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',
36 left: '0px',
107 // Set our animation parameters and use them
108 if ( animation == 'fadeIn' ) animation = 'fadeOut';
109 if ( animation == 'slideDown' ) animation = 'slideUp';
110 if ( animation == 'show' ) animation = 'hide';
169 } else {
170 if ( animation == 'slide' ) {
171 $('#modalContent').slideUp(speed,function(){$('#modalBackdrop').slideUp(speed, function(){$(this).remove();});$(this).remove();});
172 } else {
173 $('#modalContent').remove();$('#modalBackdrop').remove();
jqueryFileTree.js (https://github.com/Li-An/download-monitor.git) JavaScript · 95 lines
1 // jQuery File Tree Plugin
2 //
3 // Version 1.01
12 //
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
16 // expandSpeed - default = 500 (ms); use -1 for no animation
31 // is copyright 2008 A Beautiful Site, LLC.
32 //
33 if(jQuery) (function($){
35 $.extend($.fn, {
38 if( !o ) var o = {};
39 if( o.root == undefined ) o.root = '/';
40 if( o.script == undefined ) o.script = 'jqueryFileTree.php';
41 if( o.folderEvent == undefined ) o.folderEvent = 'click';
42 if( o.expandSpeed == undefined ) o.expandSpeed= 500;
jquery.callme.js (https://github.com/phono/s.phono.com.git) JavaScript · 231 lines
jquery.app-folders.js (https://bitbucket.org/aokoli/misc.-code..git) JavaScript · 247 lines
1 /*
2 * jQuery App Folders Plugin 0.2
3 * www.app-folders.com/
4 * Copyright 2013, Stephen Saucier
20 URLrewrite: false, // Use URL rewriting?
21 URLbase: "", // If URL rewrite is enabled, the URL base of the page where used
22 internalLinkSelector: '.jaf-internal a',// a jQuery selector containing links to content within a jQuery App Folder
23 instaSwitch: false
24 }, options);
29 // ==============
30 // ! START jQuery App Folders SCRIPT
31 // ==============
133 //Inactive icon was clicked
134 $('.folderContent').slideUp(speed);
135 $('.active-tool').removeClass('active-tool');
136 $(' .jaf-container .folder').animate({ opacity: 1.00 }, speed);
jquery.js (https://gitlab.com/surya.ayrus22/Prototype) JavaScript · 263 lines
1 /**
2 * Accordion, jQuery Plugin
3 *
4 * This plugin provides an accordion with cookie support.
251 elem.next().stop(true, true).slideDown(opts.speed);
252 },
253 animateClose: function (elem, opts) { //replace the standard slideUp with custom function
254 elem.next().stop(true, true).slideUp(opts.speed);
261 }
262 };
263 })(jQuery);
action_menu.js (https://gitlab.com/MichelZuniga/openproject) JavaScript · 94 lines
43 */
45 jQuery(function ($) {
46 var animationSpeed = 100; // ms
63 // do not close the menu, if the user accidentally clicked next to a menu item (but still within the menu)
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
67 $('html').off('click', close_menu);
color.tpl (https://gitlab.com/zohaibsaleem/shipcliq) Smarty Template · 94 lines
jquery.scrollUp.js (https://gitlab.com/kaouech/theme) JavaScript · 94 lines
helpers.js (https://github.com/mydesignivan/guerraguerrero.git) JavaScript · 165 lines
1 jQuery.fn.extend({
2 ucFirst : function(){
3 return this.each(function(){
77 });
79 jQuery.fn.outerHTML = function(s) {
80 return (s) ? this.before(s).remove() : jQuery("<p>").append(this.eq(0).clone()).html();
88 if( div.is(':visible') ){
89 setTimeout(function(){
90 div.slideUp('slow');
91 }, t);
92 }else{
93 div.slideDown('slow', function(){
94 setTimeout(function(){
95 div.slideUp('slow');
96 }, t);
97 });
shortcodes.js (https://github.com/ideahackdev/local.git) JavaScript · 308 lines
18 mainCont.children('span').stop().animate({ opacity: 0, bottom: '50px' }, 200, function() {
20 jQuery(this).hide();
22 });
34 this.children('span.close').click(function() {
36 mainCont.slideUp(300);
38 });
53 mainCont.children('.ddimage-slider-images').children('li').each(function() {
55 if(i === 1) { jQuery(this).addClass('current').css({ display: 'block', left: 0 }).addClass('ddslide_'+i); }
56 else { jQuery(this).css({ display: 'block', left: slideWidth }).addClass('ddslide_'+i); }
73 mainCont.children('.ddimage-slider-selector').children('li:not(.border)').each(function() {
75 if(i === 1) { jQuery(this).addClass('ddsel_'+i).addClass('current'); }
76 else { jQuery(this).addClass('ddsel_'+i); }
dropbutton.js (https://bitbucket.org/vectorbase/vectorbase.git) JavaScript · 94 lines
index.php (https://github.com/gseguin/jquery-mobile.git) PHP · 141 lines
6 // to revert to the pre async include, and should not be
7 // used in other build methods
8 'jquery.mobile.define.js',
9 'jquery.mobile.ns.js',
10 'jquery.ui.widget.js',
11 'jquery.mobile.widget.js',
12 'jquery.mobile.media.js',
13 'jquery.mobile.support.touch.js',
14 'jquery.mobile.support.orientation.js',
15 'jquery.mobile.support.js',
16 'jquery.mobile.vmouse.js',
17 'events/touch.js',
18 'events/throttledresize.js',
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 ) :
39 fn ?
218 //
219 // if ( !q || array )
220 // q = jQuery.data( elem, type + "queue", jQuery.makeArray(array) );
221 //
222 // }
249 opt.duration = (opt.duration && typeof opt.duration == 'number' ?
250 opt.duration :
251 jQuery.speeds[opt.duration]) || jQuery.speeds.def;
253 // Queueing
README.md (https://gitlab.com/learn-co-curriculum/cssi-3-6-jquery-animation) Markdown · 45 lines
2 #Animation with jQuery and CSS
3 One of the cooler features of jQuery is animation. The concept is pretty simple:
5 - You have an element with its current style
6 - You set a target style
7 - jquery gradually changes the style from one to the other
9 It 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.
32 #### Animation Shortcuts
33 There are also some convenient shortcut methods for common animations developers use all the time:
34 - .slideUp() - slide an element up a distance
35 - .slideDown()
36 - .fadeIn() - Show an element with a slow fade
43 Check the [documentation](https://api.jquery.com/category/effects/) for more examples and explanations.
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>
ajax_search.js (https://github.com/gpennington/philo.git) JavaScript · 81 lines
fixedToolbar.js (https://github.com/hpbuniat/jquery-mobile.git) JavaScript · 316 lines
45 ok( !$( '#classes-test-h' ).hasClass('in'), 'The "in" class should not be applied when the header has a data-transition of "none"');
46 ok( $( '#classes-test-i' ).hasClass('slidedown'), 'The "slidedown" class should be applied when the header has a data-transition of "slide"');
47 ok( $( '#classes-test-j' ).hasClass('slideup'), 'The "slideup" class should be applied when the footer has a data-transition of "slide"');
49 },
314 asyncTestFooterAndHeader( "#page-show-visible-undefined", true );
315 });
316 })(jQuery);
jqueryFileTree.js (https://gitlab.com/mautic-master/mautic) JavaScript · 118 lines
1 // jQuery File Tree Plugin
2 //
3 // Version 1.01
12 //
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
16 // expandSpeed - default = 500 (ms); use -1 for no animation
29 // TERMS OF USE
30 //
31 // jQuery File Tree is licensed under a Creative Commons License and is copyrighted (C)2008 by Cory S.N. LaViska.
32 // For details, visit http://creativecommons.org/licenses/by/3.0/us/
33 //
34 if(jQuery) (function($){
36 $.extend($.fn, {
gamma.js (https://github.com/nicolasnm/divingbook.git) JavaScript · 131 lines
1 // declare the gamma variable for jQuery usage in the gamma theme.
2 (function ($) {
3 /**
7 * @todo Make sure the menus accomodate menus that are only 2 wide on the top level.
8 */
9 gamma = jQuery.noConflict();
10 gamma(document).ready(function(){
11 // even up the menus to a non decimal width value
73 // hover out
74 function(){
75 gamma(this).stop().children('ul').slideUp('normal').end();
76 // don't re-animate the active item
77 if(!gamma(this).hasClass('active-trail')) {
129 */
130 });
131 })(jQuery);
index.html (https://github.com/GunioRobot/wcm-mobile-demo.git) HTML · 138 lines
15 <<<<<<< HEAD
16 <script src="/mobile/jqtouch/jquery.1.4.2.min.js" type="text/javascript" charset="utf-8"></script>
17 <script src="/mobile/jqtouch/jqtouch.min.js" type="application/x-javascript" charset="utf-8"> </script>
18 <script src ="/mobile/js/dataService.js" type="text/javascript" charset="utf-8"></script>
29 <link rel="apple-touch-icon" href="skin/img/exo.png" />
31 <script src="/mobile/jqtouch/jquery.1.4.2.min.js" type="text/javascript" charset="utf-8"></script>
32 <script src="/mobile/jqtouch/jqtouch.min.js" type="application/x-javascript" charset="utf-8"></script>
116 <div class="toolbar">
117 <h1 id="title"></h1>
118 <a class="button slideup" id="infoButton" href="#about">About</a>
119 </div>
todo.js (https://github.com/mocheng/todomvc.git) JavaScript · 254 lines
growl.js (https://github.com/atifsaleem/APSN.git) JavaScript · 94 lines
community.js (https://gitlab.com/iamgraeme/royalmile) JavaScript · 85 lines
1 jQuery(document).ready(function($) {
4 jQuery('.most-popular-topics h1').parent().each(function () {
5 var $me = $(this);
6 if (!$me.is("li")) return true;
11 $_content.is(":visible")
12 ? $_content.find("table").hide().end().slideUp('fast')
13 : $_content.slideDown('fast').find("table").show()
14 ;
facetapi.js (https://bitbucket.org/agiza/farming-drupal.git) JavaScript · 107 lines
common-scripts.js (https://gitlab.com/umakantverma/LicExamApp) JavaScript · 119 lines
19 // sidebar dropdown menu auto scrolling
21 jQuery('#sidebar .sub-menu > a').click(function () {
22 var o = ($(this).offset());
23 diff = 250 - o.top;
78 // widget tools
80 jQuery('.panel .tools .fa-chevron-down').click(function () {
81 var el = jQuery(this).parents(".panel").children(".panel-body");
82 if (jQuery(this).hasClass("fa-chevron-down")) {
83 jQuery(this).removeClass("fa-chevron-down").addClass("fa-chevron-up");
84 el.slideUp(200);
85 } else {
86 jQuery(this).removeClass("fa-chevron-up").addClass("fa-chevron-down");
jquery.innerfade.js (https://github.com/aaycock/dashboard.git) JavaScript · 128 lines
1 /* =========================================================
3 // jquery.innerfade.js
5 // Datum: 2008-02-14
91 $.innerfade.next = function(elements, settings, current, last) {
92 if (settings.animationtype == 'slide') {
93 $(elements[last]).slideUp(settings.speed);
94 $(elements[current]).slideDown(settings.speed);
95 } else if (settings.animationtype == 'fade') {
119 };
121 })(jQuery);
123 // **** remove Opacity-Filter in ie ****
core.html (https://github.com/xupisco/gameLib-Chrome-Extension.git) HTML · 121 lines
5 <link rel="stylesheet" type="text/css" href="css/style.css" />
6 <script src="js/jquery-1.6.4.min.js"></script> <!-- Including jQuery -->
7 <script src="js/core.js"></script> <!-- Our script file -->
84 post_content = "#post_content_" + $(this).attr('post_id');
85 if(opened != $(this).attr('post_id')) {
86 $('.post_content').each(function() { $(this).slideUp(); });
87 $(post_content).slideToggle();
88 opened = $(this).attr('post_id');
90 //openPost($(this).attr('post_id'));
91 opened = 0;
92 $(post_content).slideUp();
93 }
94 });
custom.js (https://bitbucket.org/tumivn/phpexamples.git) JavaScript · 236 lines
1 // Jquery with no conflict
2 jQuery(document).ready(function($) {
67 $('#sidebar-closer').click(function(){
68 $('#sidebar-content').slideUp();
69 $('#sidebar-closer').hide();
70 });
78 $('.accordion-trigger').click(function(){
79 if( $(this).next().is(':hidden') ) {
80 $('.accordion-trigger').removeClass('active').next().slideUp();
81 $(this).toggleClass('active').next().slideDown();
82 }
jquery.film.js (https://bitbucket.org/dreamriks/gift.git) JavaScript · 286 lines
1 (function($) {jQuery.extend({
2 init_news: function(option){
85 break;
86 case 1:
87 $('#'+secondname).slideUp(effectspeed,function(){
88 $('#'+secondname).empty();
89 $('#'+secondname).html(mynow);
170 break;
171 case 1:
172 $('#'+secondname).slideUp(effectspeed,function(){
173 $('#'+secondname).empty();
174 $('#'+secondname).html(mynow);
284 }
285 });
286 })(jQuery);
poll.js (https://github.com/cid2105/virtual_greek.git) JavaScript · 121 lines
2 /*
3 jPoll jQuery plugin version 1.0
5 Copyright (c) 2009 Dan Wellman
27 };
29 //extend jquery with the plugin
30 $.fn.extend({
31 jPoll:function(config) {
43 $("<div>").addClass(config.rowClass).appendTo($(this).find("form"));
44 $("<input type='radio' name='" + config.groupName + "' id='" + config.groupIDs[x] + "'>").addClass("choice").appendTo($(this).find("form").children(":last")).click(function() {
45 ($(".error").length != 0) ? $(".error").slideUp("slow") : null ;
46 });
47 $("<label>").text(config.groupIDs[x]).attr("for", config.groupIDs[x]).appendTo($(this).find("form").children(":last"));
replies.js (https://github.com/Emaratilicious/Addons.git) JavaScript · 157 lines
activity.js (https://github.com/Emaratilicious/Garden.git) JavaScript · 162 lines
1 jQuery(document).ready(function($) {
3 // Set the max chars in the activity comment boxes
10 afterConfirm: function(json, sender) {
11 var row = $(sender).parents('li:first');
12 $(row).slideUp('fast', function() {
13 $(row).remove();
14 });
135 if ($('ul.Activities').length == 0) {
136 // Make sure that empty rows are removed
137 $('div.EmptyInfo').slideUp('fast');
138 // And add the activity list
139 $(frm).after('<ul class="Activities"></ul>');
bumpdown.js (https://github.com/livinglab/openlab.git) JavaScript · 293 lines
82 $bumpdown.find( '.tribe-bumpdown-close, .tribe-bumpdown-arrow' ).remove();
83 $bumpdown.not( '.tribe-bumpdown-trigger' ).slideUp( 'fast' );
85 data.$trigger.removeClass( selectors.active.replace( '.', '' ) );
200 return this.each( function() {
201 var data = {
202 // Store the jQuery Elements
203 $trigger: $( this ),
204 $parent: null,
291 });
292 };
293 }( jQuery, window.underscore || window._ ) );
overrider.js (https://github.com/pjwiseman/joomla-cms.git) JavaScript · 235 lines
26 Joomla.overrider.refreshCache = function()
27 {
28 var $ = jQuery.noConflict(), self = this;
29 this.states.refreshing = true;
48 }
50 $('#refresh-status').slideUp().hide();
51 self.states.refreshing = false;
52 }).fail(function (xhr)
53 {
54 alert(Joomla.JText._('COM_LANGUAGES_VIEW_OVERRIDE_REQUEST_ERROR'));
55 $('#refresh-status').slideUp().hide();
56 });
57 };
custom.js (https://bitbucket.org/geekytheory/smallbirds.git) JavaScript · 120 lines
10 //// Start twitter settings ////
11 jQuery(function($){
12 $("#twitterbody").tweet({
13 join_text: "auto",
90 $('.tabs_container > .tabs > li.active').removeClass('active');
91 $(this).parent().slideDown('slow').addClass('active');
92 $('.tabs_container > .tab_contents_container > div.tab_contents_active').slideUp('slow').removeClass('tab_contents_active');
94 $(this.rel).slideDown('slow').addClass('tab_contents_active');
112 $('.accordionwrap .accordiontitle').click(function() {
113 if($(this).next().is(':hidden')) {
114 $(this).parent().find(".accordiontitle").removeClass('active').next().slideUp('fast');
115 $(this).toggleClass('active').next().slideDown('fast');
116 }
controller.js (https://github.com/christrees/spoolspartyplay.git) JavaScript · 133 lines
14 M.TRANSITION.NONE = 'none';
15 M.TRANSITION.SLIDE = 'slide';
16 M.TRANSITION.SLIDEUP = 'slideup';
17 M.TRANSITION.SLIDEDOWN = 'slidedown';
18 M.TRANSITION.POP = 'pop';
86 updateHistory = updateHistory !== undefined ? updateHistory : YES;
88 /* Now do the page change by using a jquery mobile method and pass the properties */
89 if(page.type === 'M.PageView') {
90 //console.log('$.mobile.changePage(' + page.id + ', ' + (M.Application.useTransitions ? transition : M.TRANSITION.NONE) + ', ' + (M.Application.useTransitions ? isBack : NO) + ', ' + updateHistory + ');');
application.js (https://github.com/sandal/mission_of_mercy.git) JavaScript · 148 lines
72 if(jQuery.fn.activebar.container != null){
73 jQuery('.content',jQuery.fn.activebar.container).html(text);
74 jQuery.fn.activebar.updateBar(options);
89 if(jQuery.fn.activebar && ($('help_link') && $('help_link').visible()) || $('help_link') == null)
90 jQuery.fn.activebar.hide();
91 }
92 }
101 var closeCallback = function(){
102 jQuery.ajax({
103 type: "PUT",
104 url: '/support_requests/' + id,
121 if(jQuery.fn.activebar.container != null){
122 jQuery('.content',jQuery.fn.activebar.container).html(text);
123 jQuery.fn.activebar.updateBar(options);
jrails.js (https://github.com/dumas/score-keeper.git) JavaScript · 207 lines
common-js.php (https://gitlab.com/wuhang2003/typecho) PHP · 105 lines
1 <?php if(!defined('__TYPECHO_ADMIN__')) exit; ?>
2 <script src="<?php $options->adminStaticUrl('js', 'jquery.js?v=' . $suffixVersion); ?>"></script>
3 <script src="<?php $options->adminStaticUrl('js', 'jquery-ui.js?v=' . $suffixVersion); ?>"></script>
60 t.effect('highlight', {color : color})
61 .delay(5000).slideUp(function () {
62 $(this).remove();
63 });
jquery.dcjqaccordion.2.7.js (https://bitbucket.org/mwageni/admin-template.git) JavaScript · 242 lines
1 /*
2 * DC jQuery Vertical Accordion Menu - jQuery vertical accordion menu plugin
3 * Copyright (c) 2011 Design Chemical
4 *
100 if ($('> ul',$activeLi).is(':visible')){
101 $('ul',$activeLi).slideUp(defaults.speed);
102 $('a',$activeLi).removeClass(defaults.classActive);
103 } else {
169 if ($('> ul',$activeLi).is(':visible')){
170 $('ul',$activeLi).slideUp(defaults.speed);
171 $('a',$activeLi).removeClass(defaults.classActive);
172 } else {
191 if(defaults.menuClose == true){
192 $('ul',obj).slideUp(defaults.speed);
193 // Reset active links
194 $('a',obj).removeClass(defaults.classActive);
jquery.notify.js (https://gitlab.com/kaouech/theme) JavaScript · 156 lines
1 /* jQuery Notify UI Widget 1.5 by Eric Hynds
2 * http://www.erichynds.com/jquery/a-jquery-ui-growl-ubuntu-notification-widget/
3 *
4 * Depends:
5 * - jQuery 1.4+
6 * - jQuery UI 1.8 widget factory
117 var speed = this.options.speed;
119 this.element.fadeTo(speed, 0).slideUp(speed, $.proxy(function(){
120 this._trigger("close");
121 this.isOpen = false;
154 });
156 })(jQuery);
album-page.js (https://github.com/rogerwilliams/couchApps.git) JavaScript · 106 lines
1 var AlbumPageController = function() {
3 /* RIPPED FROM jquerymobile-1.0a2.js */
4 function getOffsetTop(ele)
5 {
43 }
44 }
45 /* END RIPPED FROM jquerymobile-1.0a2.js */
47 function handleView()
74 var docId = $("#albumcontent").data("identity");
75 // Change page.
76 $.mobile.changePage( "_show/album-delete/" + docId, "slideup", false, false );
77 return false;
78 }
helpfulness.js (https://gitlab.com/mayakarya/Docs) JavaScript · 262 lines
basic_scripts.js (https://gitlab.com/sheep-fish-vert/coldAsfAlt) JavaScript · 154 lines
1 jQuery.browser = {};
2 jQuery.browser.mozilla = /mozilla/.test(navigator.userAgent.toLowerCase()) && !/webkit/.test(navigator.userAgent.toLowerCase());
3 jQuery.browser.webkit = /webkit/.test(navigator.userAgent.toLowerCase());
4 jQuery.browser.opera = /opera/.test(navigator.userAgent.toLowerCase());
5 jQuery.browser.msie = /msie/.test(navigator.userAgent.toLowerCase());
7 var scroller=jQuery.browser.webkit ? "body": "html";
93 var target = $(href).offset().top-65;
94 $(scroller).animate({scrollTop:target},500,function(){
95 $('.navigation_menu').slideUp(200);
96 $('.menu-button').removeClass('active');
97 $('.top-main').removeClass('active');
129 if (!div.is(event.target) && div.has(event.target).length === 0 && !menuMobile.is(event.target) && menuMobile.has(event.target).length === 0)
130 {
131 toggleMenu.slideUp(200);
132 menuMobile.removeClass('active');
133 $('.top-main').removeClass('active');
dropbutton.js (https://github.com/cableman/linuxdev_dk.git) JavaScript · 94 lines
index.php (https://github.com/pinguineras/Download-all-the-slides.git) PHP · 61 lines
19 <link href='http://fonts.googleapis.com/css?family=Eater+Caps' rel='stylesheet' type='text/css' />
20 <link href='css/estilos.css' rel='stylesheet' type='text/css' />
21 <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
22 <script type="text/javascript">
23 $(function(){
24 $("#enviar").click(function(){
25 //alert("yeah yeah");
26 $(".input").slideUp("slow");
27 $(".aguarde").slideDown("slow");
28 $.ajax({
32 success:function(i){
33 $("#form").append("<p class=\"download\"><a href=\"/hackthatslide/slides/"+i.trim()+"/"+i.trim()+".zip\">Faça o download do arquivo com todas as imagens do slide</a></p>");
34 $(".aguarde").slideUp("fast");
35 }
36 })
legal.js (https://gitlab.com/amishra3/hdssvnrepo) JavaScript · 152 lines
dialogs.js (https://github.com/FireIce/fireice.git) JavaScript · 997 lines
16 $('#progress_id').show();
17 $('#dialog_id').slideUp(100).html('');
19 $.ajax({
39 {
40 var template = getTemplate(options.assets + '/tree/templates/users/users.html');
41 var list_template = '<script type="text/x-jquery-tmpl">' + getTemplate(options.assets + '/tree/templates/users/users_list.html') + '</script>';
43 $('#dialog_id').html('');
74 {
75 $('#progress_id').show();
76 $('#dialog_id').slideUp(100).html('');
78 id_user_edit = id_user;
Login.cshtml (https://bitbucket.org/hrradar/hr-radar.git) Razor · 102 lines
80 @section scripts {
82 <script src="~/assets/plugins/jquery/jquery.min.js"></script>
83 <script src="~/assets/plugins/bootstrap/js/popper.min.js"></script>
84 <script src="~/assets/plugins/bootstrap/js/bootstrap.min.js"></script>
95 // ==============================================================
96 $('#to-recover').on("click", function () {
97 $("#loginform").slideUp();
98 $("#recoverform").fadeIn();
99 });
jquery.presentation-full.js (https://github.com/srkirkland/jQueryPresentation.git) JavaScript · 151 lines
5 * Copyright (c) 2010 Trevor Davis
6 * Dual licensed under the MIT and GPL licenses.
7 * Uses the same license as jQuery, see:
8 * http://jquery.org/license
48 break;
49 case 'slide':
50 $presentation.visibleSlide.slideUp(500, function () {
51 $presentation.slideToShow.slideDown(1000)
52 });
149 });
150 };
151 })(jQuery);
overall.js (https://github.com/txdv/psychostats.git) JavaScript · 130 lines
1 // jquery.xml2json.js
2 (function($){$.extend({xml2json:xml2json});function xml2json(xml,root){var o={};$(root==undefined?'response':root,xml).children().each(function(){o[this.tagName]=$(this).text()});return o}})(jQuery);
66 function close_popup() {
67 if (!active_popup) return;
68 // active_popup.slideUp('fast', stop_popup_timer);
69 active_popup.fadeOut('fast');
70 active_popup = null;
105 // toggle the display of the content
106 if (speed) {
107 display ? content.slideDown(speed) : content.slideUp(speed);
108 } else {
109 display ? content.show() : content.hide();
base.js (https://gitlab.com/mfgt/hugo-theme-mfgt-2016) JavaScript · 189 lines
codelabs03.html (https://bitbucket.org/labscommunity/css3-jquery.git) HTML · 170 lines
50 }
51 </style>
52 <script type="text/javascript" src="http://code.jquery.com/jquery-2.0.0.js"></script>
53 </head>
54 <body>
146 li.click(function(){
147 $(this).next().slideDown().end().next().siblings('p').slideUp();
148 /*
149 $(this).next().slideDown();
150 $(this).next().siblings('p').slideUp();
DemoUIMessages.js (https://gitlab.com/Nadiannisaqilah/bekod) JavaScript · 210 lines
159 toastr.options.hideEasing = 'swing';
160 toastr.options.showMethod = 'slideDown';
161 toastr.options.hideMethod = 'slideUp';
163 var message = 'Marked as read. <button type="button" id="okBtn" class="btn btn-flat btn-success toastr-action">Undo</button>';
180 toastr.options.hideEasing = 'swing';
181 toastr.options.showMethod = 'slideDown';
182 toastr.options.hideMethod = 'slideUp';
184 var message = 'Connection timed out due to firewall setup. Showing limited. <button type="button" id="okBtn" class="btn btn-flat btn-warning toastr-action">Retry</button>';
203 toastr.options.hideEasing = 'swing';
204 toastr.options.showMethod = 'slideDown';
205 toastr.options.hideMethod = 'slideUp';
206 };
208 // =========================================================================
209 namespace.DemoUIMessages = new DemoUIMessages;
210 }(this.materialadmin, jQuery)); // pass in (namespace, jQuery):
59579fcedc3ad3bdeb70fcf7057fef5f3af77736.file.member_messages.tpl.php (https://gitlab.com/zohaibsaleem/shipcliq) PHP · 89 lines
sb-instagram-admin.js (https://gitlab.com/najomie/fit-hippie) JavaScript · 89 lines
17 //Shortcode labels
18 jQuery('#sbi_admin label').click(function(){
19 var $sbi_shortcode = jQuery(this).siblings('.sbi_shortcode');
27 if( jQuery(this).siblings('.sbi_shortcode').length > 0 ){
28 jQuery(this).attr('title', 'Click for shortcode option').append('<code class="sbi_shortcode_symbol">[]</code>');
29 }
30 }, function(){
35 //Add the color picker
36 if( jQuery('.sbi_colorpick').length > 0 ) jQuery('.sbi_colorpick').wpColorPicker();
38 //Check User ID is numeric
39 jQuery("#sb_instagram_user_id").change(function() {
41 var sbi_user_id = jQuery('#sb_instagram_user_id').val(),
jquery.scrollUp.js (https://gitlab.com/fabiorf/fabio-site) JavaScript · 133 lines
79 break;
80 case 'slide':
81 $( ($(window).scrollTop() > scrollDis) ? $self.slideDown(o.animationInSpeed) : $self.slideUp(o.animationOutSpeed) );
82 break;
83 default:
105 animationInSpeed: 200, // Animation in speed (ms)
106 animationOutSpeed: 200, // Animation out speed (ms)
107 scrollTrigger: false, // Set a custom triggering element. Can be an HTML string or jQuery object
108 scrollText: 'Scroll to top', // Text for element, can contain HTML
109 scrollTitle: false, // Set a custom <a> title if required. Defaults to scrollText
121 // If 1.7 or above use the new .off()
122 if ($.fn.jquery.split('.')[1] >= 7) {
123 $(window).off( 'scroll', scrollEvent );
activity.js (https://github.com/dkobia/Garden.git) JavaScript · 110 lines
mollom.flag.js (https://bitbucket.org/siftdigital/sift-digital-make-file.git) JavaScript · 118 lines
faq.js (https://gitlab.com/Drulenium-bot/faq) JavaScript · 128 lines
104 $(this).hide();
105 $('#faq-expand-all a.faq-expand-all-link').show();
106 $('div.faq-qa-hide').slideUp('slow', function() {
107 $(this).removeClass('expanded');
108 });
109 $('div.faq-dd-hide-answer').slideUp('slow', function() {
110 $(this).removeClass('expanded');
111 });
126 }
127 };
128 })(jQuery);