NovoGeek's Blog (Archive)

Technical insights of a web geek

Beware – jQuery unbind() vs removeAttr()

Here is a jQuery bug which suck few hours of my time: unbind() works only on events attached using jQuery. removeAttr() does not work on events added using jQuery Confusing? Here is the scenario which explains better: I have a server side asp button(btnTest), for which an &... [More]