PIE icon indicating copy to clipboard operation
PIE copied to clipboard

Breaks JavaScript when jQuery selectors are used

Open teddyzetterlund opened this issue 14 years ago • 1 comments

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

teddyzetterlund avatar Mar 10 '11 15:03 teddyzetterlund

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?

lojjic avatar Sep 05 '11 17:09 lojjic