Home
last modified time | relevance | path

Searched refs:removeAttr (Results 1 – 25 of 60) sorted by relevance

123

/plugin/twcheckliste/
H A Dscript.js49 jQuery("." + jQuery(this).prop("id")).removeAttr("checked");
141 jQuery("." + jQuery(this).prop("id")).removeAttr("checked");
151 jQuery("." + jQuery(this).prop("id")).removeAttr("checked");
/plugin/structcombolookup/
H A Dscript.js10 $targetSelect.find("option").removeAttr("selected");
14 if (disableChild) $targetSelect.removeAttr('disabled');
/plugin/addnewpage/
H A Dscript.js9 $submit.removeAttr("disabled");
/plugin/photogallery/lightGallery/js/
H A Dlg-autoplay.js124 _$progress.removeAttr('style');
188 this.core.$outer.find('.lg-progress').removeAttr('style');
H A Dlg-autoplay.min.js4removeAttr("style"),a.removeClass("lg-start"),setTimeout(function(){b.css("transition","width "+(c…
H A Dlg-zoom.js258 this.core.$slide.find('.lg-img-wrap').removeAttr('style data-x data-y');
259 this.core.$slide.find('.lg-image').removeAttr('style data-scale');
/plugin/enforcesummary/
H A Dscript.js63 $savebutton.removeAttr("disabled").css("color", "black");
/plugin/editions/
H A Dscript.js9 $editionLink.removeAttr('title').hover(
/plugin/bureaucracy-au/script/
H A Dfieldsets.js40 $inputelem.removeAttr('required')
/plugin/bureaucracyau/script/
H A Dfieldsets.js40 $inputelem.removeAttr('required')
/plugin/bureaucracy/script/
H A Dfieldsets.js40 $inputelem.removeAttr('required')
/plugin/tablelayout/script/
H A Dtablelayout_functions.js160 $cell.removeAttr('colspan');
168 $cell.removeAttr('rowspan');
/plugin/confmanager/
H A Dscript.js161 jQuery('#keyParam').removeAttr('value');
162 jQuery('#configIdParam').removeAttr('value');
/plugin/fedauth/js/
H A Dadmin.js21 jQuery(target).removeAttr('collapse');
188 jQuery(sender).parent().parent().find('input[type="button"]').removeAttr('disabled');
/plugin/bez/scripts/
H A Dthread.js28 $comment_type_input.removeAttr("disabled");
39 $cause_type_div.find("input").removeAttr("disabled");
/plugin/strata/
H A Dscript.js343 jQuery('th', element).removeAttr('data-strata-sort').removeAttr('data-strata-sort-direction');
344 jQuery('td', element).removeAttr('data-strata-sort').removeAttr('data-strata-sort-direction');
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1394 var removeAttr = document.createElement('a');
1400 removeAttr.className = 'geButton';
1402 removeAttr.style.position = 'absolute';
1403 removeAttr.style.top = '4px';
1404 removeAttr.style.right = '0px';
1405 removeAttr.style.margin = '0px';
1406 removeAttr.style.width = '9px';
1407 removeAttr.style.height = '9px';
1408 removeAttr.style.cursor = 'pointer';
1409 removeAttr.appendChild(img);
[all …]
/plugin/owncloud/
H A Dscript.js22 $folder.removeAttr('href');
/plugin/scrape/
H A Dsyntax.php162 $link->removeAttr('style');
/plugin/edittable/script/
H A Deditor.js210 $td.removeAttr('colspan');
216 $td.removeAttr('rowspan');
/plugin/datatables/assets/datatables.net-fixedheader/js/
H A DdataTables.fixedHeader.min.js
/plugin/imagecarousel/vendor/slick/
H A Dslick.min.js17removeAttr("aria-hidden tabindex"),b.$nextArrow.removeClass("slick-hidden").removeAttr("aria-hidde…
/plugin/issuelinks/script/
H A Dadmin_repo.js12 $this.removeAttr('data-id');
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.min.js2 …plete is deprecated and removed")),e};var y=s.fn.removeAttr,m=s.fn.toggleClass,h=/\S+/g;s.fn.remov…
H A Djquery-migrate-3.1.0.js273 var oldRemoveAttr = jQuery.fn.removeAttr,
277 jQuery.fn.removeAttr = function( name ) { function

123