Friday 13 September 2013

Click on "enabled = false" checkbox(asp.net) via jquery

Click on "enabled = false" checkbox(asp.net) via jquery

I want to make eneble asp.net control by click on it. Using java. I know
there is removeAttr('disabled','disabled') but it isn't working at all. I
also know by looking on DevTools, that when i make asp.net control
enabled=false, then control is being put in <span
disabled="disabled">MyControl</span>. That make me think that, maybe I
should make my control disabled in other way but I do not know how. I
would be pleased if someone could show me a way to solve this problem or
rather a direction witch I should head to solve by my efforts this
problem.

No comments:

Post a Comment