#10585 closed bug (worksforme)
loading in a form via .load() the input and select elements don't work in ipad
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
hmm. well your jsfiddle certainly works (on IOS4.3 ipad simulator). I must have some code that's conflicting or maybe a markup error. Thank you!
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.