When using a JQuery plugin, is it a good idea to cut it down in order to only leave the parts necessary for your application or is it better to leave it as it is?
In a related question, is there an impact in performance having to load the entire plugin instead of only the parts you need?