沒有說明 為什么要判斷IE呢?
if (!width && isIE) {
? ? ? ? ? ? ? ? tooltipBox.style.width = tooltipBox.offsetWidth;
? ? ? ? ? ? }
沒有說明 為什么要判斷IE呢?
if (!width && isIE) {
? ? ? ? ? ? ? ? tooltipBox.style.width = tooltipBox.offsetWidth;
? ? ? ? ? ? }
沒有說明 為什么要判斷IE呢?
2015-08-20
舉報
2015-08-20
? ? ? ? ? ? tooltipBox.style.width = width ? width + 'px' : 'auto';
? ? ? ? ? ? tooltipBox.style.height = height ? height + 'px' : 'auto';
?這個IE不是支持嗎