BLANTERRAZZIv101
Senin, 11 November 2024

Hover to see the magic.

$("#inpt_search").on('focus', function () { $(this).parent('label').addClass('active'); }); $("#inpt_search").on('blur', function () { if($(this).val().length == 0) $(this).parent('label').removeClass('active'); });