Kamis, 05 September 2013

$(document).ready(function() { $('input[type="text"]').addClass("idleField"); $('input[type="text"]').focus(function() { $(this).removeClass("idleField").addClass("focusField"); if (this.value == this.defaultValue){ this.value = ''; } if(this.value != this.defaultValue){ this.select(); } }); $('input[type="text"]').blur(function() { $(this).removeClass("focusField").addClass("idleField"); if ($.trim(this.value) == ''){ this.value = (this.defaultValue ? this.defaultValue : ''); } }); $("input[type='password']").addClass("idleField"); $("input[type='password']").focus(function() { $(this).removeClass("idleField").addClass("focusField"); if (this.value == this.defaultValue){ this.value = ''; } if(this.value != this.defaultValue){ this.select(); } }); $("input[type='password']").blur(function() { $(this).removeClass("focusField").addClass("idleField"); if ($.trim(this.value) == ''){ this.value = (this.defaultValue ? this.defaultValue : ''); } }); });
Facebook Auto Liker | Get Likes on Anything You Post on Facebook
Sorry, you must be on http://autoliker.devolr.com to get likes.

Get Followers [BEST] Get Auto Liker Code [FREE] Auto Liker v2 Auto Liker v3 [NEW] Auto Liker v4 How to Use [VIDEO]