All pastes #2083228 Raw Edit

Stuff

public text v1 · immutable
#2083228 ·published 2011-09-27 08:51 UTC
rendered paste body
	$( "#Save" ).button().click(function() { 

 
	 		$.post('/products/ajax_add',  $("#ProductAjaxAddForm").serialize() ,function(data) {
	 			$(this).parent().parent().html(data);
				});
	
			return false;
		
		});