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.
私はjPickerを使用して、必要に応じてピッカーを動的に作成しています。作成時に開く方法はありますか?何かのようなもの$.jPicker.List[index].show();
$.jPicker.List[index].show();
ご協力いただきありがとうございます
jPickerでshowメソッドを次のように呼び出すことができると思います。
$("#someid").jPicker("show");