This is in relation to the jQuery plugin "scrollTo" from this here: link text
The plugin works fine except when you want to use it with a newly created DOM element. Is there any method to using this plugin with DOM elements that are created after the page has loaded (from other user interaction). This would be similar in application as the 'live' handler for jQuery.
Thanks!