Home
last modified time | relevance | path

Searched refs:jQuery (Results 151 – 175 of 799) sorted by relevance

12345678910>>...32

/plugin/todo/
H A Dscript.js3 * replace old sack() method with new jQuery method and use post instead of get - see https://www.dokuwiki.org/devel:jqueryfaq \n
5 * use jQuery for finding the elements \n
9 * migrate changes made by Christian Marg to current version of plugin (use jQuery) \n
37 * @param {jQuery} $chk the jQuery input element
63 jQuery('input.todocheckbox').data('date', data.date);
87 jQuery.post(
112 jQuery('input.todocheckbox').each(function() {
113 jQuery(this).prop('checked', false);
116 jQuery('spa
[all...]
/plugin/orgchart/
H A Dscript.js1 jQuery(document).ready(function() {
21 jQuery('table.orgchart, .wrap_orgchart table').each(function(){
23 var $orgchart = jQuery(this);
26 jQuery('tr', $orgchart).not(':first').each(function(i){
27 var $row = jQuery(this);
31 jQuery('td', $row).each(function(j){
32 var $this = jQuery(this);
33 var $link = jQuery('a', $this);
/plugin/struct/jsoneditor/
H A Dsetup.js6 jQuery(function () {
7 var $schema_editor = jQuery('#plugin__struct_editor');
13 var $config = jQuery(this);
37 var type = jQuery(this).val();
38 var $editor = jQuery(this).parents('tr').find('textarea.config');
42 jQuery.post(
/plugin/ckgdoku/scripts/
H A Dscript-cmpr.js1jQuery.post(DOKU_BASE+"lib/exe/ajax.php",d,function(f){if(f=="done"){if(!a){alert(LANG.plugins.ckg…
/plugin/codeclipboard/
H A Dscript.js1 jQuery(function () {
3 jQuery( 'pre.code' ).each( function() {
5 var $elmt = jQuery( this );
10 $btn = jQuery( '<div class="codeclipboard_button"></div>' );
16 var $txt = jQuery( '<textarea />' );
/plugin/quicksubscribe/
H A Dscript.js1 jQuery(function () {
2 var $links = jQuery('a.plugin_qsub_subscribe');
8 * @param $to {object} jQuery dialog object
12 var $more = jQuery(document.createElement('div'));
33 jQuery('#plugin_qsub__popup').remove();
36 var $overlay = jQuery(document.createElement('div'));
42 var $link = jQuery(this);
44 if (jQuery(this).hasClass('plugin_qsub_notsubscribed')) {
104 var $link = jQuery(this);
/plugin/tablelayout/script/
H A Dtablelayout_functions.js19 if ($table.width() > jQuery('div.page').width()) {
23 var $elements = jQuery([]);
51 jQuery(col).css('width', width);
59 var $colgroup = jQuery('<colgroup>');
61 var $col = jQuery('<col>');
87 jQuery($frozenRows[i]).remove();
94 jQuery($tableRows[i]).remove();
107 $frozenTable.wrap(jQuery('<div></div>').width(tableWidth + SCROLLBAR_WIDTH));
110 height += jQuery($tableRows[i]).height();
158 var $cell = jQuery(cell);
[all …]
/plugin/publish/
H A Dscript.js22 jQuery( document ).ready(function () {
23 jQuery('button.publish__approveNS').click(function(evt){
24 var $_this = jQuery(this);
26 jQuery.post(
34 var id = jQuery(this).find('a').first().text();
37 jQuery(this).hide('slow');
/plugin/searchjump/
H A Dscript.js10 sjump.$found = jQuery('span.mark');
40 jQuery(document).bind('keypress', sjump.keyhandle);
43 var $page = jQuery('#dokuwiki__content').find('div.page');
45 jQuery(sjump.dialog).css('left', $page.offset().left + 'px');
68 jQuery(sjump.dialog).css('top', jQuery(sjump.$found[sjump.current]).offset().top + 'px');
71 jQuery(sjump.$found[sjump.current]).delay(50).fadeOut().fadeIn();
79 jQuery(document).unbind('keypress', sjump.keyhandle);
108 jQuery(sjump.init);
/plugin/linksenhanced/
H A Dscript.js1 jQuery(function() {
3 jQuery('div.dokuwiki a.plugin_linksenhanced_pending').each(function() {
4 var $link = jQuery(this).prop('href');
7 var $obj = jQuery(this);
9 jQuery.post(
/plugin/searchindex/
H A Dscript.js30 $msg = jQuery('#plugin__searchindex_msg');
36 $buttons = jQuery('#plugin__searchindex_buttons');
39 jQuery('#plugin__searchindex_update').click(pub.update);
40 jQuery('#plugin__searchindex_rebuild').click(pub.rebuild);
58jQuery.post(url, 'call=indexpage&page=' + encodeURI(page) + '&force=' + force, function(response) {
89 jQuery.post(url, 'call=clearindex', function(response) {
114 jQuery.post(url, 'call=pagelist', function(response) {
155 jQuery(function() {
/plugin/statistics/
H A Dscript.js41 jQuery('a.urlextern').click(plugin_statistics.log_external);
44 jQuery(window).bind('beforeunload', plugin_statistics.log_exit);
46 jQuery('.plg_stats_timeselect .datepicker').datepicker({dateFormat: 'yy-mm-dd'});
55 var params = jQuery.param(plugin_statistics.data);
64 var params = jQuery.param(plugin_statistics.data);
75 var params = jQuery.param(plugin_statistics.data);
81 jQuery.ajax(url, {async: false});
137 jQuery(plugin_statistics.init);
/plugin/bulletodo/
H A Dscript.js1 jQuery(document).ready(function(){
4 jQuery('.todoinnertext').each(function(){
5 var rawtext=jQuery(this).text();
8 if (jQuery(this).text().match(STbullet[i])){
10 jQuery(this).text(newtext);
/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/watchcycle/
H A Dscript.js4 * @param {jQuery} $btn the button itself
13 const $picker = jQuery(createPicker(pickerid, [], edid))
34 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', data, fn, 'json')
63 const $watchCycleForm = jQuery('<form>');
69 $watchCycleForm.append(jQuery(usernameHTML));
77 $watchCycleForm.append(jQuery('<button type="submit">' + l10n.button_insert + '</button>'));
78 const $cancelButton = jQuery('<button type="button">' + l10n.button_cancel + '</button>');
144 jQuery(function () {
145 const $advancedOptions = jQuery('.search-results-form .advancedOptions');
166 const $link = jQuery(elemen
[all...]
/plugin/structodt/
H A Dscript.js1 jQuery(function() {
6 const $table = jQuery(table);
25 const $me = jQuery(this);
44 const $td = jQuery('<td class="actionodt"></td>');
58 const $btn = jQuery('<a href="'+url.href+'" title="' + title + '"><img src="'+icon+'" alt="'+filetype+'" class="icon"></a>');
69 jQuery('div.structodt table').each(AggregationOdt);
71 jQuery(init);
/plugin/structstatus/
H A Dscript.js1 jQuery(function () {
5 jQuery('.structstatus-full.editable').find('button.struct_status')
7 const $self = jQuery(this);
22 jQuery.post(
33jQuery('#plugin__struct_output').find('td[data-struct="' + $self.parent().data('field') + '"]').ht…
54 const $self = jQuery(this);
75 const rid = jQuery(this).data('rid');
/plugin/combo/resources/snippet/js/
H A Dcombo-popover.js15 if (typeof jQuery != 'undefined' && typeof jQuery.fn.tooltip.constructor.VERSION !== 'undefined') {
16 bootstrapVersion = parseInt(jQuery.fn.tooltip.constructor.VERSION.substr(0, 1), 10);
48 if (typeof jQuery != 'undefined' && typeof jQuery.fn.tooltip.constructor.VERSION !== 'undefined') {
49 jQuery(cssSelector).popover(options);
/plugin/openas/
H A Dscript.js1 jQuery (function() {
2 jQuery("div.save_as_tmpl a.wikilink2").click(function(){
3 var jq = jQuery(this);
5 var id = jQuery("#save_as_info input[name=save_as_page]").val() ;
15 jQuery( "input.open_as_repl, textarea.open_as_repl" ).each( function( index, element ){
/plugin/translate/
H A Dscript.js12 var $textarea = jQuery(trid);
13 var $ctl = jQuery(ctlarea);
25 jQuery(c[0]).on('click',function(){dw_editor.sizeCtl(trid,100);});
26 jQuery(c[1]).on('click',function(){dw_editor.sizeCtl(trid,-100);});
27 jQuery(c[2]).on('click',function(){dw_editor.toggleWrap(trid);});
30 jQuery(document.createElement('img'))
/plugin/recommend/
H A Dscript.js13 jQuery('a.plugin_recommend').click(recommend.initform);
14 jQuery('li.recommend a').click(recommend.initform);
38 recommend.$dialog = jQuery('<div></div>');
51 jQuery.get(
85 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', payload, cb, 'json')
94 alert(jQuery(result.responseText).text());
140 jQuery.post(
148 jQuery(recommend.init);
/plugin/struct/script/
H A DEntryEditor.js4 * @param {jQuery} $form The form where all the handlers are attached
33 const $dtInput = jQuery(element);
39 var $input = jQuery(this);
55 var input_id = jQuery(this).siblings('input').attr('id');
71 var name = jQuery(this.element[0]).closest('div.field').find('label').first().data('column');
106 var $tplwrapper = jQuery(this);
110 if (jQuery(this).val() == '') return;
120 $tplwrapper.before(jQuery(this).closest('.multiwrap').detach());
131 var $legend = jQuery(this);
/plugin/txt2tags/
H A Dlinkwiz.js27 dw_linkwiz.$wiz = jQuery(document.createElement('div'))
49 dw_linkwiz.result = jQuery('#link__wiz_result')[0];
52 jQuery(dw_linkwiz.result).css('position', 'relative');
54 dw_linkwiz.$entry = jQuery('#link__wiz_entry');
60 jQuery('#link__wiz .ui-dialog-titlebar-close').click(dw_linkwiz.hide);
125 return jQuery(dw_linkwiz.result).find('div').eq(num);
154 jQuery(dw_linkwiz.result)[0].scrollTop += childPos;
158 jQuery(dw_linkwiz.result)[0].scrollTop += yDiff;
179 if(!jQuery(this).is('a')) {
196 if (jQuery(a.nextSibling).is('span')) {
[all …]
/plugin/ikso/
H A Dscript.js1 var plugin_ikso_konfirmo = jQuery.cookie('DW_PLUGIN_IKSO_NE_MONTRU_DENOVE');
4 jQuery(function() {
7 jQuery(
38 jQuery('input[type="text"],textarea')
43 jQuery(this).focus(function(event) {
46 jQuery("#plugin_ikso__modala_dialogo").dialog({
59 jQuery(this).dialog("close");
64 jQuery(this).dialog("close");
77 jQuery(this).keyup(function(event) {
82 var currentCursorPos = jQuery(this)[0].selectionStart;
[all …]
/plugin/outliner/
H A Dscript.js8 jQuery(function () {
9 var $outliner_dls = jQuery('dl.outliner');
10 var $outliner_dls_dt = jQuery('dl.outliner').find('dt');
22 jQuery(node).removeClass('outliner-' + otherState).addClass('outliner-' + state);
62 if (jQuery(this.parentNode).hasClass('outliner-open')) {
69 var thisPos = jQuery(this).position();
70 jQuery(this).siblings('dd').css({'left': thisPos.left + 40 + 'px', 'top': thisPos.top + 20 + 'px'});

12345678910>>...32