Banandunban / henz.js
HenzHosting's picture
Upload 12 files
7456095 verified
raw
history blame contribute delete
172 Bytes
$(".input_text").focus(function(){
$(this).prev('.fa').addclass('glowIcon')
})
$(".input_text").focusout(function(){
$(this).prev('.fa').removeclass('glowIcon')
})