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.
我正在使用Liferay Search portlet。我想在其中获取标签的搜索按钮的 ID。<liferay-ui:search/>我还想在“搜索按钮”上触发“自动点击”事件。
Liferay Search portlet
<liferay-ui:search/>
使用 jQuery ,您可以通过 $('.portlet-search input[type=image]').. as liferay-ui:search 标签使用输入图像类型作为搜索按钮来获取搜索图像。