matthewwithanm / jquery-icbiacontrol

Style browser controls without losing their native behaviors.
MIT License
12 stars 6 forks source link

Adding destroy method #18

Closed ryanbagwell closed 10 years ago

ryanbagwell commented 10 years ago

This replaces the wrapped control element with a clone of the original control element.

matthewwithanm commented 10 years ago

Thanks! Merged and tagged as 1.6. I added some code to clean up the event handlers too, which I've been meaning to do; they were a potential memory leak.