django-bootstrap3-datetimepicker
django-bootstrap3-datetimepicker copied to clipboard
Usage of .size() breaks code
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.