简体   繁体   中英

Tooltips undefined in ie8

I have the following tooltip example it works fine in chrome and firefox - but in ie7 and ie8 it keeps coming back as undefined and flickers when you hoverover the question mark

http://jsfiddle.net/zidski/nHDf4/4/

not sure what has gone wrong for IE.

use multiple bind method instead of pure events;

your problem appears; when mouse comes to object twice or more but when bind method used, there will be no undefined return on internet explorer.

check this jsfiddle: http://jsfiddle.net/nHDf4/12/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM