I have a div that is generated html via Expression Engine. I'm using ajax submit:
$('#login-form').ajaxForm({
// success identifies the function to invoke when the server response
// has been received; here we apply a fade-in effect to the new content
success: function() {
$("#panel").RELOAD!!();//Just refresh this div!
}
});
I just want the #panel div to reload/refresh.