Вопрос

I have two jquery script. when one script works, the other one does not function and vice versa. Intially, I thought it is because both scripts had same function name etc. I changed the variable name and everything. It still doesn't work. Both of the scripts uses promoted links but different promoted links not the same one. Attached is the CEWP file. When I delete the first line of the script in a staging environment, it works, however, it doesn't on the production environment? enter image description here

enter image description here

Это было полезно?

Решение

You are using more than JQuery references that lead to ش conflict issue and the script will not work properly.

  • Try to remove jQuery-latest-min.js ref or Jquery.11.2.min,js
  • Add the JQuery references before other scripts.
  • Replace JQuery(decoument) with $(decoument)
  • Use Script editor web part instead of Content editor
Лицензировано под: CC-BY-SA с атрибуция
Не связан с sharepoint.stackexchange
scroll top