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
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
2 matches
Mail list logo