in reply to Re: Call Perl script from Javascript
in thread Call Perl script from Javascript
gets the values from php (php is doing echo for the returned values from db) then post them to html. How can I replace this code to be valid to the perl scipt? Thanks,$.get("suggest.pl", {word: $(this).val()}, function(data){ $("#myWord").empty(); $("#myWord").html(data); });
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Call Perl script from Javascript
by Anonymous Monk on Mar 19, 2014 at 21:46 UTC | |
by fattahsafa (Sexton) on Mar 19, 2014 at 22:20 UTC | |
by Anonymous Monk on Mar 19, 2014 at 22:27 UTC | |
by fattahsafa (Sexton) on Mar 19, 2014 at 22:34 UTC |