keithclark / selectivizr

selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.
1.71k stars 247 forks source link

fix for error on ie8 and older #34

Open ghost opened 12 years ago

ghost commented 12 years ago

error on ie9comp, ie8 and older: "Unable to get value of the property 'substring': object is null" the object is the url.

mlhDevelopment commented 11 years ago

I had the same issue and this pull request fixed it for me (using version 1.0.3b + this mod).

beeFlaherty commented 9 years ago

This worked for me. Thanks.

corysimmons commented 8 years ago

@keithclark disappeared so I'm going to try and maintain this project at https://github.com/corysimmons/selectivizr2

Would you please reopen/rebase your PR over there?