Home
last modified time | relevance | path

Searched refs:jQuery (Results 51 – 75 of 240) sorted by last modified time

12345678910

/template/bootstrap3/js/plugins/
H A Ddavcal.js11 var $davcal = jQuery('#fullCalendar');
17 var $davcard_table = jQuery('.davcardAddressbookTable');
23 var $davcard_add_btn = jQuery('a.davcardAddressbookAddNew');
26 $davcard_add_btn.prepend(jQuery('<span class="iconify mr-2" data-icon="mdi:account-plus"/>'));
H A Ddiscussion.js11 var $discussion = jQuery('.comment_wrapper');
28 jQuery(document).bind('DOMNodeInserted', function () {
H A Dgallery.js12 jQuery(document).ajaxSuccess(function () {
13 jQuery('.mode_media .meta .row').removeClass('row');
H A Dmonthcal.js11 var $monthcal = jQuery('table.monthcal');
H A Dsemantic.js11 var $wikilinks = jQuery('article .wikilink1');
29 var $wikilink = jQuery(this),
40 jQuery.get(
68 // jQuery.post(
82 // var description = jQuery.trim(jsonld.description.replace(/\t\*$/, ''))
106 if (jQuery(self).next('.popover').length && !jQuery(self).next('.popover:hover').length) {
107 jQuery(self).popover('destroy');
H A Dsimplenavi.js11 var $simplenavi = jQuery('.plugin__simplenavi');
H A Dwrap.js11 var $wrap = jQuery('.plugin_wrap');
16 var $tabs = jQuery('.plugin_wrap.tabs');
H A Ddata.js11 var $dataplugin_entry = jQuery('.dataplugin_entry'),
12 $dataplugin_table = jQuery('.dataplugin_table');
H A Dinlinetoc.js11 var $toc = jQuery('#dw__toc, #dokuwiki__toc'), // DokuWiki TOC
12 $toc2 = jQuery('div.inlinetoc2'); // InlineTOC Plugin
H A Dmove.js11 jQuery(document).on('bootstrap3:plugin-move', function (event) {
13 if (!jQuery('#plugin_move__tree').length) return false;
19 var $directories = jQuery('li.type-d a.idx_dir'),
20 $pages = jQuery('li.type-f a.wikilink1');
22 jQuery.each($directories, function () {
24 var $directory = jQuery(this),
44 jQuery.each($pages, function () {
46 var $page = jQuery(this);
59 jQuery('#plugin_move__tree a').click(function (e) {
63 jQuery(documen
[all...]
H A Dpublish.js11 var $publish = jQuery('.approval');
19 jQuery('.apr_table').removeClass('table-striped');
H A Dstruct.js13 jQuery('.toc-body .toc').addClass('show');
H A Dtagalerts.js11 jQuery('.tagerror, .taginfo, .tagsuccess, .tagnotify').each(function () {
13 var $node = jQuery(this);
H A Dtagging.js10 var $tagging_edit = jQuery('.plugin_tagging_edit');
H A Dtranslation.js10 var $translation = jQuery('#dw__translation');
25 jQuery('<img/>').attr({
H A Dwatchcycle.js10 jQuery('#plugin__watchcycle_admin table').addClass('table table-striped');
/template/kajukkd/
H A Dscript.js155 var screen_mode = jQuery('#screen__mode').css('z-index') + '';
173 jQuery('html').removeClass(device_classes).addClass(device_class);
176 var $handle = jQuery('#dokuwiki__aside h3.toggle');
177 var $toc = jQuery('#dw__toc h3');
201 jQuery(function() {
206 jQuery(window).on('resize',
216 jQuery('#dokuwiki__pagetools div.tools>ul>li>a').on('click', function() {
/template/fictive/
H A Dfictive.js3 jQuery( document ).ready( function( $ ) {
/template/pinkberrynight/
H A Dscript.js2 jQuery(function() {
3 var $toc = jQuery('#dw__toc .toggle');
/template/chippedsnow/
H A Dmobileinputsize.js3 jQuery(window).on('load', function() { // web page has finished loading
14 jQuery('input').filter(function(){
15 return !jQuery(this).attr('size');
17 jQuery('textarea').filter(function(){
18 return !jQuery(this).attr('size');
21 jQuery("#edit__summary").attr('size', '');
/template/flat/css/
H A D_media_fullscreen.css35 left:0 !important; /* overrules jQuery UI resizable in rtl */
40 left:0 !important; /* overrules jQuery UI resizable in rtl */
/template/flat/assets/js/
H A Dflat.js59 }(jQuery);
153 }(jQuery);
269 }(jQuery);
506 }(jQuery);
717 }(jQuery);
878 }(jQuery);
1202 }(jQuery);
1674 }(jQuery);
1787 }(jQuery);
1962 }(jQuery);
[all …]
H A Dflat.min.js1jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data…
2jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data…
H A Dflat.min2.js1jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data…
2jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data…
/template/flat/
H A Dscript.js15 var screen_mode = jQuery('#screen__mode').css('z-index') + '';
33 jQuery('html').removeClass(device_classes).addClass(device_class);
36 var $handle = jQuery('#dokuwiki__aside h3.toggle');
37 var $toc = jQuery('#dw__toc h3');
61 jQuery(function(){
66 jQuery(window).on('resize',
74 var $sidebar = jQuery('.desktop #dokuwiki__aside');
76 var $content = jQuery('#dokuwiki__content div.page');

12345678910