Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <script>
  2. (function ($) {
  3. $( document ).ready(function() {
  4. var nbr = $('#edit-submitted-nbr-de-jours');
  5. var price = $('#edit-submitted-price');
  6. var total= price*nbrday;
  7. if(total< $('#edit-submitted-amount') ){
  8. alert ("The Total amount exceeds the fixed ceiling permissible,kindly add extra money on assigned field below");
  9. }
  10. }
  11. }
  12. });
  13. })(jQuery);
  14. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement