Imagine I have a div A
, which is absolute positioned. Inside this div A
, there may be several input controls. I want all of these controls to be inaccessible through click events. I also want to prevent them to be accessible through tab
, that is, gaining focus. I want them to be like dead, but not visually disabled.
What is the best way to achieve that?