Uncaught ReferenceError: Loading is not defined

 

   <script src="https://malsup.github.io/jquery.blockUI.js"></script>

Uncaught ReferenceError: Loading is not defined







Solved -> '#loadingIcon' is missing


  <div id="loadingIcon" style="display:none" class="lds-ripple"><div></div><div></div></div>



function Loading(obj) {

    $.blockUI({ message: $('#loadingIcon'), css: { "background-color": "transparent", border: 0 } });

    if (obj != null)

        obj.hide();

}

function Loaded(obj) {

    $.unblockUI();

    if (obj != null)

        obj.fadeIn(150);

}

留言

這個網誌中的熱門文章

香港袐密行動

要老是忘記, 我更記不起