Home
last modified time | relevance | path

Searched refs:jQuery (Results 126 – 150 of 799) sorted by relevance

12345678910>>...32

/plugin/refnotes/
H A Dadmin.js30 let list = jQuery(id);
33 jQuery('<option>')
96 jQuery.each(jQuery('#refnotes-lang').html().split(/:eos:/), function (key, value) {
131 jQuery.ajax({
199 jQuery('#server-status')
233 this.element = jQuery('#field-' + settingName);
292 jQuery('#field-reference-db-namespace').css('width', '19em');
454 this.element = jQuery('#field-' + styleName);
507 let button = jQuery('#fiel
[all...]
H A Dscript.js7 return jQuery('<div id="insitu__fn" />')
10 .mouseleave(function () { jQuery(this).hide(); })
16 floater = jQuery('#insitu__fn');
28 let note = jQuery('#' + id.replace(/:/g, '\\:') + '\\:text');
107 jQuery(function () {
108 jQuery('a.refnotes-ref.note-popup').mouseenter(plugin_refnotes.popup.show);
109 jQuery('a.refnotes-ref.note-tooltip')
112 jQuery(document).mousemove(plugin_refnotes.tooltip.track);
113 jQuery(window).scroll(plugin_refnotes.tooltip.hide);
/plugin/struct/script/
H A DAggregationEditor.js5 const $table = jQuery(table);
21 const $me = jQuery(this);
39 const $td = jQuery('<td class="action"></td>');
46 const $btn = jQuery('<button' + isDisabled + '><i class="ui-icon ui-icon-trash"></i></button>')
53 jQuery.post(
90 $form = jQuery('<form></form>');
92 jQuery('<input>').attr({
100 jQuery('<input>').attr({
115 jQuery.post(
122 $tbody = jQuery('<tbod
[all...]
/plugin/inlineedit/
H A Dscript.js6 jQuery(function(){
9 …var itemPos = jQuery('span.plugin__inlineedit[data-plugin-inlineedit-pageid="'+JSINFO['id']+'"]').…
14 jQuery('#dokuwiki__content').on('click', 'span.plugin__inlineedit.active', function() {
15 var $self = jQuery(this);
20 if(jQuery($self).parents('div.sortable').length != 0) {
21 idx = jQuery($self).data("plugin-inlineedit-itempos");
44 var $els = jQuery(selector);
/plugin/advanced/
H A Dscript.js10 jQuery(document).ready(function () {
12 var $adv = jQuery('#plugin_advanced_config');
18 var $btn = jQuery(this);
19jQuery.get(DOKU_BASE + 'lib/exe/' + $btn.data('purgeType') + '.php?purge=true').done(function () {
24 var $advanced_forms = jQuery('#plugin_advanced_export, #plugin_advanced_import');
30 if (jQuery(this).prop('checked')) {
/plugin/components/
H A Dscript.js1 jQuery(function() {
2 jQuery('.wiki_slice_form').submit(function() {
3 var sectok = jQuery(this).find("input[name=sectok]").val();
4 var from = jQuery(this).find("input[name=from]").val();
5 var to = jQuery(this).find("input[name=to]").val();
6 jQuery.ajax(DOKU_BASE.concat('lib/exe/ajax.php'), {
/plugin/glossary/
H A Dscript.js18 jQuery (this).remove ();
27 var item = jQuery (this);
43 var jForm = jQuery (input).closest ("form");
46 jQuery (this).val ("");
50 jQuery (this).val ("");
113 if (jQuery (this).hasClass ("title"))
152 var jInput = jQuery (input);
157 var item = jQuery (this);
198 jQuery.ajax ({
212 glossaryClearMsgJ (jQuery (sender));
[all …]
/plugin/pwaoffline/
H A Dscript.js3 jQuery(function () {
29 jQuery.get(DOKU_BASE + 'lib/exe/ajax.php', {
52 jQuery(function () {
84 let $msgArea = jQuery('div.pwaOfflineMSGArea');
86 $msgArea = jQuery('<div>').addClass('pwaOfflineMSGArea');
87 jQuery('#dokuwiki__header').after($msgArea);
89 $msgArea.append(jQuery('<div>')
95 jQuery(function () {
104 jQuery('.dokuwiki').addClass('pwa--is-offline');
/plugin/cookiebanner/
H A Dscript.js1 jQuery(function () {
7 const script = jQuery('<script>');
17 jQuery('.plugin-cookiebanner').remove();
25 jQuery('.plugin-cookiebanner').remove();
33 const $div = jQuery('<div>');
37 const $yay = jQuery('<button>');
42 const $nay = jQuery('<button>');
/plugin/foldablelist/
H A Dscript.js13 jQuery.fn.foldlist = function(settings) {
15 let new_setting = jQuery(this).parents('div.foldablelist').attr('data-collapse_after');
21 var $bt = jQuery('<input type="button" class="toggle_foldablelist" />');
25 var $list = jQuery(this);
45 jQuery(function(){
48 jQuery('div.foldablelist ul,ol').each(function(){
49 jQuery(this).foldlist(settings);
/plugin/discussion/
H A Dscript.js55 var $textarea = jQuery('#discussion__comment_text');
58 var $preview = jQuery('#discussion__comment_preview');
66 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php',
83 jQuery(function() {
90 jQuery('#discussion__btn_preview').click(discussion_ajax_preview);
93 jQuery('#discussion__comment_form').submit(function() { return validate(this); });
96 jQuery('#discussion__btn_toggle_visibility').click(function() {
97 jQuery('#comment_wrapper').toggle();
/plugin/bez/scripts/
H A Dstart.js4 var $active = jQuery('#plugin__bez_start_tabs li span.count').filter(function() {
5 return jQuery(this).text() != '0';
11 jQuery("#plugin__bez_start_tabs").tabs({active: active});
14 jQuery(".bez_desc_row").hide();
15 jQuery(".bez_show_single_desc").on('click', function(e) {
16 var $row = jQuery(this).parents('tr'),
/plugin/tablelayout/script/
H A Dlayoutform.js3 jQuery(function () {
15 var $layoutcontainer = jQuery('#layoutcontainer');
16 var $layoutfield = jQuery('#dw__editform').find('input[name=tablelayout]');
47 jQuery('#dw__editform').find('button[name="do[preview]"]').click();
57 var $layoutcontainer = jQuery('#layoutcontainer');
63 var $layoutfield = jQuery('#dw__editform').find('input[name=tablelayout]');
84 if (!jQuery('#edittable__editor').length) {
87jQuery('#dw__editform').before('<div id="layoutcontainer">' + window.LANG.plugins.tablelayout.load…
88 jQuery.get(
94 var $layoutcontainer = jQuery('#layoutcontainer');
/plugin/sitemapnavi/
H A Dscript.js1 jQuery(function () {
4 var $sitemapNavi = jQuery('#plugin__sitemapnavi');
7 var $mediaToggle = jQuery(
31 jQuery(document).on('click', '#plugin__sitemapnavi button', function () {
32 var $li = jQuery(this).closest('li');
43 jQuery.get(DOKU_BASE + 'lib/exe/ajax.php', {
48 jQuery(sublistHTML).hide().appendTo($li).slideDown(150);
/plugin/stale/
H A Dstale.js8 jQuery('.plugin_stale')
13 jQuery.post(
27 jQuery(function(){
34 let dialogElement = jQuery(document.createElement('div'));
45 jQuery(document.activeElement).blur();
62 jQuery(document).on("click", function () {
65 jQuery(document).on("keypress", function () {
/plugin/randomtables/
H A Dscript.js9 * @param {jQuery} $chk the jQuery input element
15 let $srcSelect = jQuery('select#' + $btn.data('pick'));
33 let targetDiv = jQuery('#' + target);
36 jQuery.post(
53 jQuery(this).parent().first().remove();
59 jQuery('button.randomtable').on('click', function(ev) {
61 random_tables_plugin.roll(jQuery(this));
66 jQuery(random_tables_plugin.init);
/plugin/editions/
H A Dscript.js2 jQuery(function(){
6 showSnippet(jQuery(".editions_editionlist a"));
11 var $this = jQuery(this);
21 var $this = jQuery(this);
27 jQuery('#load__'+targetAnchor).empty().hide();
33 var $snippet = jQuery('#load__'+targetAnchor).show().html(loadingImg);
42 snippetMap[snippetMapKey] = jQuery(this).clone().html();
/plugin/vimeo/
H A Dscript.js1 jQuery(function () {
2 jQuery('.plugin-vimeo-video').on('click.startVideo', function (event) {
3 var $this = jQuery(this);
12 $this.prepend(jQuery(iframeHtml));
16 var $link = jQuery('<a>');
20 jQuery('.plugin-vimeo-album').before($link);
/plugin/tagging/script/
H A Dsearch.js1 jQuery(function () {
8 const $advancedOptions = jQuery('.search-results-form .advancedOptions');
31 const $link = jQuery(element);
44 const $filterContainer = jQuery('#plugin__tagging-tags');
45 const $resultLinks = jQuery('div.search_fullpage_result dt a:not([class])');
52 * @returns {jQuery}
83 return jQuery('<ul aria-expanded="false">' + lis.join('') + '</ul>');
94 const text = jQuery(link).text();
115 * @returns {jQuery}
118 return jQuery('#dokuwiki__conten
[all...]
/plugin/likeit/
H A Dscript.js10 jQuery(function(){
12 jQuery(document).on('click','.plugin_likeit.button',function(e) {
13 var $this = jQuery(this);
36 jQuery('.plugin_likeit.container').hoverIntent({
37 …over:function() {jQuery(this).find('.plugin_likeit.list').show(100);}, //callback function to trig…
38 out:function() {jQuery(this).find('.plugin_likeit.list').hide(100);},
/plugin/acknowledge/
H A Dscript.js1 jQuery(function () {
11 jQuery.getJSON(DOKU_BASE + 'lib/exe/ajax.php?call=plugin_acknowledge_autocomplete', {
21 jQuery.getJSON(DOKU_BASE + 'lib/exe/ajax.php?call=plugin_acknowledge_autocomplete', {
30 const $form = jQuery('.dokuwiki.mode_admin div.plugin_acknowledgement_admin form#acknowledge__user-autocomplete');
39 let $aContainer = jQuery('.plugin-acknowledge-assign');
43 const section = jQuery('.dokuwiki.mode_show')
46 return jQuery(el).parents('ul, ol, aside, nav, footer, header').length === 0;
52 $aContainer = jQuery('<div class="plugin-acknowledge-banner"></div>');
58 const $form = jQuery(event.target),
/plugin/bureaucracy-au/script/
H A Duser.js7 jQuery(function () {
16 jQuery.getJSON(
21 response(jQuery.map(data, function (name, user) {
43 jQuery(".userpicker").autocomplete({
54 jQuery(".userspicker")
57 if (event.keyCode === jQuery.ui.keyCode.TAB &&
58 jQuery(this).data("ui-autocomplete").menu.active) {
/plugin/bureaucracyau/script/
H A Duser.js7 jQuery(function () {
16 jQuery.getJSON(
21 response(jQuery.map(data, function (name, user) {
43 jQuery(".userpicker").autocomplete({
54 jQuery(".userspicker")
57 if (event.keyCode === jQuery.ui.keyCode.TAB &&
58 jQuery(this).data("ui-autocomplete").menu.active) {
/plugin/tabbox/
H A Dscript.js1 jQuery(function(){
32 jQuery('.plugin_tabbox').each(function(){
33 var $box = jQuery(this);
37 var $ul = jQuery(document.createElement('ul'));
40 var $hl = jQuery(this);
43 var $a = jQuery(document.createElement('a'));
50 var $li = jQuery(document.createElement('li'));
/plugin/bureaucracy/script/
H A Duser.js7 jQuery(function () {
16 jQuery.getJSON(
21 response(jQuery.map(data, function (name, user) {
43 jQuery(".userpicker").autocomplete({
54 jQuery(".userspicker")
57 if (event.keyCode === jQuery.ui.keyCode.TAB &&
58 jQuery(this).data("ui-autocomplete").menu.active) {

12345678910>>...32