Tagged Questions
1
vote
3answers
2k views
How can a object self destruct on an event, in javascript?
I have this function, to create a DIV on-the-fly. But now, I want to destroy this object on onclick event, but I just don't know how.
function creatediv(id) {
var newdiv = ...