Guest User

Untitled

a guest
Jun 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $(".prodname").livequery("change", function(e){
  2. $.ajax({
  3. type: "GET",
  4. url: "agent.php",
  5. data: "prodname="+$(".prodname."+thisline(e)).val()+"&action=getprodid",
  6. Success: function(text){
  7. $(".prodid."+thisline(e)).val(text);
  8. }
  9. });
  10. });
Add Comment
Please, Sign In to add comment