Skip to main content

Timeline for How to disable all div content

Current License: CC BY-SA 2.5

4 events
when toggle format what by license comment
May 23, 2017 at 12:34 history edited URL Rewriter Bot
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Nov 21, 2012 at 12:14 comment added Stuart If you are using asp.net you will get a <div disabled="disabled"> when you disable a Panel control. This works for child elements (ie. they become disabled) in IE but not other browsers. You can disable all child form elements in Chrome/Firefox by combining the jquery disable function with...$("div[disabled='disabled'] :input").disable();
Mar 13, 2009 at 8:40 comment added Martin K. This solution may cause side effects in big pages! (No static reference to a div container / Every underlying element is adressed)
Mar 12, 2009 at 21:39 history answered cletus CC BY-SA 2.5