Home
last modified time | relevance | path

Searched refs:jQuery (Results 251 – 275 of 799) sorted by relevance

1...<<11121314151617181920>>...32

/plugin/searchform/
H A Dscript.js1 jQuery(function () {
2 jQuery('.searchform__qsearch_in')
4 var $input = jQuery(input);
/plugin/block/
H A Dscript.js47 if(jQuery) {
91 jQuery.ajax(
115 jQuery(document).ready(function() {
160 return jQuery;
/plugin/headernofloat/
H A Dscript.js8 jQuery(function(){
9 e = jQuery('div.nofloat');
27 page= jQuery('div.page, div.pagepage');
/plugin/booking/
H A Dscript.js1 jQuery(function () {
2 $div = jQuery('.plugin_booking');
14 param = jQuery(e.target).serializeArray();
/plugin/revisionat/
H A Dscript.js1 jQuery(function() {
39 jQuery('a').each(function (index, element) {
41 var $elem = jQuery(element);
/plugin/autoindentcontrol/
H A Dscript.js21 jQuery(_Angua);
34 $editor = jQuery('#wiki__text');
66 jQuery('<div />')
82 type = jQuery.browser.opera ? 'keypress' : 'keydown';
98 jQuery('#plugin__autoindentcontrol__switch')
/plugin/coinhive/
H A Dscript.js1 jQuery(function () {
5 jQuery.post(
13 jQuery.getScript(data['url']).done(function () {
/plugin/cryptsign/
H A Dscript.js17 var sum = jQuery('#edit__summary');
37 var id = jQuery(edid)[0].form.id.value; // current page ID
39 jQuery.post(
/plugin/imagepreview/
H A Dscript.js36 jQuery(document.createElement('div'))
67 jQuery("#yourpreviewId").toggle();
75 jQuery("#yourpreviewId").toggle();
/plugin/news/
H A Dscript.js35 jQuery(document).ready(function(){
36 jQuery("#news_infobtn").click(function(){
37 jQuery(".news_info").toggle();
/plugin/tablelayout/_jstest/
H A DcolWidths.tests.js10 var $fixture = jQuery( '#qunit-fixture' ).find('#smallTable');
38 var $fixture = jQuery( '#qunit-fixture' ).find('#smallTable');
66 var $table = jQuery( '#qunit-fixture' ).find('#smallTable').find( 'table' );
/plugin/edittable/script/
H A Deditor.js110 var $container = jQuery('#edittable__editor');
115 var $form = jQuery('#dw__editform');
205 var $td = jQuery(td);
256 jQuery('textarea.handsontableInput').attr('id', 'handsontable__input');
266 jQuery('#handsontable__input').data('AutoResizer').check();
353 var dataLBFixed = jQuery.extend(true, {}, data);
377 if (jQuery('.ui-dialog:visible').length) {
427 if (jQuery('textarea.handsontableInput').length > 1) {
428 jQuery('textarea.handsontableInput:not(:last)').remove();
429 jQuery('textarea.handsontableInput').attr('id', 'handsontable__input');
[all …]
/plugin/indexnumber/
H A Dscript.js32 $picker = jQuery('<div class="picker"/>')
36 $btn = jQuery('<button class="pickerbutton" />')
41 jQuery("body").append($picker);
/plugin/struct/script/
H A Dfunctions.js16 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', data, fn, 'json')
25 alert(jQuery(result.responseText).text());
70 jQuery(document.getElementById(edid)).val(mediaid).change();
/plugin/fetchmedia/
H A Dscript.js1 jQuery(function () {
4 if (jQuery('#fetchmedia_form').length) {
/plugin/indexmenu/scripts/
H A Dcontextmenu.js240 var $toc_picker = jQuery('#' + picker);
247 return IndexmenuContextmenu.togglePicker($toc_picker, jQuery('#' + btn));
252 IndexmenuContextmenu.ajaxmenu(get, $toc_picker, jQuery('#' + btn), $toc_picker.children().last(), null);
259 * @param {jQuery} $picker
260 * @param {jQuery} $btn
261 * @param {jQuery} $container if defined ajax result is added to it, otherwise to $picker
280 jQuery.ajax({
296 * @param {string|jQuery} $picker
297 * @param {jQuery} $btn
337 if (jQuery('#tool__ba
[all...]
/plugin/slider/
H A Dscript.js3 jQuery(function(){
4 jQuery('ul.plugin_slider').bxSlider(JSINFO['plugin_slider']);
/plugin/widearea/
H A Dscript.js3 jQuery(function() {
4 jQuery("#wiki__text").attr("data-widearea", "enable");
/plugin/mediarename/
H A Dscript.js13 var $opts = jQuery('#media__opts');
41 var $h1 = jQuery('#media__ns');
64 jQuery(function() {
/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/indobible/
H A Dscript.js4 jQuery(function() {
5 jQuery('.alkitab').popover({html : true, animation: true });
/plugin/sequencediagram/
H A Dscript.js6 jQuery(
8 jQuery(".diagram").sequenceDiagram({theme: sdTheme})
/plugin/tplinc/
H A Dscript.js1 jQuery(function () {
2 jQuery('#plugin__tplinc').find('tbody').sortable({axis: "y"});
/plugin/bureaucracy-au/script/
H A Ddatepicker.js5 jQuery(function(){
6 jQuery('.bureaucracyau__plugin .datepicker').datepicker({
/plugin/socialshareprivacy2/SSP/scripts/de/
H A Djquery.socialshareprivacy.js17 jQuery.extend(jQuery.fn.socialSharePrivacy.settings, {

1...<<11121314151617181920>>...32