[jQuery] Re: Using Javascript and stylesheets in an element with injected HTML

2009-06-03 Thread bobthabuilda
to bind events to Dom nodes that don't exist at initial page > generation. (such as HTML injected with load) > > On Jun 3, 2:33 pm, bobthabuilda wrote: > > > I have a injected remote HTML file (via the .load() method) in my page > > that needs to use some Javascript func

[jQuery] Re: Using Javascript and stylesheets in an element with injected HTML

2009-06-03 Thread bobthabuilda
to bind events to Dom nodes that don't exist at initial page > generation. (such as HTML injected with load) > > On Jun 3, 2:33 pm, bobthabuilda wrote: > > > I have a injected remote HTML file (via the .load() method) in my page > > that needs to use some Javascript func

[jQuery] Using Javascript and stylesheets in an element with injected HTML

2009-06-03 Thread bobthabuilda
I have a injected remote HTML file (via the .load() method) in my page that needs to use some Javascript functionality and rel stylesheets that have already been included in the wrapper page (the HTML page the remote HTML file was injected into). I thought the injected HTML file would use the alr