jquery post - Javascript Views : 320
Tagged in : Javascript
0 0
Send mail
function new_review(){
$.post('restaurant_profile/get_dg_new_restaurant_review', {}, function callback(response) {
alert(response);
});
}
By gowtham, On - 2010-09-17



    Login to add Comments .