• We see the following error on the console on pages where we’re using the plugin:

    Uncaught TypeError: jQuery(…).size is not a function

    Apparently jQuery $().size was deprecated in 1.8 and removed in 3.0.

    So .length() should be used instead of.size()

    • This topic was modified 5 years, 5 months ago by aldoalfaro.
  • The topic ‘jQuery(…) .size is not a function’ is closed to new replies.