Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $(function (){
  2. $('.wpcf7-form-control.wpcf7-file').change(function(){
  3. $('.chose_file_text').html($(this).val());
  4. }).change();
  5. });
  6.  
  7. <span class="chose_file_text"></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement