Code Angels

Author: , July 15th, 2011

I must say that there are still some kind souls in this world. Today I had an email conversation with the author of the jQuery UI dialogWrapper plugin. With great patience this code angel helped me understand the situation much better. Thank you for taking the time to help me out! http://mostthingsweb.com/ http://code.google.com/p/dialogwrapper/ I have […]

How To Fully Destroy jQuery UI Dialog Boxes

Author: , July 11th, 2011

I was having issues with jQuery UI dialogs being hidden and not fully removed. Had same issues with both native dialog and the dialogwrapper plugin. The following code would hide, but not fully remove the div, for whatever reason:

So this is what I used instead:

!! UPDATE: After being coached by the […]