Hi,
Have a look at Klaus Hartl's very good jQuery UI Tabs plugin (http://
www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/), which you can
use for this kind of functionality. I used it for a pager kind of
widget: http://root.juro.at/showcase/jTabsAsPanels.html

juro

On Jun 9, 3:56 pm, relinquish <[EMAIL PROTECTED]> wrote:
> So here's my situation:
>
> I have a site which has a listing of categories, and each main category has
> a subcategory.
>
> Whenever a category is clicked on, "#main" is hidden and the div id
> "#subcategory" is unhidden, which grabs a list of links using ajax.
>
> Is it possible to create a dynamic cyclefader which adds/removes images to
> the image div after load AND, one that reads the generated markup after the
> ajax is done writing to DOM, turning it into navigation for the cycle
> plugin? The second requirement is more important, as loading all the images
> at start is a fallback option.
> --
> View this message in 
> context:http://www.nabble.com/AJAX-and-Cycle-Plugin-tp17733366s27240p17733366...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to