keithclark / selectivizr

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

CSS selector engine management #12

Closed pyrsmk closed 4 years ago

pyrsmk commented 13 years ago

Hi,

I think you could consider to add a function to specify the CSS selecting function. Then, we could plug in less-used libs like qwery.

What do you think about that?

keithclark commented 13 years ago

I have plans for a selectivizr global object and to add a selectorMethod property to allow developers to wire in their own choice of selector engine.

pyrsmk commented 13 years ago

Nice, this will be awesome :) I let it opened until that future release.

barneycarroll commented 11 years ago

Does Selectivizr currently expose anything to the global context? I'm trying to do the HTML5 boilerplate trick of pulling it in from cdnjs.com and falling back to a local copy if it's not available…

pyrsmk commented 4 years ago

Since the project is clearly unmaintained, I'm closing the issue.