Merge branch 'master' of git://github.com/jquery/jquery
This commit is contained in:
commit
3bd737e81a
4 changed files with 11 additions and 8 deletions
|
@ -204,7 +204,7 @@ if ( !jQuery.support.opacity ) {
|
|||
|
||||
style.filter = ralpha.test(filter) ?
|
||||
filter.replace(ralpha, opacity) :
|
||||
opacity;
|
||||
style.filter + ' ' + opacity;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
@ -121,7 +121,7 @@ jQuery.extend({
|
|||
// A method for determining if a DOM node can handle the data expando
|
||||
acceptData: function( elem ) {
|
||||
if ( elem.nodeName ) {
|
||||
match = jQuery.noData[ elem.nodeName.toLowerCase() ];
|
||||
var match = jQuery.noData[ elem.nodeName.toLowerCase() ];
|
||||
|
||||
if ( match ) {
|
||||
return !(match === true || elem.getAttribute("classid") !== match);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue