Home
last modified time | relevance | path

Searched refs:jQuery (Results 1 – 25 of 931) sorted by relevance

12345678910>>...38

/plugin/twcheckliste/
Dscript.js9 jQuery.fn.toggleCheckbox = function() {
18 jQuery(function() {
20 jQuery(".checkliste ol").addClass("hideit");
33 jQuery(".checkliste h2").each(function(indexh2, value) {
34 var tmpElement = jQuery(document.createElement("input")).prop({
38 value : jQuery(this).html(),
43 jQuery(this).prepend(tmpElement);
45 jQuery("#GRUPPE" + indexh2).click(function() {
46 if (jQuery(this).prop("checked") == true) {
47 jQuery("." + jQuery(this).prop("id")).prop("checked", "true");
[all …]
/plugin/pycode/
Dscript.js25 pycode_wiz.$wiz = jQuery(document.createElement("div"))
151 jQuery("#pycode__b").click(function() {
153 jQuery("#pycode__b").fadeTo(0, 1);
154 jQuery("#pycode__g").fadeTo(0, 0.5);
155 if (jQuery("#pycode__src-url").prop("disabled") == true) {
156 jQuery("#pycode__src-url").prop("disabled", false);
158 jQuery("#pycode__src-url")
162 jQuery("#pycode__g").click(function() {
164 jQuery("#pycode__g").fadeTo(0, 1);
165 jQuery("#pycode__b").fadeTo(0, 0.5);
[all …]
/plugin/confmanager/
Dscript.js3 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('#toggleDescription').on('click', function() {
[all …]
/plugin/mikioplugin/
H A Dscript.js3 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') {
60 const btn = jQuery(this);
61 const target = jQuery(btn.attr('data-target'));
73 jQuery('.mikiop-accordian-title').on('click', function (event) {
75 let accordianBody = jQuery(this).siblings('.mikiop-accordian-body');
77 let accordian = jQuery(this).closest('.mikiop-accordian');
83 jQuery(this).siblings('.mikiop-accordian-body').slideToggle();
[all …]
/plugin/tplmod/
Dscript.js6 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("div.wrapper").css('padding-bottom');
[all …]
/plugin/jquerymigrate/
Djquery-migrate-3.1.0.js9 define( [ "jquery" ], function ( jQuery ) { argument
10 return factory( jQuery, window );
20 factory( jQuery, window );
22 } )( function( jQuery, window ) { argument
26 jQuery.migrateVersion = "3.1.0";
48 return compareVersions( jQuery.fn.jquery, version ) >= 0;
63 if ( !jQuery || !jQueryVersionSince( "3.0.0" ) ) {
66 if ( jQuery.migrateWarnings ) {
72 ( jQuery.migrateMute ? "" : " with logging active" ) +
73 ", version " + jQuery.migrateVersion );
[all …]
/plugin/bootswrapper/exe/
Dpopup.js2 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');
14 $component.val(jQuery('ul.nav .active a').data('component'));
16 jQuery('ul.nav a').on('click', function() {
18 $component.val(jQuery(this).data('component'));
[all …]
/plugin/davcal/
H A Dscript.js15 jQuery(function() {
26 var calendarpage = jQuery('#fullCalendar').data('calendarpage');
30 jQuery('div.fullCalendarSettings a').each(function() {
31 var $link = jQuery(this);
48 jQuery.post(
134 var res = jQuery('#fullCalendar').fullCalendar(fcOptions);
172jQuery("input[class=dw_davcal__settings], select[class=dw_davcal__settings]").each(function() {
173 if(jQuery(this).attr('type') == 'checkbox')
175 postArray[jQuery(this).prop('name')] = jQuery(this).prop('checked') ? 1 : 0;
179 postArray[jQuery(this).prop('name')] = jQuery(this).val();
[all …]
/plugin/strata/
Dscript.js25 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-strat…
163 jQuery(input).css('min-width', minWidth + 'px');
165 jQuery(filterElement).append(input);
169 jQuery(filterElement).append(select);
179 jQuery(input).keyup(function() {
180 var val = jQuery(this).val();
182 delete jQuery(element).data('strata-search')[filterId];
[all …]
/plugin/bez/scripts/
H A Dtask.js3 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_datapair .time').timepicker({
[all …]
H A Dthread.js4 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_button").click(function() {
[all …]
H A Dtasks.js3 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(".bez_show_single_desc").on('click', function(e) {
[all …]
/plugin/davcard/
Dscript.js1 jQuery(function() {
4 jQuery('div.dokuwiki a.plugin_davcard_url span.plugin_davcard_popup').each(function() {
5 jQuery(this).addClass('plugin_davcard_nopopup');
6 jQuery(this).removeClass('plugin_davcard_popup');
7 var $link = jQuery(this).parents('a.plugin_davcard_url');
32 $link = jQuery(this);
41 var addressbookpage = jQuery('#davcardAddressbookList').data('addressbookpage');
44 jQuery('div.davcardAddressbookAddNew a').each(function() {
45 var $link = jQuery(this);
61 jQuery('div.dokuwiki a.plugin_davcard_edit_vcard').each(function() {
[all …]
/plugin/etherpadlite/scripts/
Detherpadlite.js18 jQuery.post(
25 jQuery('#wiki__text').val(data.text);
27 jQuery('.pad-toggle').hide();
28 jQuery('.pad-toggle-off').show();
29 jQuery('.pad-iframecontainer').html("");
30 jQuery('.pad-iframecontainer').hide();
31 jQuery('#wiki__text').show();
32 jQuery(".pad-action-buttons").hide();
33 jQuery(".nopad-action-buttons").show();
34 jQuery('.ace-toggle-hidden').removeClass('ace-toggle-hidden').show();
[all …]
/plugin/timetrack/
Dscript.js10 jQuery.pnotify.defaults.styling = "jqueryui";
11 jQuery.pnotify.defaults.delay = 2000;
12 jQuery.pnotify.defaults.history = false;
14 jQuery(function() {
15 jQuery(document).on("click","li.plugin_timetrack a",function(e) {
17 jQuery(this).blur();
18 if(!jQuery('#timetrack__dialog').length){
19jQuery('body').append('<div id="timetrack__dialog" position="absolute" border=1 height="800px"><di…
20 jQuery( "#timetrack__dialog" ).dialog({title:LANG.plugins.timetrack['timetrack'],
21 height:Math.min(700,jQuery(window).height()-50),
[all …]
/plugin/batchedit/
Dinterface.js52 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('#' + pageId).prop('checked', pageMatches.reduce(function(checked, input) {
82 jQuery('#batchedit form').submit(function() {
[all …]
/plugin/dtable/
Dscript.js2 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).w…
85 var this_texta_offset = jQuery(this).offset();
86 jQuery(this).css('top', textarea_offset.top - this_texta_offset.top);
106 jQuery(".dtable_unmerge").remove();
[all …]
/plugin/tocsidebar/
Dscript.js1 jQuery(document).ready(function () {
4 var toc_title = jQuery("span.tocsel_title").html();
5 jQuery("#tocseltoggle img").css('cursor', 'pointer');
7 jQuery("#selectoc_btn").click(function () {
9 jQuery("#setctoc_out").css('display', 'block');
11 jQuery("span.tocsel_title").html('Index');
13 jQuery("span.tocsel_title").html(toc_title);
18 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', params,
29 jQuery("li").off("click").click(function () {
30 var a = jQuery("#selectoc_id");
[all …]
/plugin/bpmnioeditor/
Dscript.js10 jQuery(document).ready(function(){
11 jQuery('a.media.mediafile.mf_bpmn').each(function(index) {
13 var $bpmn = jQuery(this);
14 …var $canvas_view = jQuery('<div id="bpmn_canvas_'+ index +'_view" class="plugin_bpmnioeditor canva…
15 …var $canvas_edit = jQuery('<div id="bpmn_canvas_'+ index +'_edit" class="plugin_bpmnioeditor canva…
22jQuery('<span style="float:right"> by <a href="https://peterfromearth.de">peterfromearth.de</a></s…
23jQuery('<button id="bpmn_'+index+'_edit_button" class="bpmnEditButton" style="display:none" >'+LAN…
24jQuery('<button id="bpmn_'+index+'_save_button" class="bpmnSaveButton" style="margin-left:0.2%;dis…
25jQuery('<button id="bpmn_'+index+'_view_button" class="bpmnViewButton" style="display:none" >'+LAN…
27 jQuery('#bpmn_'+index+'_edit_button').on('click', function(){
[all …]
/plugin/dirtylittlehelper/
Dscript.js6 jQuery('#dirtylittlehelper_overlay').toggle();
99jQuery('#dokuwiki__content').css({'position':'','top':'','left':'','right':'','bottom':'','overflo…
102jQuery('#dokuwiki__content').css({'position':'fixed','top':'10px','left':'10px','right':'10px','bo…
197 jQuery( '#'+JSINFO['dlh']['dlh_fields'][i]).css('display','none');
199 jQuery( '#' + jQuery('#dlh_edit_tb_select').val() ).css('display','inline');
209 …if ( dlh_objectValueGet('dlh_left_tmp_sb') == "x"){dlh_objectValueSet('dlh_left_tmp_sb',jQuery('#d…
210 …dlh_left_tmp_content') == "x"){dlh_objectValueSet('dlh_left_tmp_content',jQuery('.showSidebar #dok…
213 jQuery('#dokuwiki__aside').css({'width': '0px'});
214 jQuery('.showSidebar #dokuwiki__content > .pad').css({'margin-left': '0px'});
220 jQuery('#dokuwiki__aside').css({'width': dlh_objectValueGet('dlh_left_tmp_sb')+'px' });
[all …]
/plugin/fedauth/js/
Dadmin.js15 if (jQuery('#fedauth__manager').length === 0) {
20 if (jQuery(target).attr('collapse') == 'yes') {
21 jQuery(target).removeAttr('collapse');
22 jQuery('#fa__det_'+id+' .details').toggle();
36 var did = jQuery(target).closest('div[id^="fa__"]').attr('id');
50 jQuery('#fedauth__manager input[name^="fa['+actname+']"]')
64 jQuery('#fa__det_'+target)
68 jQuery('#fa__large form').serialize()+'&ajax=details&fa[details]['+target+']',
70 jQuery(sender).attr('collapse', 'yes');
71 jQuery('#fa__det_'+target+' .details').toggle();
[all …]
/plugin/ajaxpeon/
Dscript.js7 if (data.content.length<3){jQuery('#xxdirectrt').html("Missing word . . .");
9 jQuery('#xxdirectrt').html(data.content);
16 var pageid= jQuery("#xxpageid").val();
21 if(jQuery("#xxckpage").prop("checked")==true){
23 jQuery.ajax({url:url,data:mdata,success:xxajax_process,dataType:"jsonp",crossDomain:true});
24 jQuery('#xxdirectrt').html("Loading page. . . . . .");
25 }else if(jQuery("#xxcktoc").prop("checked")==true){
27 jQuery.ajax({url:url,data:mdata,success:xxajax_process,dataType:"jsonp",crossDomain:true});
28 jQuery('#xxdirectrt').html("Loading toc. . . . . .");
30 if(jQuery("#xxckvoice").prop("checked")==true){
[all …]
/plugin/sectiontoggle/
Dscript.js3 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(id).next().toggle()
43 jQuery(SectionToggle.headers).each(function(index,elem ) {
[all …]
/plugin/jquery/
Djquery-1.4.2.js19 var jQuery = function( selector, context ) { function
21 return new jQuery.fn.init( selector, context );
25 _jQuery = window.jQuery,
74 jQuery.fn = jQuery.prototype = {
116 if ( jQuery.isPlainObject( context ) ) {
118 jQuery.fn.attr.call( selector, context, true );
129 return jQuery.merge( this, selector );
157 return jQuery.merge( this, selector );
166 return jQuery( context ).find( selector );
171 } else if ( jQuery.isFunction( selector ) ) {
[all …]
/plugin/overlay/
Dscript.js2 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();
19 jQuery(this).css('left',position.left);
20 jQuery(this).css('top',position.top);
24 if (jQuery.fn.resizable) {
[all …]

12345678910>>...38