[jQuery] Re: Very weird and frustrating IE problems

2008-12-08 Thread yellow1912
You are right, I had to actually get it, strip out the domain manually. Not something very nice, but it works, and I'm really happy. I just didnt know that IE does this, so I spent many hours trying to figure out why, kinda drove me crazy. Thank you again for you help, JK D... you M$ On Dec

[jQuery] Re: Very weird and frustrating IE problems

2008-12-08 Thread Jeffrey Kretz
It is unfortunately the default behavior for IE. There are different ways you can handle this, depending on what you're trying to accomplish. You can do a lot of stuff with regex, such as stripping out the domain, making the path relative to the current page, etc. What is it that you want to do