Guest User

Untitled

a guest
Oct 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. if ($('#inbound_from').val() == null) {
  2. $('.errorrep').append('<h3>Выберете поле От кого</h3>');
  3. $('.errorrep').css({'display':'block'});
  4. $('#draggable').animate({
  5. scrollTop: 0
  6. });
  7. return false;
  8. }
  9.  
  10. if ($('#inbound_from').hasClass("active") && $('#inbound_from').val() == null) {
  11. // ...
  12. }
Add Comment
Please, Sign In to add comment