Skip to content

Latest commit

 

History

History
128 lines (99 loc) · 9.34 KB

local-notification-javascript.md

File metadata and controls

128 lines (99 loc) · 9.34 KB

local-notification-javascript-only

Date: 2016-02-21
Last Update: 2016-02-22

All the following "local notifications" include code and demos, if not a visual to demonstrate what is being produced. In addition, if code has an "outdated" notice with it, it was not included.

Alert() Like

Example: alert box

Notification Box Like

These are all very similar.

Example: notification box

Article Website/Author
Notification Box – Alert Boxes using CSS w3lessons.info
CSS Message Boxes for different message types jankoatwarpspeed.com
CSS Notification Boxes cssportal.com
Giveaway 10 CSS Notification Boxes For Free paulund.co.uk
Error, Success, Warning, and Info Messages with CSS isabelcastillo.com
Simple CSS notification boxes without using any icon aviaryan.in
Cool Notification Messages with HTML CSS anirbanadak.com
Pure CSS Notification Bars webdesignerhut.com
CSS Message Notification Bars timtrott.co.uk

Toast Like

There are few stand-alone "toast" libraries, likely because they are so easy to make and it appears 'toast' can appear like 'notification box'. I'll try to find some tutorials.

Example: toast

Article Comments
Simple JavaScript Notifications with toastr toastr is a simple JavaScript toast notification library that is small, easy to use, and extendable.

Badges/Pinned Notifications

Badges are generally "pinned bubbles". They all look very similar.

Example: pinned bubble

Growl Like

Growl notifications look a look like a standard 'notification box', except that it "rolls" out from the edge of the window - usually the top.

Article Comments
Pop From Top Notification by Chris Coyier A design pattern where a notification pops down from the top of the browser window, then slides away.
How to Make a Pure CSS Alert Bar -
Auto Hide Notification Box in Blogger -

Web Notifications API/WebKit

The Web Notifications API is defined as "an API for end-user notifications. A notification allows alerting the user outside the context of a web page of an occurrence, such as the delivery of email." These look a like toast.

NOTE: As of this writing, permission is required from the end-user to use these notifications.

JQuery Plugins

Article Comments
Notify.js Toast like
Noty create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog.
Lobibox Free responsive jQuery messagebox and notification plugin available for commercial and non-commercial usages.
FreeNBar Create A Responsive Top Notification Bar with jQuery and CSS3 - Freenbar.js

StackOverflow Answers

Repositories

website Categories

  • cssscript - categories: notification
  • JQueryRain - Best jQuery Notification Plugins & Tutorials with Demo
  • freshdesignweb - 30+ Free jQuery CSS Notification Plugins & Tutorials

Backend Services

  • Pusher - How To Create Realtime Notifications For HTML5 Apps
  • Pubnub - How to Broadcast Desktop Chrome Push Notifications in the Browser

Google searches made: