开发者

Jquery error Object doesn't support this property or method error

开发者 https://www.devze.com 2023-04-09 04:35 出处:网络
I have a ruby application. I am ge开发者_如何学Ctting the error \"object doesn\'t support this property or method\" which corresponds to the following line in my application.js file.

I have a ruby application. I am ge开发者_如何学Ctting the error "object doesn't support this property or method" which corresponds to the following line in my application.js file.

$('textarea.autoresize').autoResize({
  onResize : function() {$(this).css({opacity:0.8});},
  animateCallback : function() {$(this).css({opacity:1});},
  limit: 300
}).change();

Please let me know what changes are required.

0

精彩评论

暂无评论...
验证码 换一张
取 消