简体   繁体   中英

What is the minimum JQuery version for using Semantic-UI

I'm using Semantic UI as a web front-end framework.

I noticed some problem with JQuery version below 1.8. I would like to know which is the inimum recommended version to use?

The bower.json of Semantic-UI (v1.8.1) defines jQuery 1.8 as minimum version. Asking Jack Lukic about this issue he said:

  • Semantic-UI Javascript is heavily based on promises, so jQuery >= 1.6
  • a lot of components are heavily built on Transitions, so bugs in older jQuery version might compromise this.
  • beyond that there seem to be no special issues with older jQuery versions.

EDIT: As per Agent_K, the minimum version required is v1.8.1

Though, I had recommended using the latest jQuery version at all times I did not consider the fact that the signatures would change when transitioning from jQuery 1 to jQuery 2.

I'd still recommend using jQuery 1.11 so that all bugs, would have been properly addressed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM