[jQuery] Using part of JQuery

[jQuery] Using part of JQuery


Hi all,
I've been moving from Prototype to jQuery and absolutely love it.
Thanks a lot for all the excellent work guys!
I just want to ask if I can build my custom jQuery js file for my
specific need just like how mootools allow developer to select and
download certain modules. I know that jQuery size is already very
small but it is still quite large in my current project (The size of
everything after being gzipped is around 8kb). I just need to use
jQuery's selector and element/css manipulation function so I don't
want to include other features in the js file. Any idea?
Thanks.