Home
last modified time | relevance | path

Searched refs:jQuery (Results 326 – 350 of 799) sorted by relevance

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

/plugin/socialshareprivacy2/SSP/scripts/ru/
H A Djquery.socialshareprivacy.xing.js10 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.xing, {
/plugin/siteexport/_test/phantomjs/
H A Dplugin_siteexport_javascript_test.js3 ok(jQuery, "jQuery does exist");
4 ok(jQuery.siteexport().throbberCount == 0, "Siteexport does exist");
/plugin/diffpreview/
H A Dscript.js5 jQuery(function() {
6 jQuery('#edbtn__changes').on('click', function() {
/plugin/datapopup/
H A Dscript.js1 jQuery(function () {
34 jQuery('div.dokuwiki a').each(function () {
35 var $link = jQuery(this);
/plugin/usercontact/
H A Dscript.js1 jQuery(function () {
42 jQuery('.dokuwiki a').each(function () {
43 var $link = jQuery(this);
/plugin/openlayersmap/
H A Dscript.js27 return (jQuery('.olCSSsupported').length > 0);
772 jQuery('#' + _id).parent().parent().find('.olMapHelp').css('max-width', olMapData[_i].mapOpts.width);
775 const _w = jQuery('#' + _id + '-olContainer').parent().innerWidth();
777 jQuery('#' + _id).width(_w);
778 jQuery('#' + _id).parent().parent().find('.olMapHelp').width(_w);
787 jQuery(window).on('resize', function (e) {
792 const _w = jQuery('#' + _id + '-olContainer').parent().innerWidth();
794 jQuery('#' + _id).width(_w);
795 jQuery('#' + _id).parent().parent().find('.olMapHelp').width(_w);
803 jQuery('
[all...]
/plugin/structcombolookup/
H A Dscript.js2 var $narowingSelect = jQuery(select),
5 $targetSelect = jQuery(document.getElementById(id)); // id may contain special chars
19 jQuery(function($) {
153 }(jQuery));
/plugin/top/
H A Dscript.js1 jQuery(function () {
3 jQuery.post(
/plugin/toctweak/
H A Dscript.js4 jQuery(function() {
6 var $toc = jQuery('#dw__toc h3');
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js1jQuery("table[class*='dialog'] :checkbox[class*='cke']").each(function(r){var s=jQuery("label[for=…
/plugin/vshare/
H A Dscript.js63 const $videos = jQuery('div.vshare');
80 const $self = jQuery(this);
88 jQuery(function () {
/plugin/jplayer/
H A Dscript.js1 jQuery(document).ready(function() {
2 jQuery.each(JSINFO.plugin.jplayer, function() {
/plugin/tipoftheday/
H A Dscript.js3 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php',
9 jQuery('#totd_plugin').html(data);
/plugin/sortablejs/
H A Dscript.js26 if ( jQuery(elem).hasClass("sortable") ) {
33 if ( jQuery(elem).hasClass("sortable") ) {
150 jQuery(thiscell).addClass( "sorttable_sorted_reverse" );
152 jQuery(thiscell).addClass( "sorttable_sorted" );
196 jQuery(headrow[i]).addClass("sorttable_nosort");
214 jQuery( headrow[i] ).click( function () {
216 var jqt = jQuery( this );
231 var cc = jQuery( cell );
251 var cc = jQuery( cell );
461 jQuery( function () {
/plugin/tableplot/
H A Dtable2Plot.js44 jQuery.fn.tablePlot = function(graphArgs_,plotArgs_) {
224 …var plotArgs = {axes: {xaxis: {renderer: jQuery.jqplot.CategoryAxisRenderer, tickOptions: {angle: …
229 jQuery.extend(true,plotArgs,plotArgs_);
234 plot1 = jQuery.jqplot(divid, line3, plotArgs);
237 plot1 = jQuery.jqplot(divid, line1, plotArgs);
241 })(jQuery);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.inline.js5 …de,container){var inline=jQuery('<code class="syntax highlighted"></code>');inline.append(code.chi…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Djquery-plugin.js7 if (typeof jQuery != 'undefined') {
17 })(jQuery);
/plugin/formatplus2/
H A DREADME.md4 This fork only tries to fix the deprecated `jQuery.browser` type error (at the moment). I have e-ma…
6 I found that `jQuery.browser` type is deprecated since jQuery 1.9, so I have inserted a snippet fou…
/plugin/catlist/
H A Dscript.js21 jQuery('#catlist_addpage_btn').click();
28 jQuery(addPageForm).append(addPageLabel).append(addPageInput).append(addPageValidButton);
30 jQuery(addPageValidButton).click(function(){
/plugin/fullscreenmode/
H A Dscript.js21 jQuery('.editBox').toggleClass('fullscreen');
22 jQuery("[name='prosemirror']").toggleClass('fullscreen');
/plugin/pdfjs/
H A Dscript.js1 jQuery(document).ready(function () {
3 var $iframes = jQuery('.plugin__pdfjs');
/plugin/edittable/script/
H A Deditbutton.js4 jQuery(function () {
6 var $editbutton = jQuery('.dokuwiki div.editbutton_table');
/plugin/encryptedpasswords/script/
H A DEditorHandling.js16 jQuery(document).on('click', '#edbtn__save, #edbtn__preview', this.encryptAllSyntax.bind(this));
17 jQuery(document).on('EncryptedPasswordsToggleEvent', this.decryptAllSyntax.bind(this));
27 const form = jQuery(`#${edid}`)[0].form;
127 jQuery(e.target).trigger(e.type);
/plugin/tindexmenu/
H A Dindexmenu-full.js119 if (jQuery('#dtree_' + this.obj)[0]) {
384 eJoin = jQuery('#j' + this.obj + id)[0];
385 eIcon = jQuery('#i' + this.obj + id)[0];
507 eDiv = jQuery('#d' + this.obj + id)[0];
546 dtree = jQuery('#dtree_' + this.obj)[0];
552 nodeId = jQuery('#s' + this.obj + n)[0];
607 div = jQuery('#t' + this.obj)[0];
619 div = jQuery('#z' + this.obj)[0];
723 rmenu = jQuery('#r' + this.obj)[0];
757 var o = jQuery('#' + obj + this.obj)[0];
[all …]
/plugin/move/script/
H A Dform.js1 jQuery('form.plugin_move_form').each(function(){
2 var $form = jQuery(this);

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