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

I know this is an ever-recurring issue in javascript. I don't know precisely how to solve it, so don't blame for that, please :) Two things come to mind: 1)...

I had to create this fix so that IE9+ when using IE8- Document Mode will still run the script. ``` // If were not in standards mode, IE is too...

I can't use Selectivizr on my current project because the CSS files are hosted on a subdomain. The script could check to see if a stylesheet's href is on the...

Whenever i try to concatenate selectivizr with some other files, the selectivizr itself doesn't get compiled at all. It just come out blank. Is there anyone having the same issue?

If author is too busy please add some maintainers

Hover doesn't work on elements inserted after Selectivizr has run. Deleting the whole hover case fixed the issue for my circumstances but is obviously not the proper solution. You can...

It is understandable that when selectivizr was being introduced, the mobile web was not popular. While nowadays, websites use media queries for their mobile versions becomes a trend. It's unproductive...

Hello! When using a font-face CSS definition, selectivizr has a bug which results in IE7 not showing any page elements. It seems like they're invisible. The following CSS is triggering...

Would be really great to have this as a nuget package (on nuget.org). Preferably with the "selectivizr-version.js" and "selectivizr-version.min.js" naming convention.

Stylesheets that are included as a data URI should be ignored. Currently, selectivizr thinks the data URI is an external link and tries to download the content. An example of...