Live Webinar: Prompt Engineering: Skill Everyone Must Learn Today
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Remove an attribute from an html element
WhatsApp
Sibeesh Venu
Apr 17
2015
1.7
k
0
0
Remove an attribute from an html element .
$(
'#btnCreate'
).removeAttr(
'disabled'
);
Here I am removing the attribute disabled from the element
btnCreate.
Regards
www.sibeeshpassion.com
Html element
Up Next
Remove an attribute from an html element