Side navigation
#1355 closed bug (duplicate)
Opened July 04, 2007 06:35PM UTC
Closed July 05, 2007 01:45AM UTC
.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: | |
Blocked by: | Blocking: |
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>
Attachments (0)
Change History (1)
Changed July 05, 2007 01:45AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #1346.