php and jquery

php and jquery

Hello everyone this is my first post, i found jquery excellent, but recently i have a problem with a php and jquery.I´m using a query to a database in postgres and load it in a php page in a table, this is load into a html page using jquery, until that it works perfect, but i have a problem when the php is loaded, i want to modify the table via jquery using the jquery.colorize.1.4.0 plugin, but nothing happen the information is load as a normal table without load any detail of the plugin.
The way i load the php is the following :
$('#fconcope').load('concopet.php');

Thanks a lot
Greetings
Paul