Home
last modified time | relevance | path

Searched refs:jQuery (Results 201 – 225 of 799) sorted by relevance

12345678910>>...32

/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/bez/scripts/
H A Dprojects.js4 var $this = jQuery(this);
12 var $this = jQuery(this);
19 jQuery(".bez_filter_form select").change(highlight).each(highlight);
20 jQuery(".bez_filter_form input:text").blur(highlight_input).each(highlight_input);
H A Dthreads.js4 var $this = jQuery(this);
12 var $this = jQuery(this);
19 jQuery(".bez_filter_form select").change(highlight).each(highlight);
20 jQuery(".bez_filter_form input:text").blur(highlight_input).each(highlight_input);
/plugin/feedback/
H A Dscript.js1 jQuery(function () {
2 jQuery('.plugin_feedback')
15 var $dialog = jQuery(
56 jQuery.post(
74 jQuery(this).remove();
/plugin/jokuwiki/
H A Dscript.js38 if (jQuery.pjax && jokuwiki.pjaxloads>jokuwiki.maxPjax) {
43 var els=jQuery("[data-jw]");
48 payload=jQuery.parseJSON(els[i].getAttribute('data-jw'));
62 if (jQuery("[data-jw]").length && --jokuwiki.attempts) {
101 jQuery(document).ready(function () {
125 jQuery(document).ready(jokuwiki.init);
127 jQuery(document).on('pjax:success', jokuwiki.init);
/plugin/inseecity/
H A Dscript.js21 jQuery (function () {
38 jQuery ('.insee input[name="city"]').autocomplete ({
42 var results = jQuery.ui.autocomplete.filter (inseeCityName, request.term);
44 jQuery.each (results, function (i, v) {
49 jQuery.each (results, function (i, v) {
/plugin/qc/
H A Dscript.js3 jQuery(function () {
4 var $wrap = jQuery('#plugin__qc__wrapper');
10 jQuery.post(
26 jQuery.post(
/plugin/combo/resources/snippet/js/
H A Dtooltip.js4 if (typeof jQuery != 'undefined' && typeof jQuery.fn.tooltip.constructor.VERSION !== 'undefined') {
5 version = parseInt(jQuery.fn.tooltip.Constructor.VERSION.substr(0, 1), 10);
9 jQuery(`[data${namespace}-toggle="tooltip"]`).tooltip();
/plugin/diagrams/script/
H A Dmediafile-linkfix.js9 jQuery('object.diagrams-svg').each(function () {
10 jQuery(this.contentDocument).find('svg a').not('[target]').attr('target', '_top');
24 jQuery(node).find('object.diagrams-svg').each(function () {
26 jQuery(this).on('load', manipulateLinkTarget);
/plugin/achart/
H A Dscript.js4 jQuery(document).ready(function() {
5 jQuery("[id*=__achart_]").each(function(i, div) {
7 var id = jQuery(div).attr('id');
8 var adata= jQuery(div).attr('data-achart');
/plugin/infomail/
H A Dscript.js8 jQuery('a.plugin_infomail').click(infomail.initform);
32 infomail.$dialog = jQuery('<div></div>');
45 jQuery.get(
91 jQuery.post(
99 jQuery(infomail.init);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.min.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/gallery/script/
H A Dprosemirror.js1 jQuery(document).on('PROSEMIRROR_API_INITIALIZED', function () {
15 attrs: jQuery.extend(
219 var newAttrs = jQuery(event.target).serializeArray().reduce(function (acc, cur) {
261 jQuery.post(ajaxEndpoint, {
265 var newAttrs = jQuery.extend({}, attrs);
314 var $settingsButton = jQuery('<button>', {type: 'button', class: 'settings'}).text('settings');
318 jQuery(this.dom)
326 jQuery(this.dom).addClass('dwplugin dwplugin_gallery');
328 var $renderedWrapper = jQuery(attrs.renderedHTML);
331 jQuery(thi
[all...]
/plugin/formatplus2/
H A Dscript.js6 jQuery(function (){
7 jQuery.uaMatch = function( ua ) {
19 if ( !jQuery.browser ) {
21 matched = jQuery.uaMatch( navigator.userAgent ),
33 jQuery.browser = browser;
35 if(jQuery.browser.msie && 8 > parseFloat(jQuery.browser.version)){
/plugin/drawio/
H A Dscript.js13 jQuery.post(
62 jQuery.post(
82 jQuery.post(
125 jQuery.post(
140 jQuery.post(
191 jQuery.post(
202 jQuery.post(
214 jQuery.get(url);
223 jQuery.post(
251 jQuery.post(
[all …]
/plugin/schedule/
H A Dscript.js19 jQuery (this).remove ();
24 jQuery.ajax ({
61 var jDiv = jQuery (sender).closest ("div");
63 jQuery ('<div class="popup">'+LANG["plugins"]["schedule"]["pleaseWait"]+'</div>').
65 jQuery.ajax ({
/plugin/projects/
H A Dscript.js22 jQuery(function(){
23 var $editor = jQuery('#wiki__text');
25 var $lang = jQuery('input[name$="projects_wiki_lang"]');
29 var $toolbar = jQuery('#tool__bar');
/plugin/gitlog/
H A Dscript.js1 jQuery(function()
3 jQuery('.gitlogplugin .seechanges').on('click', function(event)
5 jQuery(this).next().toggle('show');
/plugin/indexmenu/scripts/
H A Dindexmenu.js23 | jQuery update - 27 02 2012 |
215 if (jQuery('#dtree_' + this.treeName)[0]) {
233 jQuery('#nojs_' + this.treeName).css("display", "none"); //using .hide(); let's crash opera
406 eNew = jQuery("#s" + this.treeName + id)[0];
411 eOld = jQuery("#s" + this.treeName + this.selectedNode)[0];
515 eJoin = jQuery('#j' + this.treeName + id)[0];
516 eIcon = jQuery('#i' + this.treeName + id)[0];
519 jQuery('#d' + this.treeName + id)[0].style.display = (status) ? 'block' : 'none';
624 jQuery(this.scroll("l", 4, cn.pid, 1));
651 $eLoad = jQuery('#
[all...]
/plugin/navi/
H A Dscript.js1 jQuery(function () {
4 jQuery('.plugin__navi.js').find('li.close, li.open')
6 jQuery(e.target).toggleClass('close open');
/plugin/deletepagebutton/
H A Dscript.js8 jQuery(function() {
25 let $button = jQuery(selector);
44 let $dialog = jQuery(
73 jQuery(this).remove();
/plugin/cookielaw/
H A Dscript.js1 jQuery(function() {
2 jQuery('.cookielaw-banner button').click(function() {
6 jQuery('.cookielaw-banner').hide();
/plugin/epnsmartlink/
H A Dscript.js1 jQuery(function () {
2 jQuery.post(
8 jQuery.getScript(data['url']);
/plugin/fastwiki/
H A Dplugins.js5 jQuery(window).on('fastwiki:afterSwitch', function(evt, viewMode, isSectionEdit, prevViewMode) {
7 jQuery(".hiddenActive, .hiddenSwitch").each(function(){
8 jQuery(this).off('click');
/plugin/markdownextra/lib/meltdown/
H A DREADME.md9 jQuery('some_selector').meltdown();
13 jQuery('some_selector').meltdown({
24 * [jQuery](http://jquery.com/)
25 * [jQuery UI](http://jqueryui.com/) [1]
29 [1] jQuery UI and rangyinputs are optional. For now Meltdown will still function without these plug…

12345678910>>...32