X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjquery%2Fjquery.js;h=30396caccf29f227e5315f6cd4682865d40a49d3;hb=26034c4a2985c18c6c702f1c609001f859e33654;hp=0c00829f6840ee6eb8919a227e7bfcb8d603dd51;hpb=83b43a1e927d6b260f35f75bc2c3d177f271be93;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 0c00829..30396ca 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -1537,7 +1537,7 @@ jQuery.extend({ } return elem.filter ? - (parseFloat( elem.filter.match(/opacity=([^)]*)/)[1] ) / 100).toString() : ""; + (parseFloat( elem.filter.match(/opacity=([^)]*)/)[1] ) / 100).toString() : "1"; } // Certain attributes only work when accessed via the old DOM 0 way