Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript help with jquery

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32441
    bankbum
    Participant

    i can’t get the following code to work. it works fine if i use the commented out line:
    $(“#quote p”).load(“dbtester.asp?payor=CHECK+TESTER”);

    so i guess i must be formatting something wrong?
    thanks in advance



    AJAX with jQuery Example





    #50011
    joebob
    Member

    Looks like you are trying to get the value of a form element that has an id. I would probably just load that into a normal javascript variable with getElementById then use that variable. Not sure if that fixes anything.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.