Guest User

Untitled

a guest
Apr 25th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <script>
  2. (function($) {
  3. $(document).ready(function() {
  4. $('#et_pb_contact_name_1').click(function(){
  5. $('.et_pb_contact_field_0 .et_pb_contact_form_label').addClass('float');
  6.  
  7. });
  8. $('#et_pb_contact_email_1').click(function(){
  9. $('.et_pb_contact_field_1 .et_pb_contact_form_label').addClass('float');
  10.  
  11. });
  12.  
  13. $('#et_pb_contact_message_1').click(function(){
  14. $('.et_pb_contact_field_2 .et_pb_contact_form_label').addClass('float');
  15.  
  16. });
  17. });
  18. })(jQuery)
  19. </script>
Add Comment
Please, Sign In to add comment