Skip to content

Instantly share code, notes, and snippets.

View azure7bit's full-sized avatar

Asep Saepudin azure7bit

  • Bandung, Indonesia
View GitHub Profile
$(function () {
"use strict";
// for better performance - to avoid searching in DOM
var content = $('#content');
var input = $('#input');
var status = $('#status');
// my color assigned by the server
var myColor = false;