Hi all,
This is my first post here, so please excuse any newbiness I may
exhibit.
Using the XUI micro-framework, I have a form which I don't actually
want to submit. Instead, I want to construct a RESTful GET request
from the contents of the single text input field and use xhr to
receive the results. That all works (after figuring out that I have to
do "station = x$('input#station').elements[0].value;" to get the value
of the field - is there a better way?), but even though I have a
"return false;" after the xhr call (not inside the callback) the form
is still submitted.
How do I stop this crazy thing?
Daniel
--
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=.