What are the differences between normal and slim package of jquery?

后端 未结 7 1199
旧巷少年郎
旧巷少年郎 2020-11-22 03:27

At CDNJS jquery.slim package is placed. It has a smaller size. What are the major differences from an original? A quick look at the code didn\'t bring the answer, and at the

7条回答
  •  一生所求
    2020-11-22 04:07

    I found a difference when creating a Form Contact: slim (recommended by boostrap 4.5):

    • After sending an email the global variables get stuck, and that makes if the user gives f5 (reload page) it is sent again. min:
    • The previous error will be solved. how i suffered!

提交回复
热议问题