Home
last modified time | relevance | path

Searched refs:jQuery (Results 176 – 200 of 799) sorted by relevance

12345678910>>...32

/plugin/do/scripts/
H A Dgeneral.js1 jQuery(function () {
20 jQuery(document).on('click', 'a.plugin_do_status', PluginDo.toggle_status);
23 var $items = jQuery('span.plugin_do_item');
28 PluginDo.buildTitle(jQuery(item), [], '', null, null);
33 jQuery.ajax({
/plugin/autologoff/
H A Dscript.js5 jQuery(function () {
12 jQuery('body').keypress(function(){
20 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php',
32 var $dialog = jQuery('<div>' + LANG.plugins.autologoff.warn + '</div>');
40 jQuery(this).dialog('close');
60 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php',
/plugin/pagebuttons/
H A Dscript.js16 jQuery(function() {
25 jQuery('.plugin_pagebuttons_deletepage').click(function(d) {
36 var $dialog = jQuery(
64 jQuery(this).remove();
74 jQuery('.plugin_pagebuttons_newfolder').click(function(f) {
89 var $dialog = jQuery(
120 jQuery(this).remove();
130 jQuery('.plugin_pagebuttons_newpage').click(function(p) {
145 var $dialog = jQuery(
176 jQuery(this).remove();
/plugin/acmenu/
H A Dscript.js42 jQuery.each(JSINFO["plugin_acmenu"]["sub_ns"], function(idx, val) {
88 jQuery(document).ready(function() {
125 jQuery(selector).click(function(event) {
126 var item = trim_url(jQuery(this).find("a").attr("href"));
128 if (jQuery(this).next().is(":hidden")) {
129 jQuery(this)
135 jQuery(this)
138 _OPEN_ITEMS.splice(jQuery.inArray(item, _OPEN_ITEMS), 1);
/plugin/include/
H A Dscript.js12 jQuery(function() {
13 jQuery('.btn_incledit')
15 jQuery(this).closest('.plugin_include_content').addClass('section_highlight');
18 jQuery('.section_highlight').removeClass('section_highlight');
/plugin/numbering/
H A Dscript.js21 jQuery( document ).ready(function() {
22 jQuery("[id^=bureau_num_]").on('click',function(e) {
24 var _ret = jQuery('#' + id);
30 jQuery.ajax({
47 jQuery.ajax({
69 var txtarea = jQuery('#' + textAreaID)[0];
/plugin/metadisplay/
H A Dscript.js2 jQuery( document ).ready(function() {
3 jQuery( "#pmodified, #pcreated" ).on( "click", function() {
5 jQuery("#pmodified").prop('checked',false);
7 else jQuery("#pcreated").prop('checked',false);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.js9 …uery.syntax',name,callback);}),getStyles:function(path){var link=jQuery('<link>');jQuery("head").a…
15 …+)/);if(match){return match[1];}else{var classes=className.split(/ /);if(jQuery.inArray("syntax",c…
16jQuery('script').filter(function(){return this.src.match(/jquery\.syntax/);});var first=scripts.ge…
17 options=jQuery.extend(Syntax.defaultOptions,options)
19jQuery(options.blockSelector,context).each(function(){jQuery(this).syntax(jQuery.extend({},options…
/plugin/folded/
H A Dscript.js14 jQuery(function() {
21 jQuery('a.folder[href*="#folded_"]').attr('title', folded_reveal);
27 jQuery('.dokuwiki .folder').click(function folded_toggle(evt) {
29 var $id = jQuery(document.getElementById(id));
33 jQuery(this)
38 jQuery(this)
/plugin/xcom/
H A Dscript.js42 jQuery.ajax({
93 jQuery.ajax({
607 jQuery(which).toggle();
613 jQuery(title).toggle();
720 jQuery( document ).ready(function() {
750 jQuery("img").click(function () {
760 jQuery(which).attr("type","text");
766 jQuery( this ).css( "cursor", "pointer" );
770 jQuery( this ).css( "cursor", "default" );
774 jQuery( this ).css( "cursor", "pointer" );
[all …]
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js9 (function (jQuery) {
102 var element = jQuery(this);
114 outer = jQuery('<li />');
116 group = jQuery('<ul style="display: none;" />');
317 if (typeof jQuery.qtip !== 'undefined') {
368 jQuery.fn.meltdown = function (userOptions) {
371 defaults = jQuery.fn.meltdown.defaults;
373 opts.hasEffects = typeof jQuery.ui !== 'undefined';
375 thees = jQuery(this);
400 jQuery.fn.meltdown.defaults = {
[all …]
/plugin/rating/
H A Dscript.js1 jQuery(function(){
2 jQuery('div.plugin_rating').click(function(e){
7 var rate = jQuery(e.target).data('rating');
9 jQuery('div.plugin_rating').load(
/plugin/nsexport/
H A Dscript.js6 jQuery(function handleDOMReady() {
9 let $form = jQuery('form.plugin_nsexport__form');
25 jQuery.post(url, data).done(function handleCheckResult(response) {
30 const $throb = jQuery('#plugin_nsexport__throbber');
58 jQuery.post(url, data).done(
68 const $msg = jQuery('<div>').addClass('level1').html('<p>' + LANG.plugins.nsexport.loading
/plugin/move/script/
H A Dprogress.js1 jQuery('#plugin_move__progress').each(function () {
2 var $this = jQuery(this);
43 jQuery.post(
76 jQuery('#plugin_move__preview').remove();
89 jQuery('#plugin_move__preview').each(function () {
90 var $this = jQuery(this);
/plugin/judge/
H A Dscript.js21 jQuery.post(
35 jQuery.post(
101 jQuery.post(
130 jQuery.post(
154 jQuery.post(
192 jQuery.post(
226 jQuery.post(
243 if (jQuery("#previous_submissions-" + problem_name_id).css('display') == "none") {
244 jQuery("#previous_submissions-" + problem_name_id).slideToggle();
250 if (jQuery("#previous_submissions-table-" + problem_name_id).css('display') == "none") {
[all …]
/plugin/issuelinks/script/
H A DajaxUtil.js7 if (jQuery('body.tpl_sprintdoc').length) {
8 $msgArea = jQuery('#dokuwiki__content').find('.msg-area');
10 $msgArea = jQuery('#dokuwiki__content').find('> div').first();
13 $msgArea.prepend(jQuery('<div>').addClass('error').html(response));
21 $msgArea.prepend(jQuery('<div>').addClass(msg.lvl).html(msg.msg));
/plugin/indexmenu/scripts/
H A Dnojsindex.js7 jQuery(function () {
9 jQuery('.indexmenu_nojs').each(function () {
10 let $tree = jQuery(this);
17 jQuery.post(
/plugin/imagelink/
H A Dscript.js1 jQuery(function(){
2 var $container = jQuery(".plugin_linkimage");
6 $span = jQuery($element).find("div.title");
7 $link = jQuery($element).find("a");
/plugin/xfortune/
H A Dscript.js9 jQuery(function () {
10 jQuery('div.plugin_xfortune').each(function () {
11 var $self = jQuery(this);
16 jQuery.post(
/plugin/encryptedpasswords/script/
H A DPageHandling.js16 jQuery('.encryptedpasswords svg:first-of-type')
20 jQuery('.encryptedpasswords svg:last-of-type')
24 jQuery('.encryptedpasswords span')
33 * @param {jQuery} $element
58 const $element = jQuery(e.target).parent();
97 jQuery('.encryptedpasswords.crypted').each(function (i, e) {
98 self.showClear(jQuery(e), passphrase);
108 jQuery('.encryptedpasswords.clear')
/plugin/linksuggest/
H A Dscript.js3 return jQuery('<div/>').text(text).html();
7 let editor = jQuery('#wiki__text');
22 jQuery(function () {
23 let $editor = jQuery('#wiki__text');
33 jQuery.post(
43 callback(jQuery.map(data.data, function (item) {
107 jQuery.post(
117 callback(jQuery.map(data.data, function (item) {
153 jQuery.post(
163 callback(jQuery
[all...]
/plugin/imagereference/
H A Dscript.js30 jQuery(function () {
33 jQuery('span.imgcaption').each(function () {
34 let $imgcaption = jQuery(this);
48 if (!jQuery.trim(captionparts[1])) {
73 // width is still zero if called from jQuery.ready() because image is not yet loaded.
76 let width = jQuery(this).width();
83 // jQuery('div.tabcaption').each(function() {
84 // let $imgcaption = jQuery(this);
/plugin/prettyphoto/
H A Dscript.js4 jQuery(function() {
5 jQuery('a[class=media][href]').each(function() {
6 var $self = jQuery(this);
24 jQuery("a[rel^='prettyPhoto']").prettyPhoto(pparams);
/plugin/amcharts/
H A Dscript.js1 jQuery(document).ready(function() {
2 jQuery("[id^=__amchart_]").each(function(i, div) {
4 var id = jQuery(div).attr('id');
5 var amdata = jQuery(div).attr('data-amchart');
/plugin/photogallery/
H A Dscript.js16 jQuery("ul.pg-show").lightGallery({
35 jQuery(document).on('click', 'a.pg-start', function() {
36 var $pgid = '#' + jQuery(this).data('pg-id');
37 var $pg = jQuery($pgid);

12345678910>>...32