I am working on loading a HTML table snippet into a page via jQuery Load.
When this snippet is loaded into the page will i be able to manipulate the table with jQuery or is it just treated as a string?
When i say manipulate i have onClick events on table columns that need to fire.