-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
Hi, thank you for this awesome plugin.
I'd make a feature request, I think there should be possible to set template on instance level instead of a global configuration.
For example, I would like to use this sometimes block the site during loading, but sometimes I'd put a login form there instead of the message/loading icon.
Example:
blockUI.start({
message: 'My loading message',
state: 'California',
template: '<div>{{message}}<span class="state">{{ state }}</span></div>'
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels