I have just created my first jQuery / jQuery UI project, an animation showing two programs that share information via a common database.
The animation works, but I would appreciate feedback on the way I've implemented it. Is there another approach that would be more elegant, more maintainable, etc?
You can see the project here -- just click the play button:
Basically, in the html I just used a bunch of divs with ids. ("View source" to see html.)
To see the jQuery, go here:
Glad to answer any questions, and will appreciate any advice or suggestions you might have.