jquery / codeorigin.jquery.com

jQuery CDN
https://releases.jquery.com
Other
57 stars 605 forks source link

Not an issue. #72

Closed luisbatista000 closed 3 years ago

luisbatista000 commented 3 years ago

Folks, I was thinking something regarding JQuery. Maybe this is not the right place to talk about this.

Many people have abandoned it for the reason that it is heavy and that is not good for page loading and slow connections.

My curiosity is:

If in that file, which is normally linked by scripts tags or which can also be downloaded, all those elements that we add to our website are included, such as calendars, dropdown, tabs, popover, etc.

Why don't your developers split it?

For example:

If I only want Calendar, wouldn't it be better if they gave the option to link a CDN with the JQuery code for calendar and not a whole heavy file that includes all those functions?

It is what I think.

mgol commented 3 years ago

For jQuery UI you can use its download builder: https://jqueryui.com/download/. It's not possible to have every combination available in the CDN; you should host the custom version on your own site.