View Single Post
Old 08-12-2009, 01:37 PM   #19 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

Its all about balance, you wouldn't use the Zend framework for a site with static content, would you? In the case above, yes jQuery is probably overkill.

Quote:
Yep, I've actually found JS very simple compared to JQuery.
All very well and good for simple examples like that but when you start doing some advanced standard compliant DOM stuff with native JS, it gets very painful indeed (especially when redmond is in the equation) jQuery takes alot of the pain away from that!
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote