Hi Benjamin,

OK, maybe I need to explain better....

I want to apply AJAX to a CMS pagination scheme (using a system
generated navigation bar)
where <div id="content "> gets targeted and dynamically updated with
AJAX - (no page refresh)

So say the end user is on page 1 and clicks navigation bar to load
page 2

(1) Page 1's <div id="content "> would fadeOut
(2) AJA X content would get retrieved and then loaded into now
'invisible' <div id="content "> (myExternalContent.php?id=2)
(3) <div id="content "> would fadeIn to show new content

So just an aesthetic way to handle 'page transitions'
- not unlike an IE page transition filter

Can this be done - have to think with jQuery this would be quite
doable

cheers - j-
BTW - nice site

Reply via email to