-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Welcome to the jquery-toaster wiki!
-
closeText default: Close
The text to use as the
titleattribute on the close link/icon. -
duration default: 6000
The duration, in milliseconds, after which the toast message will fade away. To prevent toasts from fading out automatically, see the
stickyoption. -
selector default: .toaster
The jQuery selector for the toast message container. If
selectordoesn't match an element on the page, it will be created. -
sticky default: false
By default toast messages fade away after a short time (see the
durationoption). Setstickyto false to make a toast stay until closed by the user. -
type default: none
The type of toast message:
none,info,notice,warnanderrorare supported by default. Specifyingnonewill remove the icon image to the left of the notice content. -
width default: 200
The width of the toast message.