JQuery plugin for lazy-loading/lazy-evaluation?

前端 未结 3 1539
北海茫月
北海茫月 2021-02-10 16:42

Is there such jQuery plugin?

More specific: I want to use some elegant and easy way to postpone some code execution until it\'s really needed (some event happens). And w

3条回答
  •  隐瞒了意图╮
    2021-02-10 17:12

    http://plugins.jquery.com/project/LazyReady

    Lazy Ready A plugin designed to delay code initialization until specified DOM element(s) is interacted with (hovered/focused).

提交回复
热议问题