Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, user-scalable=no">
<head><title>SOUND</title></head>
<body>
<style>
button{
height:100px;
width:100px;
}
@darxx
darxx / plugin.js
Created November 8, 2012 18:15
Test
var newVar = (function ($) {
$.fn.blabla = function (options) {
var settings = $extend({
'configuration':'default'
}, options);
return this.echo(function () {
var $this = $(this);