Modify ↓
Ticket #1355 (closed bug: duplicate)
.find("a/img") doesn't work
| Reported by: | Heflying | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1.4 |
| Component: | ajax | Version: | 1.1.3 |
| Keywords: | xpath Selector | Cc: | |
| Blocking: | Blocked by: |
Description
1.
.find("a/img") doesn't work in FireFox.
2.
$.ajax({url:'a.xml', type:'GET', dataType:'xml', ifModified:true, global:false, timeout:5000, success:function(xml){
var logR = $(xml).find("reads/web").text(); ......
doesn't work in FireFox and IE
a.xml: <logStats>
<reads>
<web>1</web> <feed>0</feed>
</reads>
</logStats>
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.

Duplicate of #1346.