Home
last modified time | relevance | path

Searched refs:jQuery (Results 51 – 75 of 799) sorted by path

12345678910>>...32

/plugin/bez/scripts/
H A Dthreads.js4 var $this = jQuery(this);
12 var $this = jQuery(this);
19 jQuery(".bez_filter_form select").change(highlight).each(highlight);
20 jQuery(".bez_filter_form input:text").blur(highlight_input).each(highlight_input);
/plugin/bibtex4dw/
H A Dscript.js11 jQuery('span.bibtex_citekey').mouseover(dw_bibtex.bibtexReferenceDisplay);
19 * @return the Popup jQuery object
23 var $bibtexdiv = jQuery('#' + popup_id);
27 $bibtexdiv = jQuery(document.createElement('div'))
30 .mouseleave(function () {jQuery(this).hide();});
31 jQuery('.dokuwiki:first').append($bibtexdiv);
52 var content = jQuery(jQuery(this)).html();
69 jQuery(dw_bibtex.init);
/plugin/block/
H A Dscript.js47 if(jQuery) {
91 jQuery.ajax(
115 jQuery(document).ready(function() {
160 return jQuery;
/plugin/blogtng/
H A Dscript.js28 let input = jQuery("#" + inputs[i]).get(0);
51 jQuery(obj).on('click',function(e) {
67 let preview = jQuery("#"+previewid).get(0);
83 let $name = jQuery('#blogtng__comment_name');
85 let $web = jQuery('#blogtng__comment_web');
86 let $text = jQuery('#wiki__text');
110 let objs = jQuery('a.blogtng_num');
123 objs = jQuery('a.blogtng_reply');
150 let objs = jQuery('input.comment_cid');
214 let a = jQuery("#comment_" + id).get(0);
[all …]
/plugin/bookcreator/
H A Dscript.js174 jQuery(window).on('storage', function() {
213 //$addtobookBtn2 = jQuery('.plugin_bookcreator_addtobook,a.plugin_bookcreator_addtobook'),
214 let $addtobookBtn = jQuery('.plugin_bookcreator__addtobook'),
215 $bookbar = jQuery('.bookcreator__bookbar');
245 jQuery('a.plugin_bookcreator__addtobook')
253 jQuery("#bookcreator__add").toggle(!this.isCurrentPageSelected);
254 jQuery("#bookcreator__remove").toggle(this.isCurrentPageSelected);
256 jQuery("#bookcreator__pages").html(this.selectedpages.count());
290 jQuery(window).on('storage', function(event) {
306 let notcachedpages = jQuery(Bookcreato
[all...]
/plugin/bookcreator/script/
H A Djquery.fileDownload.js2 * jQuery File Download Plugin v1.4.4
40 //Requires jQuery UI: provide a message to display to the user when the file download is being prepared before the browser's dialog appears
45 //Requires jQuery UI: provide a message to display to the user when a file download fails
52 //if jQuery UI is installed this will be a dialog, otherwise it will be an alert
58 //Requires jQuery UI: options to pass into jQuery UI Dialog
473 })(jQuery, this);
H A Dnspicker.js31 bc_nspicker.$picker = jQuery(document.createElement('div'))
57 bc_nspicker.result = jQuery('#bc__nspicker_result')[0];
60 jQuery(bc_nspicker.result).css('position', 'relative');
62 bc_nspicker.$entry = jQuery('#bc__nspicker_entry');
68 jQuery('#bc__nspicker .ui-dialog-titlebar-close').on('click', bc_nspicker.hide);
69 jQuery('#bc__nspicker_select').on('click', bc_nspicker.selectNamespace_exec);
70 jQuery('#bc__nspicker_cancel').on('click', bc_nspicker.hide);
72 jQuery(bc_nspicker.result).on('click', 'a', bc_nspicker.onResultClick);
122 * @returns jQuery object
126 return jQuery(bc_nspicke
[all...]
/plugin/booking/
H A Dscript.js1 jQuery(function () {
2 $div = jQuery('.plugin_booking');
14 param = jQuery(e.target).serializeArray();
/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/bootswrapper/
H A Dscript.js9 jQuery(document).ready(function () {
17 jQuery('.bs-wrap-tooltip').tooltip();
20 jQuery('.bs-wrap-popover').popover();
25 var $img_wrap = jQuery(this),
36 var $nav_wrap = jQuery(this),
123 var $btn_wrap = jQuery(this),
189 var $list_wrap = jQuery(this);
243 var $accordion = jQuery(this),
249 var $panel = jQuery(this),
269 var $carousel = jQuery(this),
[all …]
/plugin/bpmnio/script/
H A Dbpmnio_render.js85 jQuery('input[name="plugin_bpmnio_data"]').val(window.btoa(xml));
114 const root = jQuery(tag);
130 jQuery(document).ready(function () {
131 jQuery("div[id^=__bpmn_js_]").each((_, tag) =>
134 jQuery("div[id^=__dmn_js_]").each((_, tag) =>
137 jQuery("div[id=plugin_bpmnio__bpmn_editor]").each((_, tag) =>
140 jQuery("div[id=plugin_bpmnio__dmn_editor]").each((_, tag) =>
/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/bugzillaint/
H A Dscript.js2 jQuery(function(){
62 jQuery('<li></li>')
90 var a = jQuery('<a></a>')
135 e = jQuery('<a></a>');
142 e = jQuery('<a></a>');
149 e = jQuery('<a></a>');
156 e = jQuery('<a></a>');
169 e = jQuery('<span></span>');
175 e = jQuery('<span></span>');
181 e = jQuery('<span></span>');
[all …]
/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/bureaucracy-au/script/
H A Ddatepicker.js5 jQuery(function(){
6 jQuery('.bureaucracyau__plugin .datepicker').datepicker({
H A Dfieldsets.js17 jQuery(function () {
19 jQuery('form.bureaucracy__plugin').each(function () {
23 jQuery.each(jQuery(input).data('dparray'), function (i, dp) {
35 var $inputelem = jQuery(this);
52 jQuery('p.bureaucracy_depends', this)
56 fvalue = jQuery(this).find('span.bureaucracy_depends_fvalue');
61 fset: jQuery(this).parent(),
65 jQuery("label")
69 if (!jQuery(this).data('dparray')) {
70 jQuery(this).data('dparray', [fieldsetinfo]);
[all …]
H A Duser.js7 jQuery(function () {
16 jQuery.getJSON(
21 response(jQuery.map(data, function (name, user) {
43 jQuery(".userpicker").autocomplete({
54 jQuery(".userspicker")
57 if (event.keyCode === jQuery.ui.keyCode.TAB &&
58 jQuery(this).data("ui-autocomplete").menu.active) {
/plugin/bureaucracy/script/
H A Ddatepicker.js5 jQuery(function(){
6 jQuery('.bureaucracy__plugin .datepicker').datepicker({
H A Dfieldsets.js17 jQuery(function () {
19 jQuery('form.bureaucracy__plugin').each(function () {
23 jQuery.each(jQuery(input).data('dparray'), function (i, dp) {
35 var $inputelem = jQuery(this);
52 jQuery('p.bureaucracy_depends', this)
56 fvalue = jQuery(this).find('span.bureaucracy_depends_fvalue');
61 fset: jQuery(this).parent(),
65 jQuery("label")
69 if (!jQuery(this).data('dparray')) {
70 jQuery(this).data('dparray', [fieldsetinfo]);
[all …]
H A Duser.js7 jQuery(function () {
16 jQuery.getJSON(
21 response(jQuery.map(data, function (name, user) {
43 jQuery(".userpicker").autocomplete({
54 jQuery(".userspicker")
57 if (event.keyCode === jQuery.ui.keyCode.TAB &&
58 jQuery(this).data("ui-autocomplete").menu.active) {
/plugin/bureaucracyau/script/
H A Ddatepicker.js5 jQuery(function(){
6 jQuery('.bureaucracyau__plugin .datepicker').datepicker({
H A Dfieldsets.js17 jQuery(function () {
19 jQuery('form.bureaucracyau__plugin').each(function () {
23 jQuery.each(jQuery(input).data('dparray'), function (i, dp) {
35 var $inputelem = jQuery(this);
52 jQuery('p.bureaucracyau_depends', this)
56 fvalue = jQuery(this).find('span.bureaucracyau_depends_fvalue');
61 fset: jQuery(this).parent(),
65 jQuery("label")
69 if (!jQuery(this).data('dparray')) {
70 jQuery(this).data('dparray', [fieldsetinfo]);
[all …]
H A Duser.js7 jQuery(function () {
16 jQuery.getJSON(
21 response(jQuery.map(data, function (name, user) {
43 jQuery(".userpicker").autocomplete({
54 jQuery(".userspicker")
57 if (event.keyCode === jQuery.ui.keyCode.TAB &&
58 jQuery(this).data("ui-autocomplete").menu.active) {
/plugin/c3chart/
H A Dscript.js1 jQuery(document).ready(function() {
2 jQuery("[id^=__c3chart_]").each(function(i, div) { try {
3 var c3data = jQuery(div).attr('data-c3chart');
/plugin/callflow/
H A Dscript.js361 jQuery(txt.node).css('text-decoration','underline').css('text-decoration-style','dashed');

12345678910>>...32