Skip to content

Instantly share code, notes, and snippets.

@jordanyaker
Created February 22, 2013 01:50
Show Gist options
  • Save jordanyaker/5010146 to your computer and use it in GitHub Desktop.
Save jordanyaker/5010146 to your computer and use it in GitHub Desktop.
This is a compiled list of JavaScript libraries that I wanted to keep track of.

#JavaScript Libraries

The following is a list of JavaScript libraries that I've used or seen in action.

##Alerts and Notifications jQuery.Alerts

This library was part of the It's Brain theme that I worked with. It has easily stylable dialogs using a variety of types.

jGrowl

jGrowl was part of another theme that I previously used. It allows for nice Growl-style notifications within web-applications.

noty

This was one that I found in the middle of a design review meeting. They have a variety of alerts that can be neatly styled and should be able to look awesome with a minimal amount of work.

##Tables datatables.net

This is the all-star plug-in for dealing with managing tabular content. This plug-in is not only easy to implement and style, it is also easy to extend and provides several customizable modules.

##Connection Status blog entry

This isn't so much a library as a neat little blog entry that talks about using HTML 5 to detect the connection status of an application. This is a nice little feature that will enable alerts and prevent missed connections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment