.load() with submit paramaters

.load() with submit paramaters

Hey guys!

I'm 1 day new to jQuery and I'm having an issue. I have a search box for a load environment, and I cant just load a simple search.php?field=123124312

Right now I have

$("#table").load("/search.php?search=780073404721 #0001");

I need to be able to set those numbers to anything submited through my input field. Any ideas?