Skip to content

Instantly share code, notes, and snippets.

View SDKiller's full-sized avatar

Serge Postrash SDKiller

View GitHub Profile
@SDKiller
SDKiller / jgrowl-example.html
Last active August 29, 2015 14:27
A getting started example using jGrowl on cdnjs.
<!DOCTYPE html>
<html>
<head>
<title>jGrowl</title>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery-jgrowl/1.2.12/jquery.jgrowl.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-jgrowl/1.2.12/jquery.jgrowl.min.js"></script>
<script type="text/javascript">
(function($){
$(function(){