[jQuery] Re: attr("href") giving full path instead of relative in IE

2009-03-26 Thread Rostislav Hristov
I experienced the same problem while developing a plugin that does some tricks with the page content during the ready event. I noticed that attr('href') works fine if I don't manipulate the body tag content. IE won't return the correct href attribute if I do so. The code I used to workaround the

[jQuery] Re: Fading issues in Internet Explorer 7 when using jQuery

2009-03-17 Thread Rostislav Hristov
In the code there is a fragment that looks like this: var content = document.getElementById('content'); if (asual.util.Browser.isIE()) { var _content = document.getElementById('_content'); if (_content == null) { var _content = content.cloneNode(false); _content.id = '