Skip to content

Instantly share code, notes, and snippets.

View kyawkyawsoezhu's full-sized avatar
🏠
Working from home

Kyaw Kyaw Soe kyawkyawsoezhu

🏠
Working from home
  • Myanmar
View GitHub Profile
@kyawkyawsoezhu
kyawkyawsoezhu / QualityClubElite2017ThemedDinner.js
Created March 29, 2017 08:21
Quality Club Elite 2017 Themed Dinner
$(function(){
function init(){
console.log("INIT");
var $firstname = $("div[id$='firstname']").parent('.control-group');
var $lastname = $("div[id$='lastname']").parent('.control-group');
var $businessname = $("div[id$='biz_name']").parent('.control-group');
var $email = $("div[id$='email']").parent('.control-group');
var $agentCode = $("div[id$='Agent_Code']").parent('.control-group');
var $tableRep = $("div[id$='iSGLiSC4']").parent('.control-group');
var $tableMates = $("div[id$='Table_mates']").parent('.control-group');
{% block style %}
<link href="https://maxcdn.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Hind+Vadodara:300,400,500,600,700" rel="stylesheet">
<link href="https://rawgit.com/kyawkyawsoezhu/1cfb27576050b23c13900d6edf309236/raw/temasek-twig.css" rel="stylesheet">
<style>
@media (max-width: 767px) {
/*Reset Default {*/
*{
}
h1,h2,h3,h4,h5,h6{
padding: 0;
margin: 0;
font-weight: 500;
}
.h3{