beginners question for jquery... or javascript in general - but preferrably done in jquery! i'm trying to achieve an effect of content sliding (and easing) in when a menu button is clicked. it would be for a normal site with different content (gallery, portfolio, videos, etc) and submenus on some pages that would slide in.
i have learned about all the sliding plugins (like coda slider) that slide through pre loaded and hidden divs. but i have concerns that if i load the whole website on the first page, that just sound wrong. on the other hand doing it with iframes and loading in data with load() i'm unsure i can slide and ease the data in (like coda slider example 8).
has anyone done this before or had the same idea and wouldn't mind sharing? would be greatly appreciated!