jQuery.scrollIntoView
jQuery.scrollIntoView copied to clipboard
"this.size is not a function" In jquery 3.1.1
en jquery 3.1.1 sale el siguiente error "this.size is not a function" y ya probe con la funcion length y sigue igual
any solution to this ? +1
Replace size with length
Thank you and solve it
Perfect, that worked. Changing this.size()
to this.length
fixed my issue.