jQuery Autosize plugin error - intermediate value(…) is not a function

前端 未结 3 1924
执笔经年
执笔经年 2020-12-23 21:43

I use jQuery Autosize plugin:

http://www.jacklmoore.com/autosize/

The script itself you can see here:

http://www.jacklmoore.com/js/jquery.autosize.js

3条回答
  •  攒了一身酷
    2020-12-23 21:51

    You may have declared a function, inside a function, after you needed it. This was my problem.

提交回复
热议问题