I'm starting a new project, and since it won't use much javascript, I decided to switch from Jquery to Mootools only because of the range of pseudo-class selectors it will let me use.
Problem is, it still won't work!
In IE8, I can't get firt-of-type or nth-of-type(2) to properly work!
It works perfectly in Chrome/FF/IE9.
I have emptied the cache I don't know how many times.
Also, I know that Selectivizr is loaded since :first-child actually works in IE8.
Any clues?
Thanks in advance!