Jquery with Dynamic Content

Jquery with Dynamic Content

Hi folks,

I've been attempting to use random jquery plugins when writing vbscript programs, and they work fine as long as my content is static and hardcoded, but the majority of my content is loaded dynamically after the initial page load.

I've googled around but I can't find a good solution. I've found ajax solutions, but that requires php or another site loading my data back. All my data comes from embeded functions from a button click.

Is there any way to force a jquery plugin to reload itself, without reloading the page? I've attempted putting the initializing block in a normal javascript function and calling that at the end of my vbs sub routine, but that doesn't seem to "redraw".

Any help would be appreciated. I'm very very new to jquery.