Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $('#CompanyDropDown').bind("change", function () {
  2. $('#Products').find('.ProductDropDown').each(function () {
  3. setRates(this);
  4. });
  5. identifyLowestRate();
  6. });
  7.  
  8. $('#Product1').val(foo);
  9.  
  10. lowestRate = Math.min(parseFloat(lowestRate), parseFloat($(this).val()));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement