Working with jQuery tables <<-- I'm new-ish

Working with jQuery tables <<-- I'm new-ish

hi;
First thankyou for clicking on my post;

I manage to use jquery to get data from a different page;
function get_my_table(when) {  $('#view8').html('<p><center><img src="http://www.site.com/images/loading.gif"/><br />Loading! Please Wait...</center></p>');
$('#view8').load("http://www.site.com/include.php?inc=Events&when="+when);}

Just a simple request

It returns a table with an id of event_table and i want to use a jquery extension on it ( http://rikrikrik.com/jquery/quicksearch/ ) its for searching tables

$(\'table#event_table tbody tr\').quicksearch({
  position: \'before\',
  attached: \'table#event_table\',
  labelText: \'Search: \'
});
I've been trying to use the above but it doesn't work. I put it in the page that requested the table but it didnt work & i also put it on the same page where the table came after the table code.

So my question:
How do i get it to know that a new id has been added so i can manipulate it?

Thankyou all
Paul

P.S sorry for any mistakes or silly things i have said; i am new. Thankyou again