Modify ↓
Ticket #10585 (closed bug: worksforme)
loading in a form via .load() the input and select elements don't work in ipad
| Reported by: | tessa@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I'm loading in html pages with form elements into a page via the .load method (without a suffixed selector expression).
These work in all desktop browsers but the form elements top working - nothing happens when you touch them - on the iPad.
if I load the page directly in the iPad, the form elements work.
What is happening with .load and how do I get around this (I've attempted to inlcude jquerymobile and it still doesn't work if the page is brought in via the .load() method)
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Thanks for taking the time to contribute to the jQuery project, but I could not confirm this bug.
I created a fiddle with a dead-simple form, and an empty form, then used $.fn.load to copy in the contents of the first form into the second, then tried it on an iPad on iOS5.
http://jsfiddle.net/NTVHQ/ http://jsfiddle.net/NTVHQ/show/
The input and select elements that were loaded dynamically work just fine on my iPad.
If you have a fiddle that proves otherwise, please provide it - for now I'm closing as worksforme.