Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 992 Bytes

time-notification.md

File metadata and controls

38 lines (26 loc) · 992 Bytes

Attribute timeNotification

Base info current attribute

attribute default type unit
timeNotification 5000 integer milliseconds

Description

This attribute is intended to hide notification per a specific time.

Note: This attribute will only work if the disableNotification attribute is disabled

How to use

    $('your_selector').mrUploadFileButton({
      'timeNotification': 3000 // hide per 3 seconds
    });

Or use html data-attributes

    <input type="file"
                       id="demo1"
                       data-mr-upload-file-button="true"
                       data-time-notification="images"
                       multiple />

Demo

link to demo

License

mr-upload-file-button is released under the BS