Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: JavaScript  |  size: 0.22 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $(document).ready(function() {
  2.         $.post("vehicle_info.php",{
  3.                 type: "ownername",
  4.                 regnum: "123TEST"
  5.                 regnum:regg
  6.                 }, function(data) {
  7.                         // That 'data' needs to see õäöü properly!
  8.                         alert(data);
  9.                 }
  10.         );     
  11. });