Breezer
Breezer

Reputation: 10490

disable onclick event jquery

I have the following code

http://www.jsfiddle.net/uZc8w/

what i'm simply wondering is how would i with jquery/javascript remove that attr so it wouldnt work anymore

Upvotes: 7

Views: 18142

Answers (1)

redsquare
redsquare

Reputation: 78667

See removeAttr.

Updated demo

Upvotes: 13

Related Questions