[jQuery] Re: Shadowbox and ajax-returned content - solved

2008-01-29 Thread Bruce MacKay
... by reading Michael's docs a little more closely. Into the document.ready block Shadowbox.init({ skipSetup: true, // skip the automatic setup }); Into the getNextPage function Shadowbox.setup($('a.sbox'),{overlayOpacity: 0.8}); Apologies for not doing my

[jQuery] Re: Shadowbox and ajax-returned content?

2008-01-29 Thread Bruce MacKay
At 04:59 p.m. 30/01/2008, you wrote: Any idea/suggestion to allow me to achieve what I'm seeking here? Can you post a demo link? That would be most helpful. Sorry, I cannot do that for a couple of days. Could we try it this way... The following code retrieves new content into an existing pa

[jQuery] Re: Shadowbox and ajax-returned content?

2008-01-29 Thread Mike Alsup
> > Any idea/suggestion to allow me to achieve what I'm seeking here? > Can you post a demo link? That would be most helpful.