起源於為了在讀取或運作中,鎖住特定物件,並同時保持讓瀏覽者可以操作頁面其他部分
GitHub Star: 131
Javascripting Overall: -
瀏覽器: Chrome、Firefox和IE8+
RWD: 支援
License: MIT
CDN
<!-- jQuery v1.9.1 -->
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<!-- jquery-loading v1.3.0 -->
<link href="https://cdn.jsdelivr.net/npm/jquery-easy-loading@1.3.0/dist/jquery.loading.min.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/jquery-easy-loading@1.3.0/dist/jquery.loading.min.js"></script>
$ npm install --save jquery-easy-loading
$ bower install jquery-loading
<script>
$( "body" ).loading(); // 開始
$( "body" ).loading( "stop" ) // 停止
</script>