I'm using dilaog in my asp.net app, replacing of previously used 'window.showModalDialog'
whats why have to load .aspx pages in to iframe.
i want element inside dialog (that contains the iframe) to be created dynamically, and after closing - i wnat dynamic element (and its contets) to be removed.
I'm trying to add 'update option at runtime' functionality in some existing autocomlete plugin. (For some reason this plugin does not have this functionality)
$('MY_SELECTOR').autocomplete();
//after plugin initiated and say user clicks some link
//i want this plugin been updated with code like this: