Making this jQuery more efficient and smooth...
Well, this is my first adventure into jQuery. I wanted to make a sliding tab website layout. When I started with this I had around 300 lines of code. It worked, but it wasn't very fast. Today I improved it a little bit, dropping off a decent amount of code.
Here's the site, currently working (Just a bit slow):
http://portfolio.joshmoyers.com
Here's the code:
http://portfolio.joshmoyers.com/js/slider.js
I've tried to comment it the best I could. The 'tabs' that need different positions within the code are invisible z-index divs that lay over top of everything which are where the clicks are registered.
Anyone have any ideas on how to make this more efficient?