Re: [jQuery] Using xpath: can't find relative href

2006-09-02 Thread jgrucza
Dave Methvin wrote: In all browsers, or just IE? That's a quirk of IE that it changes relative URLs to absolute. http://www.glennjones.net/Post/809/getAttributehrefbug.htm I thought there was a getAttribute(,2) fix in jQuery for this already. Hi Dave. I got the same behavior in

Re: [jQuery] Using xpath: can't find relative href

2006-09-01 Thread Dave Methvin
Apparently it's seeing all URLs in their fully-qualified form, not in the form they are in the source code. In all browsers, or just IE? That's a quirk of IE that it changes relative URLs to absolute. http://www.glennjones.net/Post/809/getAttributehrefbug.htm I thought there was a

Re: [jQuery] Using xpath: can't find relative href

2006-09-01 Thread Klaus Hartl
Dave Methvin schrieb: Apparently it's seeing all URLs in their fully-qualified form, not in the form they are in the source code. In all browsers, or just IE? That's a quirk of IE that it changes relative URLs to absolute. http://www.glennjones.net/Post/809/getAttributehrefbug.htm