Digging further into JavaScript

On April 17, 2008, in Web, by ryos

I have the tendency to get stuck coding when something about the process clicks. The JavaScript stuff is awesome since I’m a user experience centric guy and like to see UI interactions happen in an interesting manner. CSS can do quite a bit but JavaScript gives you a lot more control.

Today, I took yesterday’s JavaScript code and used prototype lite + moo.fx to make the tab behavior a little more interesting.


Download Code

  • Of course, shortly after finishing this code, I realized doing it the accordion way is a lot easier. grr.
  • But I also started reading up on mootools, prototype, and jQuery and noticed jQuery is a lot more complete and clean framework to build stuff on. I guess I’ll go study that next!
Tagged with: