Re: Simple Ajax Page

2009-08-05 Thread Daniel Roseman
On Aug 5, 8:51 am, matt barto wrote: > Hello, > > I am attempting my first ajax page to no avail.  My goal is to have a > form with a text box and upon submission I will append all the text to > the html.  Here is the javascript leveraging jquery. > >  $(document).ready(function() { >     $('#sub

Simple Ajax Page

2009-08-05 Thread matt barto
Hello, I am attempting my first ajax page to no avail. My goal is to have a form with a text box and upon submission I will append all the text to the html. Here is the javascript leveraging jquery. $(document).ready(function() { $('#submit').submit(function () { $('#content').app