Forums
Home / Plugin: Responsive Mortgage Calculator / jQuery(…) .size is not a function
(@aldoalfaro)
5 years, 5 months ago
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()