Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     <script type='text/javascript'>
  2.         $(function () {
  3.             $('select').change(function () {
  4.                 if ($('select').length == $('select option:selected').length)
  5.                     alert('x');
  6.             }
  7.             );
  8.         });
  9.     </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement