Hey guys,
I have been struggling with this for a while. At the end of an ajax call I am trying to have the expose+overlay close. For instance using:
Does not work. I am sure this is a call, just cant seem to find the documentation anywhere on the site. Any ideas?
Thanks!
I have been struggling with this for a while. At the end of an ajax call I am trying to have the expose+overlay close. For instance using:
$('#submit').click(function(){
//all the ajax stuff here
$(this).overlay().close();
});
Does not work. I am sure this is a call, just cant seem to find the documentation anywhere on the site. Any ideas?
Thanks!
