Jump to content

jquery hiding a dynamically generated table column


gevensen

Recommended Posts

I have been playing with jQuery columnManager plugin today http://p.sohei.org/stuff/jquery/columnmanager/demo/demo.html

and I have been having a problem getting it to work with a dynamically created table ( generated by a jquery ajax call )

the code works fine on a static page but i havent been able to figure out the selector for a dynamic table

any ides?

$('#table').hideColumns(3);

i took the spaces out no go  :'(

 

if i write a test table on the static page before any ajax updates it works fine, its just when i write it dynamically

 

i thought it would be a simple table selection also but no

 

its in the success portion of the ajax call but as I am looking at it writing this response i realize i put the hide call before the inner response

 

thanks for the help, but this was just stupid on my part  ::) ::)::)

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.