Home
last modified time | relevance | path

Searched refs:jQuery (Results 226 – 250 of 799) sorted by path

12345678910>>...32

/plugin/dokumicrobugtracker/
H A Dstyle.css570 * jQuery UI specific styling
/plugin/dokutranslate/
H A Dscript.js16 if (jQuery('#dokutranslate_manager').length === 0) {
20 $tree = jQuery('#dokutranslate__tree');
24 var $frm = jQuery('#dokutranslate__detail form');
26 jQuery.post(
28jQuery.extend(dw_dokutranslate.parseatt($clicky.parent().find('a')[0].search),
48 var $frm = jQuery('#dokutranslate__detail form');
49 jQuery('#dokutranslate__user')
86 $link = jQuery(this);
89 jQuery('#dokutranslate__tree a.cur').removeClass('cur');
95 $frm = jQuery('#dokutranslate__detail form');
[all …]
/plugin/drawio/
H A Dscript.js13 jQuery.post(
62 jQuery.post(
82 jQuery.post(
125 jQuery.post(
140 jQuery.post(
191 jQuery.post(
202 jQuery.post(
214 jQuery.get(url);
223 jQuery.post(
251 jQuery.post(
[all …]
/plugin/dropfiles/src/
H A Dupload.js1 jQuery(function () {
21 var xhr = jQuery.ajaxSettings.xhr();
37 jQuery('#' + ERROR_DIALOG_ID).remove();
50 jQuery('#' + ERROR_DIALOG_ID).remove();
63 jQuery('#' + ERROR_DIALOG_ID).remove();
75 var $newInput = jQuery('<form></form>');
134 jQuery($errorDialog).dialog({
216 jQuery.post(DW_AJAX_URL, {
344 jQuery.ajax(DW_AJAX_URL, settings)
415 jQuery('body').append($widget);
[all …]
/plugin/dtable/
H A Dscript.js10 })(jQuery);
273 jQuery(".dtable").submit();
623 jQuery(this).remove();
764 jQuery.ui.dialog.prototype._oldcreate = jQuery.ui.dialog.prototype._create;
765 jQuery.extend(jQuery.ui.dialog.prototype, {
797 jQuery(".dtable").submit(
800 var $form = jQuery(this);
811 if (jQuery(this).val() != "" && jQuery.trim(jQuery(this).val()) != ':::')
815 data[jQuery(this).attr("name")] = jQuery(this).val();
899 this_val = jQuery(this).val();
[all …]
/plugin/dyncontent/
H A Dscript.js12 dw_linkwiz_v2.init(jQuery('#'+edid));
13 jQuery($btn).click(function(e){
42 dw_linkwiz_v2.$wiz = jQuery(document.createElement('div'))
64 dw_linkwiz_v2.result = jQuery('#link__wiz_resultv2')[0];
67 jQuery(dw_linkwiz_v2.result).css('position', 'relative');
69 dw_linkwiz_v2.$entry = jQuery('#link__wiz_entryv2');
140 return jQuery(dw_linkwiz_v2.result).find('div').eq(num);
173 jQuery(dw_linkwiz_v2.result)[0].scrollTop += yDiff;
194 if(!jQuery(this).is('a')) {
211 if (jQuery(a.nextSibling).is('span')) {
[all …]
/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/editsections2/
H A Dscript.js24 jQuery(replaceSectionEditButtonEvents);
41 jQuery('form.btn_secedit')
53 jQuery('.section_highlight').removeClass('section_highlight');
/plugin/edittable/lib/
H A Dhandsontable.full.js31423 var jQuery = typeof window === 'undefined' ? false : window.jQuery;
31425 if (!jQuery) {
31429 jQuery.fn.handsontable = function (action) {
48148 } else if (!jQuery(originalTarget).parents('#link__wiz,#tool__bar,.picker').length) {
H A Dhandsontable.less388 /*below are needed to overwrite stuff added by jQuery UI Bootstrap theme*/
/plugin/edittable/script/
H A Dcontextmenu.js38 jQuery.each(edittable.cellArray(selection), function (index, cell) {
55 jQuery.each(edittable.cellArray(selection), function (index, cell) {
74 jQuery.each(edittable.cellArray(selection), function (index, cell) {
93 jQuery.each(edittable.cellArray(selection), function (index, cell) {
H A Deditbutton.js4 jQuery(function () {
6 var $editbutton = jQuery('.dokuwiki div.editbutton_table');
H A Deditor.js110 var $container = jQuery('#edittable__editor');
115 var $form = jQuery('#dw__editform');
205 var $td = jQuery(td);
256 jQuery('textarea.handsontableInput').attr('id', 'handsontable__input');
266 jQuery('#handsontable__input').data('AutoResizer').check();
353 var dataLBFixed = jQuery.extend(true, {}, data);
377 if (jQuery('.ui-dialog:visible').length) {
427 if (jQuery('textarea.handsontableInput').length > 1) {
428 jQuery('textarea.handsontableInput:not(:last)').remove();
429 jQuery('textarea.handsontableInput').attr('id', 'handsontable__input');
[all …]
H A Dnewtable.js15 var editform = jQuery('#dw__editform')[0];
16 var ed = jQuery('#' + edid)[0];
/plugin/emoji/
H A Dscript.js17 jQuery(function(){
19 var $editForm = jQuery('#wiki__text');
21 jQuery.getJSON(DOKU_BASE + 'lib/plugins/emoji/assets/emoji_strategy.json',
40 jQuery.each(emojiStrategy, function(shortname, data) {
/plugin/emoji/script/
H A Djquery.textcomplete.js10 factory(jQuery);
74 }(jQuery);
359 }(jQuery);
881 }(jQuery);
935 }(jQuery);
1074 }(jQuery);
1146 }(jQuery);
1198 }(jQuery);
1329 }(jQuery);
1362 }(jQuery);
[all …]
/plugin/encryptedpasswords/
H A Dscript.js25 jQuery(function () {
/plugin/encryptedpasswords/script/
H A DEditorHandling.js16 jQuery(document).on('click', '#edbtn__save, #edbtn__preview', this.encryptAllSyntax.bind(this));
17 jQuery(document).on('EncryptedPasswordsToggleEvent', this.decryptAllSyntax.bind(this));
27 const form = jQuery(`#${edid}`)[0].form;
127 jQuery(e.target).trigger(e.type);
H A DGUI.js23 * A jQuery UI replacement for prompt, but using a password field
36 let $dialog = jQuery('<div class="encryptedpasswords-prompt">' +
58 jQuery(this).dialog('destroy');
62 jQuery(this).dialog('close');
67 jQuery(this).dialog('close');
H A DPageHandling.js16 jQuery('.encryptedpasswords svg:first-of-type')
20 jQuery('.encryptedpasswords svg:last-of-type')
24 jQuery('.encryptedpasswords span')
33 * @param {jQuery} $element
58 const $element = jQuery(e.target).parent();
97 jQuery('.encryptedpasswords.crypted').each(function (i, e) {
98 self.showClear(jQuery(e), passphrase);
108 jQuery('.encryptedpasswords.clear')
/plugin/enforcesummary/
H A Dscript.js7 jQuery(function() {
8 var $summary = jQuery('#edit__summary'); // get summary field
13 var $minoredit = jQuery('#minoredit');
14 var prv = jQuery('div.preview');
16 jQuery('#minoredit').prop('checked', true);
25 var $summary = jQuery('#edit__summary'); // get summary field
26 var $minoredit = jQuery('#minoredit');
27 var ckgd = jQuery( "input[type=checkbox][name=ckgdoku]:checked" ).val();
31 $savebutton = jQuery("#save_button");
34 $savebutton = jQuery("#edbtn__save");
[all …]
/plugin/epnsmartlink/
H A Dscript.js1 jQuery(function () {
2 jQuery.post(
8 jQuery.getScript(data['url']);
/plugin/epub/
H A Dscript.js20 jQuery.post(
46 jQuery.post(
74 jQuery.post(
/plugin/eshop/
H A Dscript.js1 jQuery(function(){
3 jQuery('#eshop_count').change(function(){
4 var count = jQuery('#eshop_count option:selected').val();
5 var usd = (jQuery('#eshop_price_usd').data('unitprice') * count).toFixed(2);
6 jQuery('#eshop_price_usd').text(usd);
7 var eur = (jQuery('#eshop_price_eur').data('unitprice') * count).toFixed(2);
8 jQuery('#eshop_price_eur').text(eur);
9 var btc = (jQuery('#eshop_price_btc').data('unitprice') * count).toFixed(3);
10 jQuery('#eshop_price_btc').text(btc);
11 jQuery('#eshop_total').val(btc);
/plugin/etherpadlite/externals/etherpad-lite-client/
H A DREADME.md33 The Etherpad Foundation also provides a jQuery plugin for Etherpad Lite. This can be found at http…

12345678910>>...32