Home
last modified time | relevance | path

Searched refs:jQuery (Results 51 – 75 of 240) sorted by relevance

12345678910

/template/starterpjax/
H A Dutil.js1 if (jQuery.pjax) {
3 jQuery(document).pjax('a', '#pjax_container');
15 jQuery(document).on('pjax:success', register_pagetools);
16 jQuery(document).on('pjax:success', (function () {
21 jQuery(document).ready(register_pagetools);
26 jQuery('#toggle_pagetools').on('click',function(e) {
/template/khum1/
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__sidebar h3.toggle');
37 var $toc = jQuery('#dw__toc h3');
61 jQuery(function(){
66 jQuery(window).on('resize',
/template/parallax/lib/js/
H A Dcore.js17 jQuery(document).ready(function () {
20 jQuery('html').click(function () {
23 if (jQuery('.nav-collapse').hasClass('in')) {
26 jQuery('.nav-collapse').collapse('toggle');
31 jQuery('#navigation .search-query').click(function(event){
H A Dcore.min.js1 jQuery(document).ready(function(){jQuery("html").click(function(){if(jQuery(".nav-collapse").hasCla…
H A Dgallery-lightbox.js17 jQuery(document).ready(function () {
19 jQuery('.gallery-icon a').each(function () {
21 var source = jQuery(this).children().attr('src');
27 jQuery(this).attr('rel', 'cyberchimps-lightbox');
28 jQuery(this).attr('href', newSource);
H A Dgallery-lightbox.min.js1 jQuery(document).ready(function(){jQuery(".gallery-icon a").each(function(){var e=jQuery(this).chil…
H A Dmedia-uploader-old.js17 jQuery(document).ready(function () {
23 jQuery('.upload_image_button').click(function () {
26 var parent = jQuery(this).parent();
29 imgurl = jQuery('img', html).attr('src');
37 formfield = jQuery('#upload_image').attr('name');
H A Dmedia-uploader-old.min.js1 jQuery(document).ready(function(){var e=window.send_to_editor;jQuery(".upload_image_button").click(…
/template/parallax/
H A Dcore.js17 jQuery(document).ready(function () {
20 jQuery('html').click(function () {
23 if (jQuery('.nav-collapse').hasClass('in')) {
26 jQuery('.nav-collapse').collapse('toggle');
31 jQuery('#navigation .search-query').click(function(event){
/template/bootstrap3/js/plugins/
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 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 Dexplain.js11 var $explain = jQuery('.explain');
17 var $self = jQuery(this),
30 jQuery('[data-toggle="tooltip"]').tooltip();
H A Doverlay.js10 var $overlay = jQuery('#overlay');
16 $overlay.css('border', jQuery('.panel').css('border'));
17 $overlay.css('background', jQuery('.panel').css('background'));
/template/kajukkk/
H A Dscript.js8 jQuery('body').toggleClass('dark');
14 jQuery('body').toggleClass('dark');
51 var screen_mode = jQuery('#screen__mode').css('z-index') + '';
77 jQuery('html').removeClass(device_classes).addClass(device_class);
97 jQuery('.btn_left i').removeClass('fa-spin');
103 jQuery(window).bind('resize',
128 })(jQuery);
/template/quickjump/
H A Dscripts.js1 jQuery(document).ready(function() {
3 jQuery('#toc_toggle > a').click(function() {
4 jQuery('#toc_area').slideToggle();
7 jQuery('#toc_toggle').css('display', 'block');
/template/panoramacake/
H A Dimprovebreadcrumbs.js1 jQuery(document).ready(function() {
3 jQuery('.drawer').drawer();
4 jQuery('.curid bdi').unwrap();
5 jQuery('.bcsep, .bchead').remove();
/template/dokubook/
H A Dscript.js8 var sb_dw_index = jQuery('#left__index__tree').dw_tree({deferInit: true,
10 jQuery.post(
17 jQuery(document).ready(function($) {
18 var $tree = jQuery('#sb__index__tree');
/template/sprintdoc/js/plugins/
H A Dqc.js7 jQuery(function () {
8 var $panel = jQuery('div.qc-output').hide();
11 jQuery('.page-attributes .plugin_qc a').load(
18 jQuery(this).find('span span').addClass('num');
/template/dokukit/
H A Dscript.js1 jQuery(function(){
29 linkstocur = jQuery('div.sidebar_box a[href="'+baseurl+dest+'"]');
37 jQuery("#toggle_space").on("click touchstart", function(e) {
38 jQuery("#left-row").slideToggle("slow");
/template/zenlike/
H A Dscript.js3 jQuery(document).ready(function() {
5 jQuery("#toggle_usertools").click(function() {
6 jQuery("div#usertools").fadeToggle();
/template/cleanresurrected/
H A Dresponsive.js1 jQuery(document).ready(function() {
3 if(jQuery(window).width() < 460){
4 jQuery(".footer").insertAfter(".sidebarback");
/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/dokutwitterbootstrap/js/
H A Dchange_dokuwiki_structure.js1 jQuery(".navbar bdi a").each(function () {
7 var target = jQuery(this).detach();
9 jQuery(target).appendTo(destination);
/template/strap/
H A Dscript.js3 jQuery('form.btn_secedit')
5 let $tgt = jQuery(this).parent(),
16 let $tgt = jQuery(this).parent(),
/template/writr/js/
H A Dskip-link-focus-fix.js3 jQuery.extend(jQuery.expr[':'], {
36 })(jQuery);

12345678910