django-bootstrap3-datetimepicker icon indicating copy to clipboard operation
django-bootstrap3-datetimepicker copied to clipboard

Usage of .size() breaks code

Open pattyjogal opened this issue 9 years ago • 0 comments
trafficstars

Chrome's dev console kept throwing me a nasty error that xxxx.yyy.size()was not a function. Turns out calls to size() have been deprecated since JQuery 1.8. Replaced with .length and it worked perfectly.

pattyjogal avatar Jul 21 '16 19:07 pattyjogal