First off, thanks to the jQuery team for all the work you've put into this library. It makes a lot of lives easier.
But please stop adding features to it.
The download is already pretty fat, and already has plenty of extraneous UI fluff and DHTML stunts that detract from its core. If you really want to add a pretty "fadeToggle" effect, please make it available as an extension or stick it in jQueryUI, or otherwise don't force every single user on the entire internet to download it just so that we can do useful things like $('.disabled').each().
I know that you've got a team of smart people, and it's tempting to just keep going adding new cool stuff. But that's only going to make things worse. You need to accept the fact that your product is feature complete. Go into maintenance mode, make sure everything stays solid, and add make occasional small improvements to the core when it makes sense to do so.
It'll be painful to make that shift, but unless you do, your library will become fatter, less focused, and in the end, less useful to developers.
The thing that impresses me most about jQuery is how conservative they are about adding new features. If you look at the jQuery API it's hardly grown at all in all in the past 4 or 5 versions of the library. Instead, they spend their time refining the existing methods - making .width() and .height() measure hidden elements, for example.
jasonkester: in jQuery 1.4.3 a lot of work was done to make jQuery more modular. So you could take the peices of the library that you want and leave out the rest (i.e. effects).
This isn't the recommendation of the jQuery Team but if you feel the library is getting too bloated you now have the option to cherry pick only the options of jQuery you'd like to use.
Sadly it has reduced me to tears as well because I literally had to tackle this very issue only yesterday. That feature alone though is an absolute godsend.
Updated from 1.4.2 today, 1.4.4 is not available in google apis yet- $('select option[selected]') no longer returns empty string, instead, undefined is returned when no selected option is in list; be careful of any broken scripts.
[+] [-] jasonkester|15 years ago|reply
But please stop adding features to it.
The download is already pretty fat, and already has plenty of extraneous UI fluff and DHTML stunts that detract from its core. If you really want to add a pretty "fadeToggle" effect, please make it available as an extension or stick it in jQueryUI, or otherwise don't force every single user on the entire internet to download it just so that we can do useful things like $('.disabled').each().
I know that you've got a team of smart people, and it's tempting to just keep going adding new cool stuff. But that's only going to make things worse. You need to accept the fact that your product is feature complete. Go into maintenance mode, make sure everything stays solid, and add make occasional small improvements to the core when it makes sense to do so.
It'll be painful to make that shift, but unless you do, your library will become fatter, less focused, and in the end, less useful to developers.
[+] [-] simonw|15 years ago|reply
[+] [-] JoelSutherland|15 years ago|reply
http://api.jquery.com/category/effects/
When you look at that list, fadeToggle makes a lot more sense. The only helper methods are for slide and fade, the most common animation types.
[+] [-] ElbertF|15 years ago|reply
[+] [-] RedWolves|15 years ago|reply
This isn't the recommendation of the jQuery Team but if you feel the library is getting too bloated you now have the option to cherry pick only the options of jQuery you'd like to use.
Read the blog post here http://blog.jquery.com/2010/10/16/jquery-143-released/
Also we discussed it on the jQuery 1.4.3 episode of the jQuery Podcast http://podcast.jquery.com/2010/10/29/episode-38-jquery-1-4-3...
[+] [-] knuckle_cake|15 years ago|reply
This makes me so happy I could cry.
[+] [-] Griever|15 years ago|reply
[+] [-] catechu|15 years ago|reply
[+] [-] pama|15 years ago|reply
http://api.jquery.com/fadeToggle/
[+] [-] tav|15 years ago|reply
Thanks John and the rest of the jQuery team for your brilliant work!
[+] [-] admorphit|15 years ago|reply