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

MooTools and JQuery updated to latest versions #17

Closed mlebarron closed 5 years ago

mlebarron commented 13 years ago
keithclark commented 13 years ago

Thanks for this.

MooTools v1 (latest) seems to load v1.12 (which is really old) but I'm not sure that we should link directly to the current google api version of a library without stating it's version number as this could lead to ambiguous feed back (e.g. "i've got a problem with jQuery 1 (latest)"). Edge versions are OK because they allow us to check selectivizr against nightly builds and detect/feedback any problems early.

Keith

mlebarron commented 13 years ago

hmmm yeah good point. I'll remove the latest stuff and see if JQuery has an edge copy.

Ramoonus commented 13 years ago

JQuery v1 latest added ?

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?