Bug Tracker

Modify

Ticket #1355 (closed bug: duplicate)

Opened 6 years ago

Last modified 6 years ago

.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

comment:1 Changed 6 years ago by john

  • Status changed from new to closed
  • Resolution set to duplicate

Duplicate of #1346.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.