EasyUI Forum
April 27, 2024, 11:48:29 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Poll
Question: how get combobox text
combobox - 3 (100%)
combobox - 0 (0%)
Total Voters: 3

Pages: [1]
  Print  
Author Topic: about combobox  (Read 13532 times)
windshow
Newbie
*
Posts: 1


View Profile
« on: August 25, 2011, 11:23:27 PM »

<select name="bclassid" class="easyui-combobox"     id="bclassid" style="width:242px" >
              
              <option value="1" >one</option>
            
              <option value="2" >two</option>
          
              <option value="3" >three</option>
              
                   </select>

--------------------------------
how  get “ one  two  three”?

var val = $('#bclassid').combobox('getValue');  

Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!