mirror of
https://github.com/jquery/jquery.git
synced 2026-02-06 01:45:08 -05:00
Make sure that mixed case alpha filters are handled correctly in IE. Fixes #5632.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
(function( jQuery ) {
|
||||
|
||||
var ralpha = /alpha\([^)]*\)/,
|
||||
var ralpha = /alpha\([^)]*\)/i,
|
||||
ropacity = /opacity=([^)]*)/,
|
||||
rdashAlpha = /-([a-z])/ig,
|
||||
rupper = /([A-Z])/g,
|
||||
|
||||
Reference in New Issue
Block a user