Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $(document).ready(function(){
  2. $.post("phpfileneve",{ref:$("input[name='ref']").val()},function(data){
  3. console.log(data);
  4. });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement