Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 665 Bytes

show-preloader.md

File metadata and controls

28 lines (17 loc) · 665 Bytes

Function showNotification

Parameters

name type
show boolean

Description

This function show or hide plugin default preloader. If parameter show set true then showing , if set false then hide.

How to use

    $('your_selector').data('showPreloader')(true); // show default preloader
    $('your_selector').data('showPreloader')(false);// hide default preloader

Demo

link to demo

License

mr-upload-file-button is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.