Suppose I am only using a few of the jQuery functions say show, hide, animate and attr. Is it possible to obtain only the part of jQuery library which implements these four functions?
I don't mind using a tool such as a compiler or some dependency checking script.
P.S: Please do not tell me that the size of the jQuery library is very small and it won't matter including it. I know this but still I want to know if it is possible.
Edit: I am asking for an automated solution.