Guest User

Untitled

a guest
Jan 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <script>
  2.  
  3. $(document).ready(function(){
  4. $("#frm_blr_home").submit(function(){
  5. if($("#case_no").val() == ""){
  6. alert('Your case no is empty.');
  7. return false;
  8. }
  9. });
  10. });
  11.  
  12. </script>
Add Comment
Please, Sign In to add comment