jQuery's slidedown() function deprecated?

后端 未结 1 1391
滥情空心
滥情空心 2021-01-25 11:17

I\'m trying to get my divs to slide down using $(\'#theDiv\').slideDown(\'fast\');

In the jQuery version I\'m using, 3.2.1, I get a console error

<

相关标签:
1条回答
  • 2021-01-25 11:30

    Not deprecated and should work.

    You are using the slim version, which does not include the effects and ajax functions.

    Use this one instead: https://code.jquery.com/jquery-3.3.1.min.js

    0 讨论(0)
提交回复
热议问题