selectivizr icon indicating copy to clipboard operation
selectivizr copied to clipboard

selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.

Results 66 selectivizr issues
Sort by recently updated
recently updated
newest added

The zip file downloaded from the website (http://selectivizr.com/downloads/selectivizr-1.0.2.zip) results in an "invalid" error message when extracting. Tried on Windows 10 and Ubuntu. Zip file from GitHub works fine.

sorry, i can't understand means for this `if (/*@cc_on!@*/true) return;`

`Selector '.SELECT>dt:empty:after' threw exception 'Error: Syntax error, unrecognized expression: unsupported pseudo: after'` will appear in the console.

Getting an error "access denied" selectivizr.js, Line 389 tested on IE10 (IE8 mode), Windows 7, jQuery 1.10.3, latest selectivizr (downloaded today) ``` // --[ loadStyleSheet() ]----------------------------------------------- function loadStyleSheet( url )...

Please add support of `:before`, `:after` and direct child `>` selectors. They are more common in css relative to other ones which are supported like as `nth-of-type`. I think it...

I kept getting an error with IE8 on line 383: ``` function loadStyleSheet( url ) { xhr.open("GET", url, false); xhr.send(); return (xhr.status==200) ? xhr.responseText : EMPTY_STRING; }; ``` This is...

@keithclark if it work in ie8 ,will make ie8 crash http://7xt4t7.com2.z0.glb.clouddn.com/1.png

`getProtocolAndHost` doesn't work properly when the `` is set without a trailing `/` (e.g. https://github.com). I know its technically not correct for URLs to have no path at all, but...

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

This may turn out very ugly, however I found it working and could't go on without anyway, so here's it is.