Skip to content
Advertisement

How can I remove an attribute with jQuery?

I can’t seem to get removeAttr to work, I’m using the example I saw on the jQuery site. Basically onclick I add the attribute to disable a field (which works just fine) but when the user clicks again it should enable the field in question. I used alerts to make sure the else block is being fired, so I know that’s not it.

Code:

JavaScript

Thanks.

Advertisement

Answer

All good used this:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement