Advertisement
mercuriec

Untitled

May 19th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     function getval(sel) {
  2.  
  3.         sch = $(\'#search\').val();
  4.      
  5.        lsta = sel.value;
  6.            var url = dom+"procesar/listas.php";
  7.  
  8.                $.post(url,{
  9.                        lstaP:lsta
  10.                },function(data){
  11.                        $("#listaP").html(data);
  12.                });
  13.    }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement