I simply want to have a certain portion on the page that swaps content in and out (lets say 3 different items), with a fade effect. So I suppose I could define my container attributes for the content section, and then I could define each of the 3 div containers that will be swapping in and out. So with that in mind, what code do I write to hide two containers and only ever show one at a time (with the fade effect). This cycle would repeat forever.
Share
Try looking into the jQuery Cycle plugin – this seems to cover most of what you’re asking for.