ax5ui / ax5ui-select

Javascript UI Component - Select Extension
http://ax5.io
MIT License
14 stars 2 forks source link

ax5.ui.select 의 현재 선택된 value 와 text 값을 어떻게 알 수 있나요? #4

Open winoh opened 6 years ago

winoh commented 6 years ago
//질문1 : select box의  value 값은 어떻게 읽을 수 있나요 ?
var v_value = ???

//질문2 : select box의 text 값은 어떻게 읽을 수 있나요 ? var v_text = ???

thomasJang commented 6 years ago

https://github.com/ax5ui/ax5ui-select/blob/master/test/index.html#L81