Advertisement
michaelyuen

Untitled

Jun 24th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. $(document).ready(function(){
  3.     $('#users_s').change(function(){
  4.         // your script
  5.     }).change();
  6. });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement