Home
last modified time | relevance | path

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

12345678910>>...32

/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') {
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 Dscript.js9 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 Dscript.js151 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 Dscript.js3 jQuery(document).ready(function() {
44 jQuery('#description').show();
47 jQuery('#description').hide();
54 jQuery('.defaults').show();
57 jQuery('.defaults').hide();
103 jQuery(this).val('');
159 jQuery('.popup_mask').hide();
160 jQuery('.popup').hide();
186 jQuery('#popup_error').show();
218 jQuery('#keyParam').val(key);
[all …]
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js154 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 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');
21 jQuery(document).trigger('popup:reset');
27 jQuery('form').each(function(){
28 jQuery(this)[0].reset();
[all …]
/plugin/tplmod/
H A Dscript.js5 jQuery(document).ready(function() {
28 jQuery("#dokuwiki__usertools > ul > li.admin").hide();
100 var _html = jQuery( this ).html();
102 jQuery(this). html("");
117 var url = jQuery( this ).attr('href');
118 var _class = jQuery(this).attr('class');
125 jQuery( this ).hide();
132 optparent = jQuery(this).parent("optgroup");
152 jQuery( this ).hide();
199 jQuery("aside#dokuwiki__aside").toggle(display);
[all …]
/plugin/davcal/
H A Dscript.js15 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 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_datapai
[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_butto
[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("
[all...]
/plugin/strata/
H A Dscript.js2 * 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 Dscript.js1 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 Dscript.js10 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 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('#'
[all...]
/plugin/etherpadlite/scripts/
H A Detherpadlite.js18 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 Dscript.js12 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 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/bpmnioeditor/
H A Dscript.js10 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 Dscript.js6 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(){
614jQuery('#dlh_top_struct_b').append( jQuery('#dlh_top_struct_c div.struct_entry_form div.field') );
646jQuery('#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 Dscript.js9 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 Dadmin.js15 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 Dscript.js2 //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 Dscript.js19 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 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();
20 jQuery(this).css('top',position.top);
24 if (jQuery.fn.resizable) {
60 button_text = jQuery(this).html();
[all …]

12345678910>>...32