Searched refs:removeAttr (Results 1 – 25 of 60) sorted by relevance
123
/plugin/twcheckliste/ |
H A D | script.js | 49 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 D | script.js | 10 $targetSelect.find("option").removeAttr("selected"); 14 if (disableChild) $targetSelect.removeAttr('disabled');
|
/plugin/addnewpage/ |
H A D | script.js | 15 $submit.removeAttr('disabled');
|
/plugin/photogallery/lightGallery/js/ |
H A D | lg-autoplay.js | 124 _$progress.removeAttr('style'); 188 this.core.$outer.find('.lg-progress').removeAttr('style');
|
H A D | lg-autoplay.min.js | 4 …removeAttr("style"),a.removeClass("lg-start"),setTimeout(function(){b.css("transition","width "+(c…
|
H A D | lg-zoom.js | 258 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 D | script.js | 66 $savebutton.removeAttr("disabled").css("color", "black");
|
/plugin/editions/ |
H A D | script.js | 9 $editionLink.removeAttr('title').hover(
|
/plugin/bureaucracy-au/script/ |
H A D | fieldsets.js | 40 $inputelem.removeAttr('required')
|
/plugin/bureaucracyau/script/ |
H A D | fieldsets.js | 40 $inputelem.removeAttr('required')
|
/plugin/bureaucracy/script/ |
H A D | fieldsets.js | 40 $inputelem.removeAttr('required')
|
/plugin/tablelayout/script/ |
H A D | tablelayout_functions.js | 160 $cell.removeAttr('colspan'); 168 $cell.removeAttr('rowspan');
|
/plugin/confmanager/ |
H A D | script.js | 161 jQuery('#keyParam').removeAttr('value'); 162 jQuery('#configIdParam').removeAttr('value');
|
/plugin/fedauth/js/ |
H A D | admin.js | 21 jQuery(target).removeAttr('collapse'); 188 jQuery(sender).parent().parent().find('input[type="button"]').removeAttr('disabled');
|
/plugin/bez/scripts/ |
H A D | thread.js | 28 $comment_type_input.removeAttr("disabled"); 39 $cause_type_div.find("input").removeAttr("disabled");
|
/plugin/strata/ |
H A D | script.js | 343 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 D | Dialogs.js | 1394 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 D | script.js | 22 $folder.removeAttr('href');
|
/plugin/scrape/ |
H A D | syntax.php | 162 $link->removeAttr('style');
|
/plugin/edittable/script/ |
H A D | editor.js | 210 $td.removeAttr('colspan'); 216 $td.removeAttr('rowspan');
|
/plugin/datatables/assets/datatables.net-fixedheader/js/ |
H A D | dataTables.fixedHeader.min.js |
|
/plugin/imagecarousel/vendor/slick/ |
H A D | slick.min.js | 17 …removeAttr("aria-hidden tabindex"),b.$nextArrow.removeClass("slick-hidden").removeAttr("aria-hidde…
|
/plugin/issuelinks/script/ |
H A D | admin_repo.js | 12 $this.removeAttr('data-id');
|
/plugin/jquerymigrate/ |
H A D | jquery-migrate-3.1.0.min.js | 2 …plete is deprecated and removed")),e};var y=s.fn.removeAttr,m=s.fn.toggleClass,h=/\S+/g;s.fn.remov…
|
H A D | jquery-migrate-3.1.0.js | 273 var oldRemoveAttr = jQuery.fn.removeAttr, 277 jQuery.fn.removeAttr = function( name ) { function
|
123