Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ドラッグ可能な機能やその他の機能を使用しているため、ページに jQuery-UI が必要です。jQuery-UI.show()は、jQuery のメソッドをオーバーライドします。効果を表す引数を少なくとも 1 つ指定する必要があります。.show()しかし、jQuery のように単純な、引数や効果なしでメソッドを使用したいと考えています。これどうやってするの?
.show()
これを試して:
show: { show: null; }
"値が false の場合、アニメーションは発生せず、要素はすぐに表示されます。"
から取得: http://jqueryui.com/upgrade-guide/1.9/#added-_show-and-_hide-methods-to-support-show-and-hide-options