Default Buttons
Default Button Preview Download Visit a Link Shop Now Share This InfoColored Buttons
Colored Button Preview Download Visit a Link Shop Now Share This InfoAlert Boxes
Contact Form
Code Box
$("#main-nav #s").blur(function() {
if (0 === this.value.length) this.value = c;
});
$("#main-nav #s").focus(function() {
if (this.value === c) this.value = "";
});
Post a Comment