Robert McIntosh

Results 110 comments of Robert McIntosh

Just to be clear, in the new version it doesn't really limit 1 notification but queues them on one of two options, queue and restrict. Where queue will only show...

Why don't you use the update feature instead of creating new notifications?

The queue and restrict is part of the new version. I finally finished my other work, that I started working on this again last weekend. I am hoping to release...

You can always update the template: ``` javascript $.notifyDefaults({ template: '' + '×' + ' ' + '{1} ' + '{2}' + '' + '' + '' + '' +...

Got my interested peeked. I'll check this out On Tue, Jun 13, 2017, 16:03 Bruno Augusto wrote: > I was about to go through all the overhead to create a...

This is going to be a hard thing to answer. I really don't want to add this line to JavaScript since this does specificly seem like something the `template` is...

You really should have something call the notify in which you pass in your message. This shouldn't be static code run on page load.

I would need to see the settings for your notify. It appears they are using the fadeDown instead of fade up

Sorry guys, I took a year look alternative career choice. I am just getting back to programming. I am trying to look at all the pull request and issues. Thank...

Currently, you would have to create a global variable. I can look into passing an object into the events. That might help you do what you need. However, I am...