We just fixed this for the href attribute. Is IE actually returning
the whole URL? Are there other attributes that IE doesn't return what
is actually there?

--
Brandon Aaron

On 2/9/07, Dave Methvin <[EMAIL PROTECTED]> wrote:
>
> >    switch($(this).attr("src")) {
> >        case '1.gif':
>
> That definitely won't work in IE, because IE gives you the whole URL
> including http:// and domain. You'll need to strip that off before your
> switch.
>
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to