Home
last modified time | relevance | path

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

1...<<3132

/plugin/twistienav/
H A Dscript.js42 var $traceObj = jQuery(div);
45 jQuery(document).click(function(e) {
51 jQuery.post(
103 var $traceObj = jQuery(div);
106 jQuery(document).click(function(e) {
112 jQuery.post(
135 jQuery(this)
147 jQuery(this)
169 jQuery('#twistienav__popup').remove();
187 jQuery(document.createElement('div'))
[all …]
/plugin/twistienav4bootstrap3/
H A Dscript.js37 var $traceObj = jQuery(div);
40 jQuery(document).click(function(e) {
46 jQuery.post(
91 var $traceObj = jQuery(div);
94 jQuery(document).click(function(e) {
100 jQuery.post(
123 jQuery(this)
135 jQuery(this)
157 jQuery('#twistienav__popup').remove();
175 jQuery(document.createElement('div'))
[all …]
/plugin/twofactor/
H A Dscript.js4 jQuery(function () {
5 jQuery('.twofactor_delconfirm').click(function (event) {
10 jQuery('.twofactor_resetconfirm').click(function (event) {
/plugin/txt2tags/
H A Dlinkwiz.js27 dw_linkwiz.$wiz = jQuery(document.createElement('div'))
49 dw_linkwiz.result = jQuery('#link__wiz_result')[0];
52 jQuery(dw_linkwiz.result).css('position', 'relative');
54 dw_linkwiz.$entry = jQuery('#link__wiz_entry');
60 jQuery('#link__wiz .ui-dialog-titlebar-close').click(dw_linkwiz.hide);
125 return jQuery(dw_linkwiz.result).find('div').eq(num);
154 jQuery(dw_linkwiz.result)[0].scrollTop += childPos;
158 jQuery(dw_linkwiz.result)[0].scrollTop += yDiff;
179 if(!jQuery(this).is('a')) {
196 if (jQuery(a.nextSibling).is('span')) {
[all …]
/plugin/usercontact/
H A Dscript.js1 jQuery(function () {
42 jQuery('.dokuwiki a').each(function () {
43 var $link = jQuery(this);
/plugin/vimeo/
H A Dscript.js1 jQuery(function () {
2 jQuery('.plugin-vimeo-video').on('click.startVideo', function (event) {
3 var $this = jQuery(this);
12 $this.prepend(jQuery(iframeHtml));
16 var $link = jQuery('<a>');
20 jQuery('.plugin-vimeo-album').before($link);
/plugin/virtualgroup/
H A Dscript.js4 jQuery(function () {
5 jQuery('.plugin-virtualgroup .act form').on('submit', function (e) {
/plugin/vkeyboard/
H A Dvkeyboard.js1 …keyboard.style.left}}if(L===true){u.VKI_position()}}jQuery&&jQuery(document).ready(function(){jQue…
H A Dvkeyboard.js.unc1724 jQuery && jQuery( document ).ready(function() {
1725 jQuery( "#keyboardInputMaster ").draggable();
/plugin/vshare/
H A Dscript.js63 const $videos = jQuery('div.vshare');
80 const $self = jQuery(this);
88 jQuery(function () {
/plugin/watchcycle/
H A Dscript.js4 * @param {jQuery} $btn the button itself
13 const $picker = jQuery(createPicker(pickerid, [], edid))
34 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', data, fn, 'json')
63 const $watchCycleForm = jQuery('<form>');
69 $watchCycleForm.append(jQuery(usernameHTML));
77 $watchCycleForm.append(jQuery('<button type="submit">' + l10n.button_insert + '</button>'));
78 const $cancelButton = jQuery('<button type="button">' + l10n.button_cancel + '</button>');
144 jQuery(function () {
145 const $advancedOptions = jQuery('.search-results-form .advancedOptions');
166 const $link = jQuery(elemen
[all...]
/plugin/webdav/
H A Dscript.js10 jQuery(document).ready(function () {
12 jQuery('.plugin_webdav').on('click', function () {
14 var $self = jQuery(this);
38 jQuery(dialog_html).dialog({
/plugin/whoisonline/
H A Dscript.js1 jQuery(document).ready(function(){
2 var panel = jQuery('.WIO_onlineWidget .WIO_panel');
5 jQuery('.WIO_onlineWidget').hover(
/plugin/widearea/
H A Dscript.js3 jQuery(function() {
4 jQuery("#wiki__text").attr("data-widearea", "enable");
/plugin/wideredit/
H A Dscript.js1 jQuery(function () {
2 const $buttons = jQuery('.dokuwiki .secedit.editbutton_section .btn_secedit button');
14 jQuery(target).toggleClass('selected');
/plugin/workflow/
H A Dscript.js19 var str = jQuery.cookie(name);
21 return jQuery.parseJSON(str);
27 jQuery.cookie(name, JSON.stringify(obj));
51 var data = jQuery(this).attr('data-criteria');
71 jQuery('#wfsearch').focus();
76 jQuery(document).ready(function() {
92 jQuery('#wftable tr:last').after('<tr><td>Forget ' + link + '</td></tr>');
113 wfrows = jQuery('#wftable tr');
116 jQuery('#wfsearch').keyup(function() {
117 …var val = '^(?=.*\\b' + jQuery.trim(jQuery(this).val()).split(/\s+/).join('\\b)(?=.*\\b') + ').*$'…
[all …]
/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/xfortune/
H A Dscript.js9 jQuery(function () {
10 jQuery('div.plugin_xfortune').each(function () {
11 var $self = jQuery(this);
16 jQuery.post(
/plugin/xlsx2dw/
H A Dscript.js381 let textArea = jQuery('#wiki__text');
392 jQuery(document).ready(() => {
393 jQuery('#xlsx2dw_btn').click(() => {
/plugin/xtern/
H A Dscript.js1 jQuery (function() {
2 jQuery("input.xtern_info_but").click(function() {
3 jQuery("div#xtern_info" ).toggle();
4 var current_val = jQuery("input.xtern_info_but").attr('value');
23 jQuery(selector).each (function( index ) {
27 var _class = jQuery(this).attr('class');
30 var lnk = jQuery( this );
31 var prev = jQuery( this ).prev();
32 var _url = jQuery( this ).attr('href');
35 var request = jQuery.ajax({
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13jQuery&&function(t){var e=[];t.fn.dhx_gantt=function(i){if("string"!=typeof(i=i||{})){var n=[];ret…
H A Ddhtmlxgantt.js.map1jQuery","$","fn","dhx_gantt","each","newgantt","Gantt","getGanttInstance","_needRecalc","_isRecalc…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js15619 if (window.jQuery){
15659 })(window.jQuery);
/plugin/zoom/
H A Dscript.js8 jQuery.noConflict();
9 …ty:0.5,softFocus:false,smoothMove:3,showTitle:true,titleOpacity:0.5,adjustX:0,adjustY:0}})(jQuery);

1...<<3132