开发者

preloading jquery ui icons - is there a trick?

What's the best way to g开发者_StackOverflowet the jquery ui icons to preload for rollover/hover etc...?


This should do the trick:

    var img = new Image();
    img.src = '/themes/yourTheme/images/ui-icons_whatever.png';

Note that this is done asynchronously, so the rest of the page may load before the image(s) finish loading- but at least they will (probably) load before the user triggers a hover or other event.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜