in reply to Selecting CGI::Application with jQuery AJAX
Are you sure that $.ajax() accepts and passes on random parameters?
Have you verified that what you want to send actually gets sent from jQuery? If not, this is more a jQuery problem than a Perl problem.
I would assume that CGI::Application takes the parameters from the POST data and that jQuery.ajax sends the data from the data key and not from random parameters stuffed somewhere.
|
|---|