Guest User

Untitled

a guest
Jul 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <div class="inputBox">
  2. <div class="inputText">Phone Number</div>
  3. <input name="Phone" value="@Model.Phone" class="input" type="text">
  4. </div>
  5.  
  6. <script type="text/javascript">
  7. $(".input").focus(function () {
  8. $(this).parent().addClass("focus");
  9. })
  10. </script>
Add Comment
Please, Sign In to add comment