https://webllica.com/jquery-now-loading/

٤Ƴ٤Ĥ
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
-
-
|
!
|
-
|
!
!
 
-
|
!
function dispLoading(msg) {
    if( msg == undefined ){
        msg = '';
    }
    var dispMsg = '<div class="loadingMsg">' + msg + '</div>';
    if($('#loading').length == 0){
        $('body').append('<div id="loading">' + dispMsg + '</div>');
    }
}
 
function removeLoading() {
  $('#loading').remove();
}
٤Ƴ٤Ĥ
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 
-
|
|
|
|
|
|
|
|
!
 
-
|
|
|
|
|
!
 
<style type="text/css">
    #loading {
        display: table;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        opacity: 0.8;
    }
 
    #loading .loadingMsg {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-top: 140px;
        background: url('kurukuru.gif') center center no-repeat;
    }
</style>

Tag:

Today:1 Yesterday:1 Total:1341

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS