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いるかどうかを確認できることはわかっていますが、ウィジェット ( draggable) がロードされているかどうかを確認する方法を使用typeof($('something').draggable) == 'function'していますが、これを行うためのより良い方法はありますか?
jQuery.ui
draggable
typeof($('something').draggable) == 'function'