kamranahmedse / jquery-toast-plugin

Highly customizable jquery plugin to show toast messages
http://kamranahmed.info/toast
1.51k stars 507 forks source link

Add class option to specify custom classes #15

Closed Martin-Nyaga closed 6 years ago

Martin-Nyaga commented 8 years ago

Add a class option, to be able to specify custom classes on the toast for more advanced styling than just text and bg colors.

See the demo in index.html.

$.toast({
    heading: 'Custom Classes',
    text: 'Custom classes are specified using the `class` option.',
    class: 'my-custom-class'
})
bhalial commented 7 years ago

I'd like this functionality too, hopefully it gets added :) @kamranahmedse

kamranahmedse commented 6 years ago

Thanks