value using JQuery-隐瞒了意图╮的回答
value using JQuery
How I can get select component value using Jquery or javascript
MyJSF code below
you can pass the this in this function:
this
onchange="onCall(this)"
and i am assuming you have defined this onCall function in the global scope, then you can do this:
onCall
onCall(el){ alert(el.value); }