Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as JavaScript by pawelek ( 15 years ago )
function f ( variable, id )
 {
 $.post( 'file.php', { TAVO_PAVADINIMAS: $('#'+variable).val() },
  function (output)
   {
   $('#'+id).html(output);
   } );
 }

 

Revise this Paste

Parent: 40593
Your Name: Code Language: