Spaces:
Running
Running
| $(".input_text").focus(function(){ | |
| $(this).prev('.fa').addclass('glowIcon') | |
| }) | |
| $(".input_text").focusout(function(){ | |
| $(this).prev('.fa').removeclass('glowIcon') | |
| }) | |
| $(".input_text").focus(function(){ | |
| $(this).prev('.fa').addclass('glowIcon') | |
| }) | |
| $(".input_text").focusout(function(){ | |
| $(this).prev('.fa').removeclass('glowIcon') | |
| }) | |