Ready, delegate, and dynamic content

Ready, delegate, and dynamic content

Hi All,

I am using jq to .hide() specific divs in the ready() function that have display:block set as default, effectively providing an easy way to show the same content whether js is enabled or not.  I am also bringing in some dynamic content via ajax, and using .delegate to assign new click event handlers. 

The problem is that this dynamic content is not being automatically hidden via the .hide() function (as ready has already completed), and I can't find a method to .hide() it when brought in dynamically.

I suspect I am overlooking a simple method for doing this, but am a little confused after researching so many pages of jquery functionality.  Any help, or a push in the right direction will be greatly appreciated.

Thanks in advance!