in reply to Re^5: submit data without reload
in thread submit data without reload

See Get Content.

data: { 'fname': \$("input[name='fname']").val() },
poj

Replies are listed 'Best First'.
Re^7: submit data without reload
by bigup401 (Pilgrim) on Jan 24, 2019 at 09:24 UTC

    thanks