j query help
- Started
- Last post
- 11 Responses
- Stugoo
Ok,
I am putting together an image gallery using jQuery, I’ve always said the best way to learn is to do, but I’m having trouble with this.
Its my first day using it so be gentle.
What I am trying to do is
Click top link.
Apply loading gif,
Load left nav
slideDown the content.Then when you click a different top nav:
it slides up the existing one
applies the loading gif
then slides down the new content.Here is an example of my show/hide slide but all the nav’s are on the same page (not what I want)
http://www.stugoo.co.uk/testbed/…here is an example of loading in the side nav but I I cant get the slide up to work...
http://www.stugoo.co.uk/testbed/…(ignore the css im trying something new there too!)
Can anyone help? I think I am almost there am I wrong?
Much appreciated
Cheers.
- janne760
FIRST!!!
- ********0
Second!
No jquery junkies onboard today.
- janne760
Have you tried the jQuery documentation? It will show you a lot of the possibilities, such as loading and effects, you could also look for prefab scripts there.
- ********0
try the jquery google group:
http://groups.google.com/group/j…
- jonatne0
If you haven't got an answer by the time I get off for the day, I'll take a stab at it
- Stugoo0
will check it tommorow
cheers
- welded0
jQuery is pretty easy to wrap your head around and the documentation is great. Check out http://visualjquery.com - it'll make your day.
- Stugoo0
bump :)
- Stugoo0
if anyone cares i got it working.
http://www.stugoo.co.uk/testbed/…
- YAYPaul0
Hey sorry i missed this Stu. Glad to see you got it working though!
- jonatne0
Sorry, I didn't have time to check it out yesterday.
Now you need to work on making it accessible and scalable.