100+ results for 'jQuery'

Not the results you expected?

CategoryService.php (https://github.com/sulianapp-com/sulianapp.git) PHP · 518 lines

97 function renderCategoryThird(obj, name){

98 var index = obj.options[obj.selectedIndex].value;

99 require([\'jquery\', \'util\'], function($, u){

100 $selectChild = $(\'#\'+name+\'_child\');

101 $selectThird = $(\'#\'+name+\'_third\');

116 function renderCategoryThird1(obj, name){

117 var index = obj.options[obj.selectedIndex].value;

118 require([\'jquery\', \'util\'], function($, u){

119 $selectChild = $(\'#\'+name+\'_third\');

120 var html = \'<option value="0">请选择三级分类</option>\';

183 function renderCategory(obj, name){

184 var index = obj.options[obj.selectedIndex].value;

185 require([\'jquery\', \'util\'], function($, u){

186 $selectChild = $(\'#\'+name+\'_child\');

187 var html = \'<option value="0">请选择二级分类</option>\';

index.html (https://github.com/hs-web/hsweb-platform.git) HTML · 737 lines

9 <link href="Cron/themes/icon.css" rel="stylesheet" type="text/css"/>

10 <link href="Cron/icon.css" rel="stylesheet" type="text/css"/>

11 <script src="Cron/jquery-1.6.2.min.js" type="text/javascript"></script>

12 <script src="Cron/jquery.easyui.min.js" type="text/javascript"></script>

demo_index.html (https://github.com/KubeOperator/kubeapps-plus.git) HTML · 3068 lines

9 <link rel="stylesheet" href="iconfont.css">

10 <script src="iconfont.js"></script>

11 <!-- jQuery -->

12 <script src="https://a1.alicdn.com/oss/uploads/2018/12/26/7bfddb60-08e8-11e9-9b04-53e73bb6408b.js"></script>

13 <!-- 代码高亮 -->

scroll.html (https://github.com/ongaeshi/jquery10.git) HTML · 130 lines

19 }

20 </style>

21 <script src="../jquery-1.6.1.min.js" type="text/javascript"></script>

22 <script type="text/javascript">

23 $(function () {

41 </ul>

42 <div id="main">

43 <p>jQueryのパッケージは、production、developmentという2種類の形式で提供されています。デフォルトではproductionが選択されていますが、四角のチェックボックスを選択することで、インストールする形式を変更することもできます。

44 </p>

45 <p>production(29KB, Minified and Gzipped)は、jQueryのコードから余計なコメントや改行、スペースを取り除いた小サイズの形式です。ダウンロード時間も短くてすむので、本番環境での利用に適しています。

46 </p>

47 <p>一方、development(214KB, Uncompressed Code)は、コメントや改行、スペースを含んだ非圧縮版の形式です。production版が30キロバイト弱であるのに対して、development版が210キロバイト強ですので、サイズは7倍以上ですが、その分、ソースコードが読みやすくなっていますので、jQueryの中身も意識しながら開発したいという人に向いています。

48 <p>jQueryのパッケージは、production、developmentという2種類の形式で提供されています。デフォルトではproductionが選択されていますが、四角のチェックボックスを選択することで、インストールする形式を変更することもできます。

49 </p>

50 <p>production(29KB, Minified and Gzipped)は、jQueryのコードから余計なコメントや改行、スペースを取り除いた小サイズの形式です。ダウンロード時間も短くてすむので、本番環境での利用に適しています。

discussion_list.js (https://github.com/markn86/moodle.git) JavaScript · 142 lines

22 */

23 define([

24 'jquery',

25 'core/templates',

26 'core/str',

AjaxTestServer.java (https://github.com/linc01n/jQuery-Validation-Engine.git) Java · 202 lines

5 /**

6 * This java class implements a basic HTTP server aimed at testing the

7 * jQuery.validate AJAX capabilities. Note that this file shouldn't be taken as

8 * best practice for java back end development. There are much better frameworks

9 * to do server side processing in Java, for instance, the Play Framework.

metisMenu.js (https://gitlab.com/Mirros/cdnjs) JavaScript · 228 lines

1 /*

2 * metismenu - v2.0.0

3 * A jQuery menu plugin

4 * https://github.com/onokumus/metisMenu

5 *

226

227

228 })(jQuery);

229

jquery.mmenu.oncanvas.css (https://gitlab.com/Mirros/cdnjs) CSS · 217 lines

1 /*

2 jQuery.mmenu panels CSS

3 */

4 .mm-menu.mm-horizontal > .mm-panel {

jquery.mmenu.dragopen.js (https://gitlab.com/Mirros/cdnjs) JavaScript · 296 lines

1 /*

2 * jQuery mmenu dragOpen addon

3 * @requires mmenu 4.0.0 or later

4 *

294 }

295

296 })( jQuery );

SystemHook.html (https://bitbucket.org/burnsjeremy/gitlabhq.git) HTML · 191 lines

9 <link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />

10 <link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" />

11 <script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>

12 <script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>

slider.js (https://bitbucket.org/factoryEquipment/roshambo.git) JavaScript · 208 lines

113

114 /**

115 * Updates a SliderView with DOM access by jQuery.

116 *

117 * @private

west-end-vendor-list.php (https://bitbucket.org/antonyravel/cape-resorts.git) PHP · 118 lines

8 <div class="sliderDiv">

9 <p class="reserve">Reservations&nbsp;(609)770-8261</p>

10 <ul id="jqueryCycle">

11 <li><img src="<?php echo child_template_directory; ?>/img/west-end-images/slider-1.png" alt="slider" class="slider-img" /></li>

12 <li><img src="<?php echo child_template_directory; ?>/img/west-end-images/slider-1.png" alt="slider" class="slider-img" /></li>

golden_ratio.html (https://bitbucket.org/dotnetCarpenter/pragmatic.git) HTML · 203 lines

2 <head>

3 <title>Golden Ratio Fun</title>

4 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>

5

6 <script type="text/javascript">

README.markdown (https://github.com/DarioGT/ProtoLib.git) Markdown · 184 lines

166 ### Options ###

167 As of yet, flexselect only have one configuration option, namely

168 "include_jquery" that if set to true will include jQuery and jQueryUI from

169 the google ajax CDN. It defaults to false and the entire FLEXSELECT dict can

170 be omitted.

173 # Flexselect settings.

174 FLEXSELECT = {

175 'include_jquery': True,

176 }

177 ```

179 ### Static files ###

180 FlexSelect requires "django.contrib.staticfiles" installed to work

181 out of the box. If it is not then include "jQuery", "jQueryUI" and

182 "flexselect/static/flexselect/js/flexselect.js" manually. Read more about

183 "django.contrib.staticfiles" at

jqueryFileTree.css (https://github.com/bhagwat/Grails-Config-Viewer-Plugin.git) CSS · 90 lines

1 UL.jqueryFileTree {

2 font-family: Verdana, sans-serif;

3 font-size: 11px;

7 }

8

9 UL.jqueryFileTree LI {

10 list-style: none;

11 padding: 0px;

15 }

16

17 UL.jqueryFileTree A {

18 color: #333;

19 text-decoration: none;

21 }

22

23 UL.jqueryFileTree A:hover {

24 background: #BDF;

25 }

pocket.js (https://bitbucket.org/Selvatico/warlock.git) JavaScript · 151 lines

3 */

4 define([

5 'jquery',

6 'underscore',

7 'backbone',

metabox.php (https://bitbucket.org/murtuza88/carolina-home-stone.git) PHP · 111 lines

1 <script type="text/javascript">

2 function set_continue_editing() {

3 jQuery('#continue_editing').val(1);

4 return true;

5 }

RatingsStars.php (https://github.com/ChuguluGames/mediawiki-svn.git) PHP · 238 lines

160

161 $this->parser->getOutput()->addHeadItem(

162 Html::linkedScript( "$wgStylePath/common/jquery.min.js?$wgStyleVersion" ),

163 'jQuery'

167

168 $this->parser->getOutput()->addHeadItem(

169 Html::linkedScript( $egRatingsScriptPath . '/starrating/star-rating/jquery.rating.js' )

170 . Html::linkedStyle( $egRatingsScriptPath . '/starrating/star-rating/jquery.rating.css' ),

171 'ext.ratings.stars.jquery'

172 );

173

field_group.js (https://github.com/mattpclark/drupal7_base.git) JavaScript · 169 lines

167 };

168

169 })(jQuery);

add-to-cart.js (https://gitlab.com/campus-academy/krowkaramel) JavaScript · 214 lines

1 /* global wc_add_to_cart_params */

2 jQuery( function( $ ) {

3

4 if ( typeof wc_add_to_cart_params === 'undefined' ) {

85

86 // Fetch data attributes in $thisbutton. Give preference to data-attributes because they can be directly modified by javascript

87 // while `.data` are jquery specific memory stores.

88 $.each( $thisbutton[0].dataset, function( key, value ) {

89 data[ key ] = value;

field_color_gradient.php (https://github.com/Canuckaholic/Pop-Digital.git) PHP · 121 lines

106 'redux-field-color-gradient-js',

107 ReduxFramework::$_url . 'inc/fields/color_gradient/field_color_gradient' . Redux_Functions::isMin() . '.js',

108 array( 'jquery', 'wp-color-picker', 'redux-js' ),

109 time(),

110 true

rotator.js (https://github.com/kolyuchiy/gtv-ui-lib.git) JavaScript · 192 lines

34 /**

35 * Parent element containing the control elements.

36 * @type {jQuery.Element}

37 * @private

38 */

134 * Display the selected item, animating "away" the currently selected item and

135 * then animating the new item into view.

136 * @param {jQuery.Element} selectedItem The currently selected item.

137 * @param {jQuery.Element} newItem Newly selected item to scroll into view).

index.html (https://bitbucket.org/vincentjames501/cs394.git) HTML · 91 lines

4 <meta charset="utf-8">

5

6 <title>Slides, A Slideshow Plugin for jQuery</title>

7

8 <link rel="stylesheet" href="css/global.css">

9

10 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>

11 <script src="js/slides.min.jquery.js"></script>

index-d.html (https://github.com/rst/rst.github.com.git) HTML · 64 lines

7

8 <link type="text/css" media="screen" rel="stylesheet" href="../lib/ref-index.css" />

9 <script type="text/javascript" src="../lib/jquery.js"></script>

10

11 </head>

ContentSwitcher.js (https://gitlab.com/crsr/openui5) JavaScript · 182 lines

4

5 // Provides control sap.ui.unified.ContentSwitcher.

6 sap.ui.define(['jquery.sap.global', 'sap/ui/core/Control', './library'],

7 function(jQuery, Control, library) {

117 iNumber = 1;

118

119 jQuery.sap.log.warning(

120 "setActiveContent argument must be either 1 or 2. Active content set to 1."

121 );

123 iNumber = 2;

124

125 jQuery.sap.log.warning(

126 "setActiveContent argument must be either 1 or 2. Active content set to 2."

127 );

141 if (typeof (sAnimation) !== "string") {

142 sAnimation = sap.ui.unified.ContentSwitcherAnimation.None;

143 jQuery.sap.log.warning(

144 "setAnimation argument must be a string. Animation was set to \"" +

145 sap.ui.unified.ContentSwitcherAnimation.None + "\"."

buddypress-jquery-activity-stream-widget.php (https://github.com/jazbek/nycga2.git) PHP · 124 lines

29 }

30 if (function_exists('wp_register_sidebar_widget') ) // fix for wordpress 2.2.1

31 wp_register_sidebar_widget(sanitize_title('BP jQuery Activity Streams' ), 'BP jQuery Activity Streams', 'BPjQueryActivityStream', array(), 1);

32 else

33 register_sidebar_widget('BP jQuery Activity Streams', 'BPjQueryActivityStream', 1);

87 <label for="BPjQueryActivityStream_title"><?php echo 'Title:'; ?> </label><br />

88 <input type="text" id="BPjQueryActivityStream_title" name="BPjQueryActivityStream_title" value="<?php echo $options['BPjQueryActivityStream_title'];?>" />

89 </p>

90 <p>

91 <label for="BPjQueryActivityStream_delay"><?php echo 'Speed:'; ?></label><br />

92 <input type="text" id="BPjQueryActivityStream_delay" name="BPjQueryActivityStream_delay" value="<?php echo $options['BPjQueryActivityStream_delay'];?>"/>

93 </p>

94 <p>

111 <label for="BPjQueryActivityStream_height"><?php echo 'Container Height:'; ?></label><br />

112 <input type="text" id="BPjQueryActivityStream_height" name="BPjQueryActivityStream_height" value="<?php echo $options['BPjQueryActivityStream_height'];?>" />px

113 </p>

114 <input type="hidden" id="BPjQueryActivityStream-submit" name="BPjQueryActivityStream-submit" value="1" />

base.html (https://github.com/mrkipling/maraschino.git) HTML · 145 lines

139 <!-- Scripts -->

140 <script>var WEBROOT = "{{ webroot }}";</script>

141 <script src="{{ url_for('static', filename='js/lib/jquery.js') }}"></script>

142 <script src="{{ url_for('static', filename='js/xbmcmm/lib/bootstrap.min.js') }}"></script>

143 <script src="{{ url_for('static', filename='js/xbmcmm/xbmcmm.js') }}"></script>

$.fn.html (https://gitlab.com/leoplanxxi/dr7-web-buap-2016) HTML · 171 lines

15 }

16 </style>

17 <script src="../js/jquery-1.7.2.min.js" type="text/javascript"></script>

18 <script src="../js/bootstrap.min.js" type="text/javascript"></script>

19 <script src="../js/prettify.js" type="text/javascript"></script>

129 <div class="jsdoc-member-content">

130 <div class="jsdoc-member-summary">

131 See (http://jquery.com/)

132 <span class="pull-right"><a href="../symbols/src/jquery.touchSwipe.js.html">code »</a></span>

index.htm (https://gitlab.com/mnomansheikh/ampuz) HTML · 237 lines

5 <title>Highcharts Example</title>

6

7 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>

8 <style type="text/css">

9 ${demo.css}

record-pager.js (https://github.com/pombredanne/freemix.git) JavaScript · 156 lines

1 /*global jQuery */

2 (function($, Freemix) {

3

89 // Firefox 3.6+ (and others?) will display improperly

90 // if this is set to 'block'. This should get fixed in

91 // jQuery some day so .show() does The Right Thing.

92 row.css('display', 'table-row');

93 } catch (ex) {

154 });

155 };

156 })(window.Freemix.jQuery, window.Freemix);

157

Gruntfile.js (https://gitlab.com/nicholas-b-carter/patternfly) JavaScript · 210 lines

59 // manually copy 'components/bootstrap-switch/src/less/bootstrap3/' and make sure any math is wrapped with parentheses

60 // copy Bootstrap Touchspin css file

61 {expand: true, cwd: 'components/bootstrap-touchspin/dist/', src: ['jquery.bootstrap-touchspin.css'], dest: 'less/lib/bootstrap-touchspin/'},

62 // copy C3 css file

63 {expand: true, cwd: 'components/c3/', src: ['c3.css'], dest: 'less/lib/c3/'},

117 // add predefined libraries

118 predef: [

119 'jQuery',

120 'Event'

121 ],

index-search.bemjson.js (https://github.com/awinogradov/master-bank-static.git) JavaScript · 442 lines

7 { elem: 'css', url: '../resources/libs/bootstrap/css/bootstrap.min.css'},

8 { elem: 'css', url: '../resources/libs/font-awesome/css/font-awesome.min.css'},

9 { elem: 'css', url: '../resources/libs/jquery-icheck/skins/polaris/polaris.css'},

10 { elem: 'css', url: 'http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,700italic&subset=latin,cyrillic-ext,cyrillic'},

11 { elem: 'css', url: '_index-search.css' },

12 { elem: 'js', url: '../resources/libs/jquery/jquery.min.js' },

13 { elem: 'js', url: '../resources/libs/jquery-icheck/jquery.icheck.min.js' },

gettingstarted.jsp (https://github.com/hirokiterashima/WISE-Portal.git) JavaServer Pages · 128 lines

7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

8 <meta http-equiv="X-UA-Compatible" content="chrome=1" />

9 <script type="text/javascript" src="<spring:theme code="jquerysource"/>"></script>

10 <link href="<spring:theme code="globalstyles"/>" media="screen" rel="stylesheet" type="text/css" />

11 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

utils.js (https://gitlab.com/ashimkkaam/loginsystem) JavaScript · 236 lines

203 .concat( utils.makeArray( jsDashElems ) );

204 var dataOptionsAttr = dataAttr + '-options';

205 var jQuery = window.jQuery;

206

207 elems.forEach( function( elem ) {

222 var instance = new WidgetClass( elem, options );

223 // make available via $().data('layoutname')

224 if ( jQuery ) {

225 jQuery.data( elem, namespace, instance );

examples.datatables.editable.js (https://gitlab.com/laher01/factu40) JavaScript · 255 lines

253 });

254

255 }).apply(this, [jQuery]);

CJuiWidget.php (https://bitbucket.org/sauron07/friend_social.git) PHP · 145 lines

45 public $theme='base';

46 /**

47 * @var mixed the main JUI JavaScript file. Defaults to 'jquery-ui.min.js'.

48 * Note the file must exist under the URL specified by {@link scriptUrl}.

49 * If you need to include multiple script files (e.g. during development, you want to include individual

53 * and it is your responsibility to explicitly include it somewhere else.

54 */

55 public $scriptFile='jquery-ui.min.js';

56 /**

57 * @var mixed the theme CSS file name. Defaults to 'jquery-ui.css'.

62 * and it is your responsibility to explicitly include it somewhere else.

63 */

64 public $cssFile='jquery-ui.css';

65 /**

66 * @var array the initial JavaScript options that should be passed to the JUI plugin.

jquery.foundation.topbar.js (https://bitbucket.org/viswanath608/foundation.git) JavaScript · 177 lines

1 /*

2 * jQuery Foundation Top Bar 2.0.4

3 * http://foundation.zurb.com

4 * Copyright 2012, ZURB

152 return methods.init.apply(this, arguments);

153 } else {

154 $.error('Method ' + method + ' does not exist on jQuery.foundationTopBar');

155 }

156 };

175 }

176

177 }(jQuery, this));

178

README.markdown (https://github.com/bcoe/node-sexy-args.git) Markdown · 215 lines

65

66 ```javascript

67 exports.jQueryify = exports.jsdom.jQueryify = function (window /* path [optional], callback */) {

68 var args = Array.prototype.slice.call(arguments),

69 callback = (typeof(args[args.length - 1]) === 'function') && args.pop(),

70 path,

71 jQueryTag = window.document.createElement("script");

72

73 if (args.length > 1 && typeof(args[1] === 'string')) {

158

159 ```javascript

160 exports.jQueryify = exports.jsdom.jQueryify = function (window, path, callback) {

161 sexy.args([this, 'object1', ['string1', 'function1'], 'function1'], function() {

162 var jQueryTag = window.document.createElement("script");

dashboard.js (https://github.com/mikesname/ehri-ica-atom.git) JavaScript · 176 lines

88 * While dragging, make the block appear as a disabled block

89 *

90 * This function is called on the jQuery UI Sortable "start" event.

91 *

92 * @param event

107 * Send block order to the server, and expand previously disabled blocks.

108 *

109 * This function is called on the jQuery UI Sortable "update" event.

110 *

111 * @param event

174 };

175

176 })(jQuery);

177

MultipleImageUploadEditor.cs (https://gitlab.com/pgksunilkumar/Serenity) C# · 177 lines

1 using jQueryApi;

2 using Serenity.ComponentModel;

3 using System;

15 protected List<UploadedFile> entities;

16 protected Toolbar toolbar;

17 protected jQueryObject fileSymbols;

18 protected jQueryObject uploadInput;

19

20 public MultipleImageUploadEditor(jQueryObject div, ImageUploadEditorOptions opt)

21 : base(div, opt)

22 {

58 });

59

60 fileSymbols = jQuery.FromHtml("<ul/>")

61 .AppendTo(this.element);

62

timezone.coffee (https://gitlab.com/gpinela/coipo) CoffeeScript · 123 lines

19

20 #from DayTimr.js

21 #https://github.com/juanbrujo/daytimr/blob/master/js/jquery.dayTimr-1.0.js

22

23 nightStart = '19:00'

choice.html (https://gitlab.com/cepjeff/frontend_shared) HTML · 128 lines

7 <link rel="stylesheet" href="../dist/css/bootstrapValidator.css"/>

8

9 <script type="text/javascript" src="../vendor/jquery/jquery-1.10.2.min.js"></script>

10 <script type="text/javascript" src="../vendor/bootstrap/js/bootstrap.min.js"></script>

11 <script type="text/javascript" src="../dist/js/bootstrapValidator.js"></script>

modal.js (https://gitlab.com/andregaldino/plataforma-hostel) JavaScript · 184 lines

179 return methods.init.apply( this, arguments );

180 } else {

181 $.error( 'Method ' + methodOrOptions + ' does not exist on jQuery.modal' );

182 }

183 };

184 })(jQuery);

185

popup_content_example.html (https://github.com/idler/limb.git) HTML · 154 lines

139 </div>

140

141 <script src="../../../js/shared/js/jquery.js"></script>

142 <script src="../../../js/shared/js/limb.js"></script>

143 <script src="../../shared/js/url.js"></script>

jquery.popoverext.js (https://gitlab.com/tjaafar/SuiteCRM) JavaScript · 186 lines

184 })

185

186 }( window.jQuery );

187

rails.js (https://github.com/devkantmohan/Rails-3-template-application.git) JavaScript · 156 lines

1 /*

2 * jquery-ujs

3 *

4 * http://github.com/rails/jquery-ujs/blob/master/src/rails.js

5 *

6 * This rails.js file supports jQuery 1.4.3 and 1.4.4 .

7 *

8 */

9

10 jQuery(function ($) {

11 var csrf_token = $('meta[name=csrf-token]').attr('content'),

12 csrf_param = $('meta[name=csrf-param]').attr('content');

150 var jqueryVersion = $().jquery;

151

152 if ( (jqueryVersion === '1.4') || (jqueryVersion === '1.4.1') || (jqueryVersion === '1.4.2') ){

153 alert('This rails.js does not support the jQuery version you are using. Please read documentation.')

role.php (https://github.com/mischka/Garden.git) PHP · 135 lines

83 // $this->EditablePermissions = is_object($this->Role) ? $this->Role->EditablePermissions : '1';

84 if ($this->Head)

85 $this->Head->AddScript('/js/library/jquery.gardencheckboxgrid.js');

86

87 // Set the model on the form.

120 $this->AddSideMenu('garden/role');

121 if ($this->Head) {

122 $this->Head->AddScript('/js/library/jquery.tablednd.js');

123 $this->Head->AddScript('/js/library/jquery.ui.packed.js');

Index.aspx (https://github.com/twisted-proyecto/twisted.git) ASP.NET · 153 lines

6

7 <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">

8 <script src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>

9

10 <table style=" width:700px;">

eskju.jquery.scrollflow.js (https://gitlab.com/hvicente/dcs) JavaScript · 187 lines

1 /*

2 * jQuery ScrollFlow plugin

3 *

4 * Copyright (c) 2015 Christian Witte

5 * licensed under MIT license.

6 *

7 * https://github.com/eskju/eskju-jquery-scrollflow

8 *

9 * Version: 1.0.0

matchup.js (https://github.com/djeebus/SteamMatchUp.git) JavaScript · 295 lines

293 });

294 }

295 })(jQuery);

Puppetx.html (https://github.com/kbarber/puppet-docs.git) HTML · 235 lines

22

23

24 <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>

25

26 <script type="text/javascript" charset="utf-8" src="js/app.js"></script>

stylesheet.css (https://github.com/myaccushop/dukan.git) CSS · 151 lines

139 }

140

141 /* Custom jQuery UI */

142 .ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 11px; }

143

sandbox.js (https://github.com/jsref/JavaScriptClass.git) JavaScript · 209 lines

115 //========================================================

116 //

117 // See http://api.jquery.com/jQuery.getJSON/

118 //

119 function showAjaxResult(sUrl) {

route_test.js (https://github.com/jupiterjs/javascriptmvc-site.git) JavaScript · 267 lines

1 steal('funcunit/qunit').then('./route.js',function(){

2

3 module("jquery/dom/route")

4

5 test("deparam", function(){

9 })

10

11 var obj = $.route.deparam("jQuery.Controller");

12 same(obj, {

13 page : "jQuery.Controller",

21 });

22

23 obj = $.route.deparam("jQuery.Controller&where=there");

24 same(obj, {

25 page : "jQuery.Controller",

AdGroupCriterionError.html (https://github.com/dosire/google-api-adwords-ruby.git) HTML · 181 lines

8 <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />

9 <link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />

10 <script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>

11 <script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>

Heyting.scala.html (https://github.com/xuwei-k/xuwei-k.github.com.git) HTML · 34 lines

5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" ></meta>

6 <title>spire/spire/algebra/lattice/Heyting.scala</title>

7 <script type="text/javascript" src="../../../../jquery-all.js"></script>

8 <script type="text/javascript" src="../../../../linked.js"></script>

9 <link rel="stylesheet" type="text/css" href="../../../../style.css" title="Style"></link>

SessionSupport.scala.html (https://github.com/xuwei-k/xuwei-k.github.com.git) HTML · 37 lines

5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" ></meta>

6 <title>org/scalatra/SessionSupport.scala</title>

7 <script type="text/javascript" src="../../jquery-all.js"></script>

8 <script type="text/javascript" src="../../linked.js"></script>

9 <link rel="stylesheet" type="text/css" href="../../style.css" title="Style"></link>

ParSetLike.scala.html (https://github.com/xuwei-k/xuwei-k.github.com.git) HTML · 94 lines

6 <meta http-equiv="Expires" content="0" />

7 <title>scala/collection/parallel/ParSetLike.scala</title>

8 <script type="text/javascript" src="../../../jquery-all.js"></script>

9 <script type="text/javascript" src="../../../linked.js"></script>

10 <link rel="stylesheet" type="text/css" href="../../../style.css" title="Style"></link>

languageFeature.scala.html (https://github.com/xuwei-k/xuwei-k.github.com.git) HTML · 54 lines

6 <meta http-equiv="Expires" content="0" />

7 <title>scala/languageFeature.scala</title>

8 <script type="text/javascript" src="../jquery-all.js"></script>

9 <script type="text/javascript" src="../linked.js"></script>

10 <link rel="stylesheet" type="text/css" href="../style.css" title="Style"></link>

jqueryFileTree.css (https://github.com/Atomics/Bug-Quest-Tracker.git) CSS · 91 lines

1 UL.jqueryFileTree {

2 font-family: Verdana, sans-serif;

3 font-size: 11px;

7 }

8

9 UL.jqueryFileTree LI {

10 list-style: none;

11 padding: 0px;

15 }

16

17 UL.jqueryFileTree A {

18 color: #333;

19 text-decoration: none;

22 }

23

24 UL.jqueryFileTree A:hover {

25 background: #eee;

26 }

dist.html (https://github.com/andrewplummer/Sugar.git) HTML · 83 lines

8 </head>

9 <body>

10 <!-- jQuery -->

11 <script type="text/javascript" src="../../javascripts/jquery-1.7.1.js"></script>

__manifest__.py (https://gitlab.com/odoo-manage/odoo-manage) Python · 141 lines

31 'web_editor/static/lib/cropperjs/cropper.css',

32 'web_editor/static/lib/cropperjs/cropper.js',

33 'web_editor/static/lib/jquery-cropper/jquery-cropper.js',

34 'web_editor/static/lib/jQuery.transfo.js',

35 'web/static/lib/nearest/jquery.nearest.js',

36 'web_editor/static/lib/webgl-image-filter/webgl-image-filter.js',

37

product_configurator_edition_ui.js (https://gitlab.com/odoo-manage/odoo-manage) JavaScript · 162 lines

24 $input.click();

25 $input.val('Custo');

26 var keyDownEvent = jQuery.Event("keydown");

27 keyDownEvent.which = 42;

28 $input.trigger(keyDownEvent);

80 trigger: '.configurator_container span:contains("Custom")',

81 run: function () {

82 // FIXME awa: since jquery3 update it doesn't "click"

83 // on the element without this run (and 'run: "click"'

84 // doesn't work either)

131 trigger: '.configurator_container span:contains("Steel")',

132 run: function () {

133 // FIXME awa: since jquery3 update it doesn't "click"

134 // on the element without this run (and 'run: "click"'

135 // doesn't work either)

create_charge.ftl (https://gitlab.com/lyslys34/node_test1) Freemarker Template · 133 lines

121 <@commonPop></@commonPop>

122 <script type="text/javascript" src="${staticPath}/js/page/utils.js?ver=${staticVersion !''}"></script>

123 <script type="text/javascript" src="/static/js/lib/jquery-ui-1.10.4/js/ui/jquery.ui.widget.js"></script>

124 <script type="text/javascript" src="/static/js/lib/jQuery-File-Upload/js/jquery.iframe-transport.js"></script>

125 <script type="text/javascript" src="/static/js/lib/jQuery-File-Upload/js/jquery.fileupload.js"></script>

126 <script type="text/javascript" src="${staticPath}/js/page/rider/create_charge.js"></script>

127

forms.py (https://github.com/cilcoberlin/cilcdjango.git) Python · 199 lines

110

111 js = (

112 'core/js/libs/jquery/jquery.simplemodal.js',

113 'core/js/libs/jquery/jquery.form.js',

index.html (https://github.com/wazaa/simplepager.git) HTML · 329 lines

5 <title>quickPager - easy jQuery paging plugin</title>

6 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js"></script>

7 <script type="text/javascript" src="../../scripts/quickpager.jquery.js"></script>

foswiki_edit_01x01_src.js (https://github.com/SvenDowideit/foswiki_releases.git) JavaScript · 184 lines

23 /**

24 * Support for the "raw text" editor.

25 * Requires JQUERYPLUGIN::FOSWIKI

26 */

27

182 });

183 });

184 }(jQuery));

index.html (https://github.com/dbohorquez/Cofarma.git) HTML · 90 lines

6 <title>Slides, A Slideshow Plugin for jQuery</title>

7

8 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>

9 <script src="js/slides.min.jquery.js"></script>

jquery.valid.js (https://github.com/vincentferniot/jquery-utils.git) JavaScript · 95 lines

1 /*

2 jQuery valid - 0.1

3 http://code.google.com/p/jquery-utils

93 }

94 });

95 })(jQuery);

96

Require.html (https://github.com/toy/rb.git) HTML · 137 lines

8 <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />

9 <link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />

10 <script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>

11 <script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>

ph-fashion-f.html (https://github.com/asterpw/ecatomb.git) HTML · 14161 lines

9 <link rel="stylesheet" type="text/css" href="./css/style.css" />

10 <link rel="stylesheet" type="text/css" href="./css/menu.css" />

11 <script type="text/javascript" src="./lightbox/jquery-1.7.2.min.js"></script>

12 <script type="text/javascript" src="./lightbox/lightbox.js"></script>

13 <link rel="stylesheet" href="./lightbox/lightbox.css" />

character.js (https://github.com/google/santa-tracker-web.git) JavaScript · 195 lines

22 /**

23 * @param {String} name The name of the character.

24 * @param {!jQuery} mapElem The element for the map.

25 * @param {!jQuery} drawerElem The element for the drawer.

97 /**

98 * Get the layer in the SVG for the character.

99 * @param {!jQuery} svgMapElem The SVG map element.

100 * @param {number} number The number of the layer.

101 * @private

issue236722.js (https://github.com/apache/incubator-netbeans.git) JavaScript · 184 lines

85 var callback = _globals.dependencies[libName];

86 if (callback.call() === false) {

87 console.error('jquery.pluginWithoutElementName: Library ' + libName + ' not found! This may give unexpected results or errors.')

88 dependenciesPresent = false;

89 }

113 */

114 _globals.dependencies = {

115 /* check for jQuery 1.6+ to be present */

116 "jquery1.6+": function() {

118 if (window.jQuery) {

119 jqv = jQuery().jquery.split('.');

120 jqv_main = parseInt(jqv[0], 10);

121 jqv_sub = parseInt(jqv[1], 10);

182 }

183 });

184 })(jQuery);

doc-setup-11.html (https://github.com/Col-E/Recaf.git) HTML · 91 lines

16 <link rel="stylesheet" href="css/code.css">

17 <link rel="stylesheet" href="css/docs.css">

18 <script src="js/jquery.min.js"></script>

19 </head>

20 <body id="root">

autocomplete.js (https://relibdemo.svn.codeplex.com/svn) JavaScript · 200 lines

31 if (event.ctrlKey && event.keyCode != 17 /* Ctrl */

32 || event.altKey && event.keyCode != 18 /* Alt */) {

33 jQuery.fn.f = doIgnore;

34 jQuery.fn.f1 = doIgnore;

35 jQuery.fn.f2 = doIgnore;

36 jQuery.fn.f3 = doIgnore;

37 jQuery.fn.f4 = doIgnore;

38 jQuery.fn.f5 = doIgnore;

39 jQuery.fn.s = doIgnore;

40 var autoFill = true;

41 switch (event.keyCode ? event.keyCode : event.which ? event.which : null) {

42 case 45: /* Insert */

43 jQuery.fn.f = doReplace;

44 break;

45 case 46: /* Delete */

vars.js (https://github.com/STRML/react-grid-layout.git) JavaScript · 157 lines

31 paragraphs: [

32 "This demo shows what happens when elements are placed randomly all over the layout.",

33 "RGL does not auto-pack in the same fashion as other projects, such as jQuery Masonry. Packing is only done " +

34 "in the vertical dimension. If objects all have the same width, they will be packed efficiently.",

35 "If a layout is fed to RGL that has items with incorrect dimensions (width too big, overlapping other elements, " +

dmn-draw.js (https://github.com/flowable/flowable-engine.git) JavaScript · 206 lines

106 });

107

108 _showTip(jQuery(polylineInvisible.element.node), flow);

109

110 polylineInvisible.element.mouseover(function() {

DriverFormFilter.class.php (http://openirudi.googlecode.com/svn/trunk/) PHP · 86 lines ✨ Summary

This PHP code defines a form filter class DriverFormFilter for a Propel database-driven application. It configures the form’s widgets and validators, including choices for vendor and device IDs, date ranges, and input fields for type, name, string, and URL. The form also includes validation rules for these fields.

31 $this->widgetSchema['vendor_id'] = new sfWidgetFormChoice(array(

32 'choices' => array(),

33 'renderer_class' => 'sfWidgetFormJQueryAutocompleter',

34 'renderer_options' => array('url' => url_for('@ajax?action=vendor'),

35 'config' => '{

50 /*$this->widgetSchema['device_id'] = new sfWidgetFormChoice(array(

51 'choices' => array(),

52 'renderer_class' => 'sfWidgetFormJQueryAutocompleter',

53 'renderer_options' => array('url' => url_for('@ajax?action=device'),

54 'config' => '{

label.html (http://c1009hv.googlecode.com/svn/trunk/) HTML · 133 lines

7 <link type='text/css' href='../css/jquery-ui-1.7.2.custom.css' rel='stylesheet'/>

8 <link type='text/css' href='../css/common.css' rel='stylesheet'/>

9 <script src="../js/jquery/jquery-1.3.2.min.js" type="text/javascript"></script>

10 <script src="../js/jquery/jquery-ui-1.7.2.custom.min.js" type="text/javascript"></script>

11 <script src="../js/common.js" type="text/javascript"></script>

12 <script src="../js/jquery/jquery.multiselects.packed.js" type="text/javascript"></script>

13 <script type="text/javascript">

14 $(function() {

test.html (git://github.com/adamsanderson/jquerycommandline.git) HTML · 176 lines

7 <script type="text/javascript" src="diff_match_patch.js"></script>

8 <script type="text/javascript" src="JSSpec.js"></script>

9 <script type="text/javascript" src="../js/jquery-1.2.6.js"></script>

10 <script type="text/javascript" src="../js/jquery.command_line.js"></script>

162 },

163

164 'Response Handlers Should Handle jQuery Specially': function(){

165 cl.command('$("cake")');

166 value_of($('#console .log .response').text()).should_match(/jQuery/);

IM.AutoComplete.js (https://AutoCompleteDotNet.svn.codeplex.com/svn) JavaScript · 145 lines

9 // the input field whose id is passed as argument.

10 function InitializeAutocomplete(settings) {

11 if (typeof jQuery == 'undefined') {

12 // jQuery is not loaded

13 alert('jQuery not loaded');

14 return;

15 }

16 if (!jQuery.ui) {

17 // jQuery UI not loaded

18 alert('jQuery UI not loaded');

19 return;

20 }

LC_Page_Admin_System_Masterdata.php (https://hg.codeplex.com/eccubeonazure) PHP · 208 lines

194

195 // ??????????

196 $masterData->objQuery =& SC_Query_Ex::getSingletonInstance();

197 $masterData->objQuery->begin();

201 array('id', 'name', 'rank'),

202 $arrTmp, false);

203 $masterData->objQuery->commit();

204

205 }

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?&#x201E;ski (suszynski.org)

8 * @version 0.6.1

9 * @category visual

10 * @package jquery

11 * @subpakage ui.selectbox

12 * @author Krzysztof Suszy?&#x201E;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

contact.css (https://hg.codeplex.com/century) CSS · 68 lines

33 .contentFormLine input { width: 181px; height: 19px; border: 1px solid #d3d3d3; padding-left: 3px; }

34 .contentFormLine textarea { resize: none; border: 1px solid #d3d3d3; width: 180px; padding: 2px; height: 59px; }

35 .contentFormLine .jquery-selectbox { width: 184px; height: 21px; }

36 .contentFormLine .jquery-selectbox-moreButton { height: 21px !important; background: url(../img/content/doubleArrow.jpg) center center no-repeat !important; }

37 .contentFormLine .jquery-selectbox .jquery-selectbox-list { width: 100%; overflow: visible; }

38 .sendButton { width: 89px;

39 line-height: 33px;

49 cursor:pointer; }

50 .sendButton:hover { background-position: bottom left; }

51 .contentFormLine .jquery-selectbox-currentItem { color: #6a6a6a; }

52

53 .contactMainRight { float: right; width: 391px; margin-top:15px; height: 451px; position:relative; border: 1px solid #d3d3d3; background:#ffffff; }

taBind.events.spec.js (https://gitlab.com/interteach-poolmanager/fork-angular-textangular) JavaScript · 363 lines

10 var element = $compile('<div ta-bind contenteditable="true" ng-model="test"></div>')($rootScope);

11 var event;

12 if(angular.element === jQuery){

13 event = jQuery.Event('mousedown');

48 // var text = (e.originalEvent || e).clipboardData.getData('text/plain') || $window.clipboardData.getData('Text');

49 describe('should update model from paste', function () {

50 it('non-ie based w/o jquery', inject(function($window){

51 element.triggerHandler('paste', {clipboardData: {types: ['text/plain'], getData: function(){ return 'Test 3 Content'; }}});

52 $timeout.flush();

55 }));

56

57 it('non-ie based w/ jquery', inject(function($window){

58 element.triggerHandler('paste', {originalEvent: {clipboardData: {types: ['text/plain'], getData: function(){ return 'Test 3 Content'; } }}});

59 $timeout.flush();

139 // var text = (e.originalEvent || e).clipboardData.getData('text/plain') || $window.clipboardData.getData('Text');

140 describe('should update model from paste keeping all styles', function () {

141 it('non-ie based w/o jquery', inject(function($window){

142 element.triggerHandler('paste', {clipboardData: {types: ['text/html'], getData: function(){ return '<font style="font-size:10px">Test 4 Content</font>'; }}});

143 $timeout.flush();

index.html (https://gitlab.com/techniconline/kmc) HTML · 448 lines

6 <title>DataTables jQuery UI example</title>

7

8 <link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">

9 <link rel="stylesheet" type="text/css" href="dataTables.jqueryui.css">

10

11 <script type="text/javascript" language="javascript" src="//code.jquery.com/jquery-1.10.2.min.js"></script>

12 <!--<script type="text/javascript" language="javascript" src="//cdn.datatables.net/1.10-dev/js/jquery.dataTables.js"></script>-->

13 <script type="text/javascript" language="javascript"

14 src="/dataTables/DataTablesSrc/built/js/jquery.dataTables.js"></script>

15 <script type="text/javascript" language="javascript" src="dataTables.jqueryui.js"></script>

package-tree.html (https://github.com/apache/spark-website.git) HTML · 140 lines

137 </a></div>

138 <!-- ======== END OF BOTTOM NAVBAR ======= -->

139 <script defer="defer" type="text/javascript" src="../../../../lib/jquery.js"></script><script defer="defer" type="text/javascript" src="../../../../lib/api-javadocs.js"></script></body>

140 </html>

141

javascript-tree-grid-custom-aggregates.htm (https://github.com/jonphipps/Metadata-Registry.git) HTML · 115 lines

5 <meta name="description" content="Custom Tree Grid Aggregates - JavaScript Tree Grid Demo | jQWidgets">

6 <link rel="stylesheet" href="../../jqwidgets/styles/jqx.base.css" type="text/css" />

7 <script type="text/javascript" src="../../scripts/jquery-1.11.1.min.js"></script>

8 <script type="text/javascript" src="../../jqwidgets/jqxcore.js"></script>

9 <script type="text/javascript" src="../../jqwidgets/jqxbuttons.js"></script>

javascript-tree-grid-sorting.htm (https://github.com/jonphipps/Metadata-Registry.git) HTML · 86 lines

4 <title id="Description">To sort data against a TreeGrid column or to change the column's sort order, click a column header.</title>

5 <meta name="description" content="Data Sorting - JavaScript Tree Grid Demo | jQWidgets">

6 <script type="text/javascript" src="../../scripts/jquery-1.11.1.min.js"></script>

7 <link rel="stylesheet" href="../../jqwidgets/styles/jqx.base.css" type="text/css" />

8 <script type="text/javascript" src="../../jqwidgets/jqxcore.js"></script>

package-tree.html (https://github.com/apache/spark-website.git) HTML · 139 lines

136 </a></div>

137 <!-- ======== END OF BOTTOM NAVBAR ======= -->

138 <script defer="defer" type="text/javascript" src="../../../../../lib/jquery.js"></script><script defer="defer" type="text/javascript" src="../../../../../lib/api-javadocs.js"></script></body>

139 </html>

140

Structs.html (https://github.com/ColdGrub1384/LibTerm.git) HTML · 141 lines

6 <link rel="stylesheet" type="text/css" href="css/highlight.css" />

7 <meta charset='utf-8'>

8 <script src="js/jquery.min.js" defer></script>

9 <script src="js/jazzy.js" defer></script>

10

index2-3.js (https://github.com/CruxF/IMOOC.git) JavaScript · 186 lines

184 $('[data-PageSwitch]').PageSwitch();

185 });

186 })(jQuery);

myflow.jpdl4.js (https://github.com/zuopf769/notebook.git) JavaScript · 103 lines

101 }}

102 });

103 })(jQuery);

fields.html.twig (https://github.com/marellocommerce/marello.git) Twig Template · 137 lines

123 } %}

124 <div class="shipping-methods-grid__header-method"

125 data-page-component-jquery="{{ collapseView|json_encode }}">

126 <i class="fa-plus-square-o"></i>

127 {{ 'marello.shipping.shipping_methods_table.method.label'|trans }}

package-tree.html (https://github.com/lakshmiDRIP/DROP.git) HTML · 106 lines

10 <meta name="generator" content="javadoc/PackageTreeWriter">

11 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

12 <link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.min.css" title="Style">

13 <link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">

14 <script type="text/javascript" src="../../../../script.js"></script>

15 <script type="text/javascript" src="../../../../script-dir/jquery-3.5.1.min.js"></script>

16 <script type="text/javascript" src="../../../../script-dir/jquery-ui.min.js"></script>

dxFormGroupItem.scala (https://github.com/oyvindberg/ScalablyTyped.git) Scala · 130 lines

8 import typings.devextreme.devextremeStrings.tabbed

9 import typings.devextreme.mod.DevExpress.core.dxElement

10 import typings.devextreme.mod.global.JQuery

11 import typings.std.Element

12 import scala.scalajs.js

40 /** @name dxFormGroupItem.template */

41 var template: js.UndefOr[

42 typings.devextreme.mod.DevExpress.core.template | (js.Function2[/* data */ FormData, /* itemElement */ dxElement, String | Element | JQuery])

43 ] = js.native

44 /** @name dxFormGroupItem.visible */

110 def deleteName: Self = this.set("name", js.undefined)

111 @scala.inline

112 def setTemplateFunction2(value: (/* data */ FormData, /* itemElement */ dxElement) => String | Element | JQuery): Self = this.set("template", js.Any.fromFunction2(value))

113 @scala.inline

114 def setTemplate(

jqcsssetobj.snippet (https://hg01.codeplex.com/jquerysnippets) Unknown · 41 lines

5 <SnippetType>Expansion</SnippetType>

6 </SnippetTypes>

7 <Title>jQuery: Set a key/value object as style properties to all matched elements.</Title>

8 <Author>John Sheehan (@johnsheehan)</Author>

9 <Shortcut>jqcsssetobj</Shortcut>

10 <HelpUrl>http://jquerysnippets.codeplex.com</HelpUrl>

11 </Header>

12 <Snippet>

ui.datepicker-pt-BR.js (https://github.com/damrongsak/PTTICT.Tracking.git) JavaScript · 19 lines

1 /* Brazilian initialisation for the jQuery UI date picker plugin. */

2 /* Written by Leonildo Costa Silva (leocsilva@gmail.com). */

3 jQuery(function($){

jquery.ui.dialog.css (https://github.com/michael2r/power-show.git) CSS · 21 lines

1 /*

2 * jQuery UI Dialog 1.8.13

3 *

4 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)

5 * Dual licensed under the MIT or GPL Version 2 licenses.

6 * http://jquery.org/license

7 *

8 * http://docs.jquery.com/UI/Dialog#theming

jquery.ui.datepicker-et.min.js (http://google-caja.googlecode.com/svn/trunk/) JavaScript · 5 lines

1 /*! jQuery UI - v1.9.1 - 2012-10-25

2 * http://jqueryui.com

3 * Includes: jquery.ui.datepicker-et.js

4 * Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */

5 jQuery(function(e){e.datepicker.regional.et={closeText:"Sulge",prevText:"Eelnev",nextText:"J�rgnev",currentText:"T�na",monthNames:["Jaanuar","Veebruar","M�rts","Aprill","Mai","Juuni","Juuli","August","September","Oktoober","November","Detsember"],monthNamesShort:["Jaan","Veebr","M�rts","Apr","Mai","Juuni","Juuli","Aug","Sept","Okt","Nov","Dets"],dayNames:["P�hap�ev","Esmasp�ev","Teisip�ev","Kolmap�ev","Neljap�ev","Reede","Laup�ev"],dayNamesShort:["P�hap","Esmasp","Teisip","Kolmap","Neljap","Reede","Laup"],dayNamesMin:["P","E","T","K","N","R","L"],weekHeader:"n�d",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.et)});