Stuff
public text v1 · immutable $( "#Save" ).button().click(function() {
$.post('/products/ajax_add', $("#ProductAjaxAddForm").serialize() ,function(data) {
$(this).parent().parent().html(data);
}.bind(this));
return false;
});