Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function getvalues () {
  2. $.post("/autoisk/getvalues.php", {
  3. name: selectedcompany,
  4. summma: $("#summma").html(data)
  5. }, function(data) {
  6. $('#resultat').html(data);
  7. });
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement