Jump to content

Anybody know of an IE "toString" work around for this?


Scooby08

Recommended Posts

Ok.. If that's the case then I'm not understanding the issue here then.. The below still does not work in IE.. Works in all other browsers..

 

var URL = window.location.href;
if (URL == 'http://www.host.com/') {
$('#audio').show();
} else {
$('#audio').hide();
}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.