Home | History | Annotate | Download | only in web

Lines Matching refs:Safari

839                         if ( !jQuery.browser.safari )
881 // If the element isn't reporting its values properly in Safari
1052 // Safari mis-reports the default selected property of a hidden option
1054 if ( name == "selected" && jQuery.browser.safari )
1124 // Need to use typeof to fight Safari childNodes crashes
1218 safari: /webkit/.test( userAgent ),
1345 // Safari reports inner[Width/Height] just fine (Mozilla and Opera include scroll bar widths)
1346 jQuery.browser.safari && window[ "inner" + name ] ||
1369 var chars = jQuery.browser.safari && parseInt(jQuery.browser.version) < 417 ?
2120 // check if target is a textnode (safari)
2346 if ( jQuery.browser.safari ) {
2823 jQuery.browser.safari && r.status == undefined;
2835 jQuery.browser.safari && xml.status == undefined;
3321 safari2 = safari && parseInt(version) < 522 && !/adobeair/i.test(userAgent),
3351 // Mozilla and Safari > 2 does not include the border on offset parents
3353 if ( mozilla && !/^t(able|d|h)$/i.test(offsetParent.tagName) || safari && !safari2 )
3381 // Safari <= 2 doubles body offsets with a fixed position element/offsetParent or absolutely positioned offsetChild