Skip to content

Instantly share code, notes, and snippets.

View Damorfati's full-sized avatar
🎯
Focusing

Damorfati Damorfati

🎯
Focusing
View GitHub Profile
<!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;
}
var newVar = (function ($) {
$.fn.blabla = function (options) {
var settings = $extend({
'configuration':'default'
}, options);
return this.echo(function () {
var $this = $(this);