Veeresh Devireddy

Results 20 comments of Veeresh Devireddy

@zeke Are you planning to support adding State in the response?

Thanks for the update. But if you cannot maintain it then please update the page/readme stating it clearly, if not many users would assume it works fully and later waste...

Though there are some alternatives, it would be nice to achieve this in just one line like: `$.notify("My bold HTML message", {html: true});`

Thanks, @fglueck, but for some reason, it didn't work for me. Can you please verify it here - [https://jsfiddle.net/veeresh/3qywza57/16/](https://jsfiddle.net/veeresh/3qywza57/16/) ?

> ``` > $.notify.defaults({ className: "info", position:"right", style: 'metro', autoHideDelay: 5000}); > $.notify({ > title: 'title', text:'text' > }) > ``` > > Works fine for me. I tried this,...

> @drveresh there is no notify-metro loaded in your jsfiddle, so it can't run: > > 10:47:37.298 Beim Laden von "https://fiddle.jshell.net/veeresh/3qywza57/16/show/?editor_console=" wurde eine ungültige X-Frame-Options-Kopfzeile gefunden: "ALLOWALL" ist keine gültige...

Even "`$.notify('text');`" should be working with title or with 'html' option if provided.

@stosef, @fglueck, the fiddle [https://jsfiddle.net/veeresh/3qywza57/](https://jsfiddle.net/veeresh/3qywza57/) now has required libs, but still not working. Can you please clone it and make it work? Notification with Bold/Italic/Links as part of the messages...

Thanks for the fix. My recommendation is to make the HTML message part of the core API itself by default, else we have to get/set the bootstrap class every time...

I have opened a separate case(#10186790) with your web support team to look into it.