I love this plugin. One thing I wonder if you can help with? I would like to use this for my main navigation. What I'd like to do is display only 1 image at a time, which is a navigation link. Each time the prev/next are pressed and an image is displayed, I would like to have a div next to it change content, so each item is desribed. I'd like to do this with the id tag as the link title (i.e. Home) and the title tag as the description.
What I want to know is how to I modify or use the event handlers from the button press to include some code for changing the content of some display tags? Then using jq, I'll fade out the existing content, replace it using DOM and then fade the div back in. Thanks, Tane On 9/2/06, Jan Sorgalla <[EMAIL PROTECTED]> wrote: > > > Justin Carter wrote: > > > > On 9/1/06, jsorgalla <[EMAIL PROTECTED]> wrote: > >> Hi there, > >> [...] > >> Check it out at http://sorgalla.com/pages/jcarousel.html > >> and let me know what you think. > > > > Looks very very polished for a first release, well done :) > > > > Thanks for your response.. > > > Justin Carter wrote: > > > > To make it a bit less obtrusive for browsers with javascript turned > > off might there be a better way to insert the Prev / Next buttons > > after the script kicks in, instead of having to put them into the > > HTML? > > > > Another reason I would consider that option is from a CMS users point > > of view where they know very little HTML, it would save them inserting > > the two images, because in those cases the less they need to know > > about structural HTML the better! > > > > That would restrict the flexibility of designing controls a bit i think... > Theoretically you can use more than one control for next/prev or use > other elements like <button>. > > > Justin Carter wrote: > > > > In an ideal world it would actually be nice to achieve with just a > > class name on the unordered list, but I know that might be taking it a > > bit too far :) > > > > Thats a good suggestion. I'll keep that in mind... > > Thanks, Jan > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > > > -- > View this message in context: > http://www.nabble.com/jCarousel-tf2205628.html#a6112444 > Sent from the JQuery forum at Nabble.com. > > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
