querySelectorAll on old IE versions: something that doesnt work
Posted by: More Whidbey stuff,
on 01 Sep 2009 |
View original | Bookmarked: 0 time(s)
In todays post, Im going to show an interesting technique to solve a problem and then I will tear it to pieces and explain why it is actually useless. I believe that negative results should also be published so that we can save other people from wasting time trying the same thing. So here goes A few days ago, a post on Ajaxian proposed a new version of a somewhat old technique to implement querySelectorAll on old versions of IE, using the browsers native CSS engine. That sounds like a great idea...