bmckenzie schreef:
> I have a form page that loads in a thickbox iframe. I want to ajaxSubmit the
> form, close the thickbox, and update some elements in the parent window with
> the results of the Ajax call.  But I'm having trouble coming up with the
> syntax for doing this. Hints/examples will be appreciated :-)
>   
To remove the thickbox you have to do something like this

$.get('process.html', function() {  TB_remove(); });


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to