Home
last modified time | relevance | path

Searched refs:jQuery (Results 101 – 125 of 799) sorted by relevance

12345678910>>...32

/plugin/issuelinks/script/
H A Dtooltip.js8 jQuery(function initializeTooltips() {
19 sectok: jQuery('input[name=sectok]').val(),
32 const $element = jQuery(this);
47 const $div = jQuery('<div class="serverToolTip">')
60 $div.appendTo(jQuery('body'));
82 const $this = jQuery(this);
87 const $tooltip = jQuery('#' + $this.data('MMtooltipID'));
96 jQuery(document).on('mouseenter', selectorOr$element, hoverStart);
97 jQuery(document).on('mouseleave', selectorOr$element, hoverEnd);
104 jQuery.get(window.DOKU_BASE + 'lib/exe/ajax.php', {
[all …]
H A Dadmin_repo.js2 jQuery(function initializeRepoAdminInterface() {
5 const $repoadmin = jQuery('#plugin__issuelinks_repoadmin');
48 const $this = jQuery(this);
58 sectok: jQuery('input[name="sectok"]').val(),
65 jQuery.post(settings)
84 const $this = jQuery(this);
93 const $this = jQuery(this);
109 jQuery.post(settings)
138 jQuery.post(checkImportSettings)
176 const $this = jQuery(this);
[all …]
/plugin/lms/
H A Dscript.js1 jQuery(function (){
6 jQuery('a.wikilink1, a.wikilink2').each(function (idx, elem){
9 jQuery(elem).addClass('lms-seen');
16 const navheaders = jQuery('nav div.content h1, nav div.content h2, nav div.content h3, nav div.content h4, nav div.content h5');
18 const $list = jQuery(jQuery(header).next()[0]).find('ul');
21 jQuery(header).addClass('lms-seen');
29 const $form = jQuery('.dokuwiki.mode_admin form#lms__admin-autocomplete');
35 jQuery.getJSON(DOKU_BASE + 'lib/exe/ajax.php?call=plugin_lms_autocomplete', {
/plugin/ckgdoku/
H A Dscript.js345 jQuery(document).ready(function() {
347 jQuery("div.error").hide();
352 jQuery(document).ready(function(){
360 $dokuWiki = jQuery('.dokuwiki');
363jQuery('<input />').attr('type','hidden').attr('name','mode').attr('value','dwiki').appendTo(jQuer…
364jQuery('<input />').attr('type','hidden').attr('name','fck_preview_mode').attr('value','nil').appe…
381jQuery('<input />').attr('type','hidden').attr('name','mode').attr('value','dwiki').appendTo(jQuer…
382jQuery('<input />').attr('type','hidden').attr('name','fck_preview_mode').attr('value','nil').appe…
390 if(jQuery(this).hasClass('btn-success')) {
391 jQuery(this).removeClass('btn-success')
[all …]
/plugin/do/scripts/
H A DPluginDo.js19 var $dialog = jQuery(document.createElement('div'))
39 jQuery('#' + id + ' .ui-dialog-titlebar-close').click(function () { // close button
78 if (jQuery(this).parent().hasClass('plugin_do_done')) {
84 var $popup = jQuery('#do__commit_popup')
92 jQuery('#do__popup_msg').focus();
103 PluginDo.save_update_SingleTask(jQuery('#do__commit_popup')[0].__me);
104 jQuery('#do__popup_msg').val('');
111 * @param {jQuery} $applyto jQuery object with DOM elements where to update images
126 * @param {jQuery}
[all...]
/plugin/starred/
H A Dscript.js4 jQuery(function(){
6 var obj = jQuery('#plugin__starred');
9 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', {
22 var starred_list = jQuery('div.plugin_starred');
24 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', {
26 id: jQuery(this).data('pageid')
33 jQuery(this).closest('li').remove();
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js5 var jQuery=window.jQuery=window.$=function(selector,context){return new jQuery.fn.init(selector,con… variable
8 jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;
16 }return jQuery(elem);
19 }}else{if(jQuery.isFunction(selector)){return jQuery(document)[jQuery.fn.ready?"ready":"load"](sele…
86 …(selector){return this.pushStack(jQuery.unique(jQuery.merge(this.get(),typeof selector=="string"?j…
105 jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.i…
140 jQuery.fn.init.prototype=jQuery.fn;
163 }return jQuery;
177 }if(name&&!jQuery.cache[id]){jQuery.cache[id]={};
182 if(name){if(jQuery.cache[id]){delete jQuery.cache[id][name];
[all …]
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js5 var jQuery=window.jQuery=window.$=function(selector,context){return new jQuery.fn.init(selector,con… variable
8 jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;
16 }return jQuery(elem);
19 }}else{if(jQuery.isFunction(selector)){return jQuery(document)[jQuery.fn.ready?"ready":"load"](sele…
86 …(selector){return this.pushStack(jQuery.unique(jQuery.merge(this.get(),typeof selector=="string"?j…
105 jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.i…
140 jQuery.fn.init.prototype=jQuery.fn;
163 }return jQuery;
177 }if(name&&!jQuery.cache[id]){jQuery.cache[id]={};
182 if(name){if(jQuery.cache[id]){delete jQuery.cache[id][name];
[all …]
/plugin/runcommand/
H A Dscript.js18 jQuery('DIV#rcResult'+id).wrapInner('<IMG SRC="'+url+'wait.gif" width="200px" height="75px">');
21 jQuery('FORM#rcform'+id+' hidden, FORM#rcform'+id+' input, FORM#rcform'+id+' select').each(
30 jQuery('DIV#rcResult'+id).empty();
31 jQuery('DIV#rcResult'+id).append('&nbsp;');
41 jQuery('DIV#rcResult'+id).wrapInner('<IMG SRC="'+url+'wait.gif" width="200px" height="75px">');
45 jQuery('FORM#rcform'+id+' hidden, FORM#rcform'+id+' input, FORM#rcform'+id+' select').each(
51 jQuery.post(url+'postaction.php', argmap,
52 function(data){ jQuery('DIV#rcResult'+id).empty(); jQuery('DIV#rcResult'+id).wrapInner(data); }
/plugin/tag/
H A Dscript.js5 jQuery(function() {
6 jQuery('form.plugin__tag_search table input').change(function() {
7 if (jQuery(this).attr('checked')) { // was this input checked?
8 if (jQuery(this).parent().hasClass('minus')) {
10 jQuery(this).closest('tr').find('.plus input').attr('checked', false);
12 jQuery(this).closest('tr').find('.minus input').attr('checked', false);
/plugin/bez/lib/jquery.datepair/
H A Djquery.datepair.js7 (function(jQuery) {
9 if(!jQuery) {
17 jQuery.fn.datepair = function(option) {
20 var $this = jQuery(this);
46 jQuery('[data-datepair]').each(function() {
47 var $this = jQuery(this);
51 }(window.Zepto || window.jQuery));
/plugin/data-au/
H A Dscript.js4 jQuery(function () {
5 jQuery('.dataau_type_dt input').datepicker({
18 jQuery(function () {
30 jQuery.each(classes, function (i, cls) {
54 jQuery.getJSON(
60 response(jQuery.map(dataau, function (name, id) {
82 jQuery(".dataau_type_page input").autocomplete({
98 jQuery(".dataau_type_pages input")
101 if (event.keyCode === jQuery.ui.keyCode.TAB &&
102 jQuery(this).dataau("ui-autocomplete").menu.active) {
/plugin/data/
H A Dscript.js4 jQuery(function () {
5 jQuery('.data_type_dt input').datepicker({
18 jQuery(function () {
22 * @param {jQuery} $input
30 jQuery.each(classes, function (i, cls) {
54 jQuery.getJSON(
60 response(jQuery.map(data, function (name, id) {
82 jQuery(".data_type_page input").autocomplete({
98 jQuery(".data_type_pages input")
101 if (event.keyCode === jQuery
[all...]
/plugin/bookcreator/script/
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/filelist/
H A Dscript.js
/plugin/imagecarousel/
H A Dscript.js4 jQuery(function(){
5 jQuery(".slick").slick();
7 jQuery.expr[':'].onlydirect = function(elem, index, meta) {
9 new RegExp('fetch.php', 'i').test(jQuery(elem).attr('href')) ||
10 new RegExp('_media', 'i').test(jQuery(elem).attr('href'))
15 jQuery(".slick a.media:onlydirect()").swipebox({
/plugin/ckgedit/
H A Dscript.js373 jQuery(function() {
375 jQuery("div.error").hide();
380 jQuery(function() {
387 $dokuWiki = jQuery('.dokuwiki');
390jQuery('<input />').attr('type','hidden').attr('name','mode').attr('value','dwiki').appendTo(jQuer…
391jQuery('<input />').attr('type','hidden').attr('name','fck_preview_mode').attr('value','nil').appe…
408jQuery('<input />').attr('type','hidden').attr('name','mode').attr('value','dwiki').appendTo(jQuer…
409jQuery('<input />').attr('type','hidden').attr('name','fck_preview_mode').attr('value','nil').appe…
417 if(jQuery(this).hasClass('btn-success')) {
418 jQuery(this).removeClass('btn-success')
[all …]
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.list.js5 …options.listTag||'ol';var list=jQuery('<'+listTag+' class="syntax highlighted">'),line=1,space=/^\…
8jQuery('<a href="#">View Raw Code</a>');a.click(function(event){event.preventDefault();if(jQuery(l…
H A Djquery.syntax.layout.table.js5 …able=jQuery('<table class="syntax highlighted"></table>'),tr=null,td=null,a=null,line=1;var tbody=…
6jQuery('<a href="#">View Raw Code</a>');a.click(function(event){event.preventDefault();if(jQuery(t…
/plugin/gallery/
H A Dscript.js4 jQuery(function () {
9 const $opts = jQuery('#media__opts');
22 const $h1 = jQuery('#media__ns');
39 jQuery('.plugin-gallery').each(function() {
40 const $gallery = jQuery(this);
45 jQuery('.gallery-page-selector a').click(function(e) {
46 const $self = jQuery(this);
55 jQuery('.gallery-page-selector').show();
/plugin/showsamples/
H A Dscript.js5 var showCarouselMax = jQuery ('div.showSamples div.slide ul li').length;
23 jQuery ("div.showSamples div.navi a img.leftside").each (function () {
26 var showCarouselMax = jQuery ('div.showSamples div.slide ul li').length;
27 jQuery ("div.showSamples div.navi a img.rightside").each (function () {
30 jQuery ("div.showSamples div.slide").scrollTo ('li:eq('+showCarouselItem+')', 1000);
42 showCarouselItem = (showCarouselItem+1) % (jQuery ('div.showSamples div.slide ul li').length);
47 jQuery (showCarousel ());
/plugin/copypage/
H A Dscript.js1 jQuery(function() {
22 jQuery('.copypageplugin__copy').click(function(e) {
29 if (jQuery('select.quickselect option[value="copypageplugin__copy"]').length == 0) {
30 jQuery('select.quickselect optgroup:nth-of-type(1)').append(
31 jQuery('<option value="copypageplugin__copy">').text(jQuery('.copypageplugin__copy').text()));
36 jQuery('select.quickselect')
/plugin/ckgdoku/scripts/
H A Dmediamgr.js4 jQuery( document ).ready(function() {
6 jQuery(".select").on("click", function(event) {
11 $link = jQuery(this);
17 jQuery("#media__linkbtn4").css("display", "none");
22 jQuery(document).ajaxComplete(function() {
27 jQuery( ".odd, .even" ).each( function( index, element ){
29jQuery( this ).html(LANG.plugins.ckgdoku.mediamgr_notice+": <b>" + this.title +"</b>");
/plugin/pagestat/
H A Dscript.js153 this.jqwin=jQuery(divstr);
154 jQuery('body').append(this.jqwin);
542 var workdiv =jQuery(outtxt);
687 jQuery(this).hide();
692 jQuery(this).hide();
986 jQuery(this).hide();
994 jQuery(this).hide();
2025 var jwin=jQuery(".pt_pa_sub");
2032 jQuery(this).html(subhm+jQuery(this).html());
2045 jQuery(this).blur();
[all …]
/plugin/dblclickedit/
H A Dscript.js8 jQuery(function () {
16jQuery('[class*="sectionedit"], [class*="sectionedit"] ~ div[class^="level"]').dblclick(function(e…
23 jQuery(this).nextAll('.secedit:eq(0)').children('form:eq(0)').submit();
38 $pageDiv = jQuery('div.page, div.page_with_sidebar, div.right_page, div#bodyContent');
39 $editLink = jQuery('a.action.edit, #ca-edit > a');
40 $editBtn = jQuery('form.btn_edit');

12345678910>>...32