#5847 closed bug (duplicate)
Problem with XHTML
Reported by: | Cédric | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | selector | Version: | 1.3.2 |
Keywords: | xhtml | Cc: | |
Blocked by: | Blocking: |
Description
I'm working with jqtouch. It doesn't work with XHTML pages (header.xhtml)
But if I patch jquery (patch.js) it works.
As you can see, elem.getAttribute( name ) is the problem.
What do you think ?
(I've looked at the version 1.4.1pre and there isn't this kind of fix)
Attachments (3)
Change History (8)
Changed 13 years ago by
Attachment: | header.xhtml added |
---|
Changed 13 years ago by
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
It seems others got problems with XHTML Eg. : http://dev.jquery.com/ticket/6162
Changed 13 years ago by
Attachment: | Example Jquery with XHTML.zip added |
---|
Here is a full example of Jquery not working with XHTML (test it on Safari, with an iPhone user agent)
comment:3 Changed 13 years ago by
Component: | unfiled → selector |
---|
comment:4 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Can you attach a complete test case? It isn't clear from the fragments here what the underling problem is.