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.
是否可以简单地将图标添加到输入文本元素?
例如,我可以将图标添加到按钮元素,但不能添加到带有类型文本的输入$(".mybutton").button({icons: {primary:'ui-icon-circle-check'}});
$(".mybutton").button({icons: {primary:'ui-icon-circle-check'}});