I have a very basic form:
<form name="input" action="fly.cgi" method="put">
Order Number:
<input type="text" name="OrderNumber" /><br>
<input type="submit" value="Submit" />
</form>
I added the jquery cdn CSS and js from http://jquerymobile.com/demos/1.0/docs/pages/page-template.html
I've read http://jquerymobile.com/demos/1.0/docs/forms/forms-sample.html but it doesn't seem like jquery supports the put method.
I did find this http://homework.nwsnet.de/news/9132_put-and-delete-with-jquery but not sure how to implement it.
FYI. The fly.cfi is not mine and I cannot change it.
Here is the full code. No luck still. Maybe I'm doing something wrong. http://pastebin.com/1AVsvQLP