Junior wrote:
> 
> 
> $.ajax({ type: "POST", url: "handler.php", data: "comments=" +
> comment_value + "&id=" + userid, success: comment_success(userid) },
> function(response) { // parts that need to be refreshed } );
> 
> 

the above code should do the trick

-- 
View this message in context: 
http://www.nabble.com/AJAX-Newbie-Question-tf2319723.html#a6562894
Sent from the JQuery mailing list archive at Nabble.com.


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

Reply via email to