我怎樣才能得到如何獲得:使用JQuery
MyJSF代碼如下
<h:form>
<p:selectOneMenu style="width:150px" id="id" onchange="onCall()">
<f:selectItem itemLabel="Select" itemValue=""></f:selectItem>
<f:selectItem itemLabel="Other" itemValue="Other"></f:selectItem>
</p:selectOneMenu>
<p:selectBooleanCheckbox id="flag"/>
<p:inputText id="name" value="#{mybean.value}/>
</h:form>
使用jQuery或JavaScript的選擇成分值,請幫我解決這個問題
其中是js/jQuery? – Jai
我試過一些代碼,但沒有人工作 –
如果你可以發佈你的呈現的html,而不是這樣的jsf代碼會更好,如果你可以發佈你的javascript,如你所說的你已經應用了一些內聯js事件。 – Jai