From 3909e6d89e01e4cd8777377c63037896bb95aa2f Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 25 Nov 2011 21:18:19 +0100 Subject: new jq layout --- .../external/jquery.bgiframe-2.1.2.js | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/main/webapp/jquery-ui-1.9pre/external/jquery.bgiframe-2.1.2.js (limited to 'src/main/webapp/jquery-ui-1.9pre/external/jquery.bgiframe-2.1.2.js') diff --git a/src/main/webapp/jquery-ui-1.9pre/external/jquery.bgiframe-2.1.2.js b/src/main/webapp/jquery-ui-1.9pre/external/jquery.bgiframe-2.1.2.js new file mode 100644 index 0000000..5cd38bb --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/external/jquery.bgiframe-2.1.2.js @@ -0,0 +1,39 @@ +/*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net) + * Licensed under the MIT License (LICENSE.txt). + * + * Version 2.1.2 + */ + +(function($){ + +$.fn.bgiframe = ($.browser.msie && /msie 6\.0/i.test(navigator.userAgent) ? function(s) { + s = $.extend({ + top : 'auto', // auto == .currentStyle.borderTopWidth + left : 'auto', // auto == .currentStyle.borderLeftWidth + width : 'auto', // auto == offsetWidth + height : 'auto', // auto == offsetHeight + opacity : true, + src : 'javascript:false;' + }, s); + var html = '