We have Tabs-Menu controls which rely on jQuery library and the dev-manager insist that i should get the functions that controls are using into a separate java-script file so we don’t have to reference/rely on the whole jQuery, so it made me wonder.. is it a bad idea to edit the jQuery files ?
We have Tabs-Menu controls which rely on jQuery library and the dev-manager insist that
Share
Yes it is a very bad idea. It would be a nightmare to maintain with all the bug fixes and feature changes the jQuery team would make.
You should write plugins to modify the behavior as you want.