PIE
PIE copied to clipboard
Breaks JavaScript when jQuery selectors are used
PIE will break a page's JavaScript if there is jQuery selectors like :checkbox, :submit, etc. being used. This can be fixed by writing input:checkbox|:submit instead but that's not really feasible on a big growing project. (People need to remember to do so.)
Forum thread; http://css3pie.com/forum/viewtopic.php?f=3&t=297
It actually looks like this jQuery bug has finally been fixed: https://github.com/jquery/jquery/pull/434 and http://blog.jquery.com/2011/09/01/jquery-1-6-3-released/
Can someone try the jQuery 1.6.3 release and make sure this is truly fixed?