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");