/plugin/mikioplugin/ |
H A D | script.js | 3 jQuery().ready(function () { 52 jQuery('.mikiop-button').on('click', function (event) { 53 if (jQuery(this).hasClass('mikiop-disabled')) { 57 if (jQuery(this).attr('data-toggle') == 'collapse') { 59 jQuery(jQuery(this).attr('data-target')).slideToggle(); 63 jQuery('.mikiop-accordian-title').on('click', function (event) { 65 let accordianBody = jQuery(this).siblings('.mikiop-accordian-body'); 67 let accordian = jQuery(this).closest('.mikiop-accordian'); 73 jQuery(thi [all...] |
/plugin/twcheckliste/ |
H A D | script.js | 9 jQuery.fn.toggleCheckbox = function() { 18 jQuery(function() { 38 value : jQuery(this).html(), 43 jQuery(this).prepend(tmpElement); 47 jQuery("." + jQuery(this).prop("id")).prop("checked", "true"); 49 jQuery("." + jQuery(this).prop("id")).removeAttr("checked"); 78 value : jQuery(this).html(), 139 jQuery("." + jQuery(this).prop("id")).prop("checked", "true"); 141 jQuery("." + jQuery(this).prop("id")).removeAttr("checked"); 149 jQuery("." + jQuery(this).prop("id")).prop("checked", "true"); [all …]
|
/plugin/pycode/ |
H A D | script.js | 151 jQuery("#pycode__b").click(function() { 153 jQuery("#pycode__b").fadeTo(0, 1); 158 jQuery("#pycode__src-url") 162 jQuery("#pycode__g").click(function() { 164 jQuery("#pycode__g").fadeTo(0, 1); 169 jQuery("#pycode__src-url") 193 jQuery("#pycode__def") 214 jQuery("#pycode__cls") 376 data["name"] = jQuery("#pycode__lns-from").val()+":"+jQuery("#pycode__lns-to").val(); 406 data["name"] = jQuery("#pycode__def").val()+" "+jQuery("#pycode__cls").val(); [all …]
|
/plugin/confmanager/ |
H A D | script.js | 3 jQuery(document).ready(function() { 44 jQuery('#description').show(); 45 jQuery('#description_toggle_button').attr('src', collapse_icon); 47 jQuery('#description').hide(); 48 jQuery('#description_toggle_button').attr('src', expand_icon); 54 jQuery('.defaults').show(); 55 jQuery('#defaults_toggle_button').attr('src', collapse_icon); 57 jQuery('.defaults').hide(); 58 jQuery('#defaults_toggle_button').attr('src', expand_icon); 68 jQuery('#toggleDescriptio [all...] |
/plugin/jquerymigrate/ |
H A D | jquery-migrate-3.1.0.js | 154 jQuery.fn.init.prototype = jQuery.fn; 235 migrateWarnFunc( jQuery, "holdReady", jQuery.holdReady, 238 migrateWarnFunc( jQuery, "unique", jQuery.uniqueSort, 242 migrateWarnProp( jQuery.expr, "filters", jQuery.expr.pseudos, 244 migrateWarnProp( jQuery.expr, ":", jQuery.expr.pseudos, 249 migrateWarnFunc( jQuery, "nodeName", jQuery.nodeName, 325 if ( jQuery.swap ) { 327 var oldHook = jQuery.cssHooks[ name ] && jQuery.cssHooks[ name ].get; 548 jQuery.fn.extend( { 611 var oldSelf = jQuery.fn.andSelf || jQuery.fn.addBack; [all …]
|
/plugin/bootswrapper/exe/ |
H A D | popup.js | 2 jQuery(document).ready(function() { 4 jQuery('.help-btn').on('click', function(e) { 5 jQuery('#help-modal .modal-body').load(jQuery(this).data('help'), function(){ 6 jQuery.getScript('../script.js'); 10 var $component = jQuery('#component'), 11 $output = jQuery('#output'), 12 $preview = jQuery('#preview'); 21 jQuery(document).trigger('popup:reset'); 27 jQuery('form').each(function(){ 28 jQuery(this)[0].reset(); [all …]
|
/plugin/tplmod/ |
H A D | script.js | 6 jQuery(document).ready(function() {
11 tplmod_aside_width = parseInt(jQuery("aside#dokuwiki__aside").css('width'));
12 tplmod_content_width = parseInt(jQuery("article#dokuwiki__content").css('width'));
14 else if(jQuery("nav#dokuwiki__aside").length) {
16 tplmod_aside_width = parseInt(jQuery("nav#dokuwiki__aside").css('width'));
17 tplmod_content_width = parseInt(jQuery("main#dokuwiki__content").css('width'));
20 tplmod_aside_width = parseInt(jQuery("div#dokuwiki__aside").css('width'));
21 tplmod_content_width = parseInt(jQuery("div#dokuwiki__content").css('width'));
24 tplmod_content_padding.t =jQuery("div.wrapper").css('padding-top');
25 tplmod_content_padding.b =jQuery("di [all...] |
/plugin/davcal/ |
H A D | script.js | 15 jQuery(function() { 31 var $link = jQuery(this); 48 jQuery.post( 175 postArray[jQuery(this).prop('name')] = jQuery(this).prop('checked') ? 1 : 0; 179 postArray[jQuery(this).prop('name')] = jQuery(this).val(); 183 jQuery.post( 276 jQuery('<option />', {value: jQuery(this).val(), 446 postArray[jQuery(this).prop('name')] = jQuery(this).val(); 450 jQuery.post( 549 postArray[jQuery(this).prop('name')] = jQuery(this).val(); [all …]
|
/plugin/bez/scripts/ |
H A D | task.js | 3 jQuery('.bez_commcause_delete_prompt').click('on', function (event) { 9 var $task_form = jQuery('.bez_task_form'); 13 jQuery("input[name=plan_date]").datepicker({ 16 if (jQuery("input[name=all_day_event]").is(":checked")) { 17 jQuery('#task_datapair').hide(); 19 jQuery("input[name=all_day_event]").on('change', function() { 20 if (jQuery(this).is(":checked")) { 21 jQuery('#task_datapair').hide(); 23 jQuery('#task_datapair').show(); 28 jQuery('#task_datapai [all...] |
H A D | thread.js | 4 jQuery('.bez_commcause_delete_prompt').click('on', function (event) { 10 var $bez_comment_form = jQuery('.bez_comment_form'), 16 $comment_type_input = jQuery(".bez_comment_type"), 17 $cause_type_div = jQuery(".bez_cause_type"); 56 setActive(jQuery(this)); 75 var $show_comments = jQuery(".bez_show_comments"), 76 $hide_comments = jQuery(".bez_hide_comments"); 82 jQuery('.bez_type_0').show(); 89 jQuery('.bez_type_0').hide(); 102 jQuery("#plugin__bez_thread_change_state_butto [all...] |
H A D | tasks.js | 3 jQuery(".bez_desc_row").hide(); 4 jQuery("#bez_show_desc").on('click', function(e) { 5 if (jQuery(this).find(".show").is(":visible")) { 6 jQuery(".bez_desc_row").show(); 7 jQuery(this).find(".hide").show(); 8 jQuery(this).find(".show").hide(); 10 jQuery(".bez_desc_row").hide(); 11 jQuery(this).find(".hide").hide(); 12 jQuery(this).find(".show").show(); 17 jQuery(" [all...] |
/plugin/strata/ |
H A D | script.js | 2 * jQuery.fn.sortElements 25 jQuery.fn.sortElements = (function() { 133 var valueMap1 = jQuery(item1).data('strata-item-values'); 134 var valueMap2 = jQuery(item2).data('strata-item-values'); 153 return parseInt(jQuery(item1).attr('data-strata-order')) - parseInt(jQuery(item2).attr('data-strata-order')); 163 jQuery(input).css('min-width', minWidth + 'px'); 165 jQuery(filterElement).append(input); 169 jQuery(filterElement).append(select); 179 jQuery(inpu [all...] |
/plugin/davcard/ |
H A D | script.js | 1 jQuery(function() { 32 $link = jQuery(this); 45 var $link = jQuery(this); 62 var $link = jQuery(this); 93 jQuery.post( 187 postArray[jQuery(this).prop('name')] = jQuery(this).val(); 191 jQuery.post( 287 postArray[jQuery(this).prop('name')] = jQuery(this).val(); 291 jQuery.post( 484 if(jQuery('#dw_davcard__edit').height() > jQuery(window).height()) [all …]
|
/plugin/timetrack/ |
H A D | script.js | 10 jQuery.pnotify.defaults.styling = "jqueryui"; 11 jQuery.pnotify.defaults.delay = 2000; 12 jQuery.pnotify.defaults.history = false; 14 jQuery(function() { 17 jQuery(this).blur(); 36 var $btn = jQuery(event.target); 46 var $input = jQuery(this); 65 var $input = jQuery(this); 110 jQuery.ajax({ 122 jQuery.ajax({ [all …]
|
/plugin/batchedit/ |
H A D | interface.js | 52 jQuery.widget.bridge('uitooltip', jQuery.ui.tooltip); 53 jQuery('#batchedit').uitooltip({ 61 jQuery('#be-applyall').click(function() { 62 jQuery('.be-file input').prop('checked', this.checked); 65 jQuery('.be-file .be-stats input').click(function() { 66 jQuery('.be-match input[id^=' + escapeId(this.id) + ']').prop('checked', this.checked); 70 jQuery('.be-match input').click(function() { 72 var pageMatches = jQuery('.be-match input[id^=' + pageId + ']').get(); 74 jQuery('#' [all...] |
/plugin/etherpadlite/scripts/ |
H A D | etherpadlite.js | 18 jQuery.post( 45 jQuery('.pad-toggle').hide(); 49 jQuery('#wiki__text').show(); 55 jQuery('#tool__bar').empty(); 69 jQuery.post( 195 jQuery.post( 264 jQuery.post( 362 jQuery.post( 579 jQuery('.pad-toggle').hide(); 583 jQuery("<span/>").appendTo(jQuery(".pad-toolbar")); [all …]
|
/plugin/tagfilter/ |
H A D | script.js | 12 return jQuery('select.tagdd_select_'+id); 29 var tags = jQuery('#tagdd_'+id).data('tags'); 31 jQuery.each(tags,function(index,select_r) { 32 jQuery.each(select_r,function(index2,page_r){ 33 tags[index][index2] = jQuery.map(page_r,function(value){ 64 jQuery.each(form,function(index,select) { //loop through select boxes and collect the pages 65 if(jQuery.isArray(select) && select.length) { 67 jQuery.each(select,function(index2,tag) { 68 pages[page_idx] = jQuery.merge(pages[page_idx],tags[index][tag]); 70 pages[page_idx] = jQuery [all...] |
/plugin/dtable/ |
H A D | script.js | 2 jQuery.fn.getStyleObject = function(styles){ 6 ret_style[styles[i]] = jQuery(this).css(styles[i]); 10 })(jQuery); 59 var $toolbar = jQuery("#"+dtable.toolbar_id); 69 var button = jQuery(this).closest('td').find('button'); 73 var text_off = jQuery(this).offset(); 77 button.css({'position': 'absolute', 'top': text_off.top , 'left': button_off.left + jQuery(this).width() - button_width - scroller_width}).appendTo("body"); 85 var this_texta_offset = jQuery(this).offset(); 86 jQuery(this).css('top', textarea_offset.top - this_texta_offset.top); 106 jQuery(" [all...] |
/plugin/bpmnioeditor/ |
H A D | script.js | 10 jQuery(document).ready(function(){ 13 var $bpmn = jQuery(this); 36 jQuery('#bpmn_'+index+'_view').toggle(); 45 jQuery.ajax({ 72 jQuery.ajax({ 93 jQuery.ajax({ 133 jQuery.ajax({ 178 jQuery.ajax({ 203 jQuery('#bpmn_'+index+'_edit_button').show(); 215 var sidebar = jQuery('#dokuwiki__aside'); [all …]
|
/plugin/dirtylittlehelper/ |
H A D | script.js | 6 jQuery('#dirtylittlehelper_overlay').toggle(); 199 jQuery( '#' + jQuery('#dlh_edit_tb_select').val() ).css('display','inline'); 261 jQuery( document ).ready(function() { 278 jQuery(window).on("load", function(){ 614 … jQuery('#dlh_top_struct_b').append( jQuery('#dlh_top_struct_c div.struct_entry_form div.field') ); 646 …jQuery('#dlh_top_struct_b').append( jQuery('#dlh_top_struct_c form.bureaucracy__plugin div.field')… 662 jQuery(function () { 674 jQuery.post( 755 jQuery.post( 803 jQuery.post( [all …]
|
/plugin/ajaxpeon/ |
H A D | script.js | 9 jQuery('#xxdirectrt').html(data.content); 16 var pageid= jQuery("#xxpageid").val(); 21 if(jQuery("#xxckpage").prop("checked")==true){ 30 if(jQuery("#xxckvoice").prop("checked")==true){ 42 var win_width =jQuery(window).width(); 46 jQuery("#xxrightbar").css("display","none"); 55 jQuery(".desktop .xxtest").width(bar_width); 61 jQuery("#xxpageid").keyup( 64 jQuery("#xxsearch").click(); 67 jQuery("#xxsearch").click(xxajax_get); [all …]
|
/plugin/fedauth/js/ |
H A D | admin.js | 15 if (jQuery('#fedauth__manager').length === 0) { 64 jQuery('#fa__det_'+target) 82 jQuery('#axwrap__'+target) 97 jQuery 118 jQuery 139 jQuery 163 jQuery 187 jQuery(sender).siblings('img').remove(); 236 var it = jQuery(this); 247 var pid = jQuery(elem).attr('name'); [all …]
|
/plugin/sectiontoggle/ |
H A D | script.js | 2 //jQuery( document ).ready(function() {
3 jQuery (function() {
13 if (jQuery('p.sectoggle').length > 0){
14 jQuery('p.sectoggle').hide();
27 if (jQuery('p.sectoggle').length > 0){
28 jQuery('p.sectoggle').hide();
33 jQuery("ul.toc li div.li a, ul.toc li a").click(function(){
34 var text = jQuery(this).html();
39 jQuery(id).toggleClass('st_closed st_opened');
40 jQuery(i [all...] |
/plugin/tagadd/ |
H A D | script.js | 19 form:jQuery('#tagadd__form').serializeArray(), 33 jQuery("#tagadd__dialog").dialog("close"); 34 if(jQuery("div.tags span").length){ 35 jQuery("div.tags span").html(ret.links); 54 if(!jQuery('#tagadd__dialog').length){ 66 jQuery('#tagadd__dialog').addClass('loading'); 83 jQuery("#tagadd__dialog_div").empty(); 84 jQuery("#tagadd__dialog_div").html(ret.form); 86 jQuery("#tagadd__dialog").dialog("open"); 95 jQuery(document).ready(function() { [all …]
|
/plugin/overlay/ |
H A D | script.js | 2 jQuery( document ).ready(function() { 3 jQuery('#overlay').toggle(); 4 jQuery('#widget').draggable(); 8 jQuery( document ).ready(function() { 9 jQuery( "#overlay" ).draggable({ 11 var position = jQuery(this).position(); 16 var position = jQuery(this).position(); 20 jQuery(this).css('top',position.top); 24 if (jQuery.fn.resizable) { 60 button_text = jQuery(this).html(); [all …]
|