Home
last modified time | relevance | path

Searched refs:jQuery (Results 76 – 100 of 799) sorted by relevance

12345678910>>...32

/plugin/tablefilterjs/
H A Dscript.js4 return jQuery('<div/>').html(text).text();
10 if( jQuery(this).text() == col )
11 eq = jQuery(this).index();
15 jQuery(document).ready(function ()
17 jQuery(".tablefilterjs").each(function() {
18 $table = jQuery(this).find("table");
20 var filters = jQuery.parseJSON( tablefilterjs.decodeHTML(jQuery(this).data("filters")) );
35 if( ! jQuery(this).find("td").eq(eq).text().match( regex ) )
36 jQuery(this).hide();
/plugin/snippets/
H A Dscript.js17 var opts = jQuery('#plugin_snippets__opts');
87 links = jQuery(obj).find('a.wikilink1');
126 links = jQuery(obj).find('a.wikilink2');
139 lists = jQuery(obj).find('ul');
203 jQuery.post(
220 jQuery.post(
235 jQuery(function(){
236 var idx = jQuery('#plugin_snippets__idx');
249 jQuery.ajax({
265 jQuery(document).ready(function() {
[all …]
/plugin/schedule/lib/
H A DscheduleCitiesMap.js121 var adrBlock = jQuery (this);
140 var li = jQuery (this);
209 jQuery.ajax ({
235 jQuery.ajax ({
294 var poiDiv = jQuery (this);
314 var li = jQuery (this);
474 jQuery (function () {
475 jQuery (function () {
513 var li = jQuery (this);
552 var input = jQuery (this);
[all …]
/plugin/prettyprint/
H A Dscript.js1 jQuery(function() {
2 var $img = jQuery("#dokuwiki__header img").clone();
3 var $h1 = jQuery("#dokuwiki__content h1:first");
9 var $table = jQuery("<table>")
18 var $tr = jQuery("<tr>").appendTo($table);
22 cells.push(jQuery("<td>").append($img));
27 cells.push(jQuery("<td>").append($new_h1));
30 $publish = jQuery(".approval");
37 var loc_status = jQuery('.approval_'+status).find("em").text();
39 var $main_div = jQuery(".approval");
[all …]
/plugin/farmsync/script/
H A Dresults.js1 jQuery(function(){
4 var $farmsync = jQuery('#plugin__farmsync');
21 var $this = jQuery(this);
29 jQuery(this).next('div').slideToggle()
45 var $this = jQuery(this);
51 jQuery.post(
71 var $this = jQuery(this);
79 var $this = jQuery(this);
85 jQuery.post(
113 var $elem = jQuery(element);
[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/alphalist2/
H A Dscript.js1 jQuery(function() {
6 var $this = jQuery(this);
20 var $this = jQuery(this);
38 jQuery.each(lists, function (header, elements) {
39 jQuery(document.createElement("h" + headerLevel)).text(header).appendTo($parent);
40 jQuery($list[0].cloneNode()).appendTo($parent).append(elements);
46 jQuery(".plugin__alphalist2").each(function() {
47 var $this = jQuery(this);
51 var $this = jQuery(this);
53 if (jQuery.inArray("group_by_letters", classes) !== -1) {
[all …]
/plugin/switchpanel/
H A Dscript.js2 if( jQuery( '#switchpanel_tooltip' ).length == 0 ){
3 jQuery( '<div id="switchpanel_tooltip"></div>' ).appendTo( 'body' );
15 jQuery( '#switchpanel_tooltip' )
20 var iPosPopup = jQuery( oEvent.target ).attr( 'x' );
21 var iWidthSvg = jQuery( oEvent.target ).closest( 'svg' ).attr( 'width' ).replace( 'px', '' );
25 jQuery( '#switchpanel_tooltip' )
26 .css( { left: oEvent.clientX - ( jQuery( '#switchpanel_tooltip' ).width() * iCoef ) } );
30 jQuery( '#switchpanel_tooltip' ).css( { display: 'none' } );
34 jQuery( document ).ready( function(){
/plugin/combo/resources/snippet/js/
H A Donview-intersector.js5 jQuery(window).scroll(function () {
6 jQuery('[data-cs-animate]').each(function () {
9 const elPosition = jQuery(this).offset().top;
11 const elHeight = jQuery(this).height();
13 const windowTop = jQuery(window).scrollTop();
15 const windowHeight = jQuery(window).height();
20 jQuery(this).addClass("animation fade-in");
24 jQuery(this).removeClass("animation fade-in");
28 jQuery(this).removeClass("animation fade-in");
/plugin/do/scripts/
H A DuserTasksOverlay.js2 jQuery(function () {
5 var $userTasksButtons = jQuery('button.plugin__do_usertasks');
11 if (jQuery('.plugin__do_usertasks_list').length) {
12 jQuery('.plugin__do_usertasks_list').toggle();
16 $this = jQuery(this);
18 jQuery.get(
24 var $wrapper = jQuery('<div class="plugin__do_usertasks_list"></div>');
26 $wrapper.append(jQuery(data));
/plugin/dokutranslate/
H A Dscript.js16 if (jQuery('#dokutranslate_manager').length === 0) {
20 $tree = jQuery('#dokutranslate__tree');
24 var $frm = jQuery('#dokutranslate__detail form');
26 jQuery.post(
28jQuery.extend(dw_dokutranslate.parseatt($clicky.parent().find('a')[0].search),
48 var $frm = jQuery('#dokutranslate__detail form');
49 jQuery('#dokutranslate__user')
86 $link = jQuery(this);
89 jQuery('#dokutranslate__tree a.cur').removeClass('cur');
95 $frm = jQuery('#dokutranslate__detail form');
[all …]
/plugin/structgeohash/
H A Dscript.js8 jQuery( document ).ready(function() {
14 jQuery(".struct_geohash_map").each(function() {
16 var id = jQuery(this).attr('id');
18 var urlTMP = jQuery(this).attr('data-urlTMP');
19 var attribution = jQuery(this).attr('data-attribution');
20 var maxZoom = jQuery(this).attr('data-maxZoom');
21 var mapId = jQuery(this).attr('data-mapId');
27 var gh_default = jQuery("#"+inputId).attr('value');
45 if ( ! jQuery('#'+inputId).prop('disabled') ) {
60 jQuery("#"+id).attr('value',mygh);
/plugin/struct/script/
H A DInlineEditor.js11 var $self = jQuery(this);
20 var $div = jQuery('<div class="struct_inlineditor"><form></form><div class="err"></div></div>');
23 var $save = jQuery('<button type="submit">Save</button>');
24 var $cancel = jQuery('<button>Cancel</button>');
25 $form.append(jQuery('<input type="hidden" name="pid">').val(pid));
26 $form.append(jQuery('<input type="hidden" name="rid">').val(rid));
27 $form.append(jQuery('<input type="hidden" name="rev">').val(rev));
28 $form.append(jQuery('<input type="hidden" name="field">').val(field));
30 $form.append(jQuery('<div class="ctl">').append($save).append($cancel));
35 jQuery
[all...]
/plugin/simplewikipagetree/
H A Dscript.js1 jQuery(document).ready(function(){
2 jQuery(document).on('click','.simplewiki-pagetree .open > div',function(e){
3 jQuery(this).parent().addClass('closed');
4 jQuery(this).parent().removeClass('open');
7 jQuery(document).on('click','.simplewiki-pagetree .closed > div',function(e){
8 jQuery(this).parent().addClass('open');
9 jQuery(this).parent().removeClass('closed');
/plugin/struct/
H A Dscript.js1 jQuery(function () {
10 EntryEditor(jQuery('#dw__editform, form.bureaucracy__plugin'));
12 jQuery('div.structaggregationeditor table').each(AggregationEditor);
13 InlineEditor(jQuery('div.structaggregation table'));
16 jQuery(init);
18 jQuery(window).on('fastwiki:afterSwitch', function (evt, viewMode, isSectionEdit, prevViewMode) {
20 EntryEditor(jQuery('#dw__editform, form.bureaucracy__plugin'));
/plugin/tagging/script/
H A Dadmin.js1 jQuery(function () {
9 const $actionButtons = jQuery('button.action_button');
10 const $taggedPages = jQuery('a.tagslist');
24 const mergedParams = jQuery.extend(
30 return jQuery.ajax({
35 .done(jQuery.proxy(function(response) {
38 .fail(jQuery.proxy(function(xhr) {
57 const $renameForm = jQuery('#tagging__rename');
73 * @type {jQuery}
75 const actionDialog = jQuery("#tagging__actio
[all...]
/plugin/sync/
H A Dscript.js1 jQuery(function(){
5 jQuery('a[class=sync_popup]').click(function(e){
6 …window.open(jQuery(this).attr("href"),'diff',"width=700,height=500,left=100,top=100,menubar=no,loc…
14 jQuery('#sync__push').click(function(){ sync_select('push'); }).addClass('sync__action');
15 jQuery('#sync__skip').click(function(){ sync_select('skip'); }).addClass('sync__action');
16 jQuery('#sync__pull').click(function(){ sync_select('pull'); }).addClass('sync__action');
23 jQuery('input[class=sync'+type+']').prop('checked',true);
/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/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.fixed.js5jQuery('<div class="fixed syntax highlighted">'),line=1,space=/^\s*$/;var toolbar=jQuery('<div cla…
8jQuery('<a href="#">View Raw Code</a>');a.click(function(event){event.preventDefault();if(jQuery(f…
/plugin/tablelayout/script/
H A Dscript.js3 jQuery(window).on('load', function () {
75 $tableSortRowCells.append(jQuery('<button>'));
80 var $this = jQuery(this);
109 $searchSortRow.find('td > div,th > div').prepend(jQuery('<input>'));
119 var $this = jQuery(cell);
146 return Math.max(max, jQuery(row).find('td,th').length);
165 jQuery('.page .table').each(function (index, element) {
166 var $table = jQuery(element).find('table');
167 var layoutdata = jQuery(element).prev().data('tablelayout');
180 var $secedit_form = jQuery(element).next('.secedit').find('form div.no');
[all …]
/plugin/jquotes/
H A Dscript.js10 jQuery(function () {
11 jQuery('figure.plugin_jquotes').each(function () {
12 var $self = jQuery(this);
17 jQuery.post(
44 jQuery('figure.plugin_jquotes').fadeOut(50).fadeIn(50);
45 var $quote = jQuery('figure.plugin_jquotes > blockquote > p').text();
46 var $author = jQuery('figure.plugin_jquotes > figcaption').text();
48 var $txt = jQuery( '<textarea />' );
/plugin/securelogin/
H A Dsecurelogin.js16 var form = jQuery("#dw__register")[0];
31 var form = jQuery("#dw__login")[0];
43 var el = jQuery("#test__message")[0];
50 var form = securelogin_get_form(jQuery('#add_userid')[0]);
88 var button = jQuery(":submit", form)[0];
95 jQuery(form).submit(secure_login);
99 jQuery(form).submit(secure_profile);
105 jQuery(form).submit(secure_admin);
122 jQuery(form).submit(secure_add_user);
124 jQuery(form).submit(secure_modify_user);
[all …]
/plugin/linkscollection/
H A Dscript.js5 jQuery(function () {
25 const $item = jQuery(item)[0];
44 const $submitButton = jQuery('#plugin_linkscollection__insert');
54 const $nsLink = jQuery(this);
63 jQuery.post(
75 const $tree = jQuery(data);
105 $sublist = jQuery('<ul class="idx" role="group"/>');
120 const $link = jQuery(this);
127 let $label = jQuery('<label for="'+ id + '"/>');
128 …let $checkbox = jQuery('<input type="checkbox" name="collection[]" value="' + id + '" id="' + id …
[all …]
/plugin/jorgchart/
H A Dscript.js3 jQuery(function()
5 jQuery('.wrap_jorgchart > ul').each(function(index){
7 jQuery(this).css({display: 'none'});
8 $orgChartContainer = jQuery(this).parent();
12 jQuery(this).jOrgChart({
20 maxHeight = Math.max(jQuery(this).height(), maxHeight);
23 jQuery(this).height(maxHeight);
/plugin/svgedit/
H A Dscript.js13 var field = jQuery('#wiki__text');
24 var field = jQuery('#wiki__text');
29 field = jQuery('#edbtn__save');
49 var field = jQuery('#wiki__text');
55 showhide(jQuery('#tool__bar')[0]);
56 showhide(jQuery('#edbtn__save')[0]);
59 if (jQuery('#svg__edit').length) return;
74 field = jQuery('#edbtn__save');
110 jQuery(function() {
111 if (!jQuery('#wiki__text').length || jQuery('#wiki__text').attr("readOnly")) return;
[all …]

12345678910>>...32