javascript - Reducing JQuery Size by Removing Unnecessary Functions -
i using fadein , fadeout jquery , don't want load whole jquery. there way remove other functions? know minified version of jquery small 1kb matters in case.
this part of decision on whether use javascript framework or not. every framework contains base, , base should not interfered with. if edit core of framework, you've removed primary benefit of using framework begin with. now, cannot update when new versions released without re-hacking framework again.
if size key consideration in project, bad decision include framework apparently barely needed. next time, you'll know base decision on more handful of novelty effects. :)
Comments
Post a Comment