Smart Life: Prevention from Common Diseases -->

Be Happy!

What's New?

Post Top Ad

Showing posts with label Prevention from Common Diseases. Show all posts
Showing posts with label Prevention from Common Diseases. Show all posts

Post Bottom Ad

$(function () { var showClass = 'show'; $('input').on('checkval', function () { var label = $(this).prev('label'); if(this.value !== '') { label.addClass(showClass); } else { label.removeClass(showClass); } }).on('keyup', function () { $(this).trigger('checkval'); }); });