Return to Snippet

Revision: 27167
at May 26, 2010 04:58 by genseric


Initial Code
			$.post("test.php", { name: "John", time: "2pm" },
			   function(data){
			     process(data);
			   }, "xml");

Initial URL


Initial Description


Initial Title
jquery ajax post

Initial Tags
ajax, textmate, post, jquery

Initial Language
jQuery