EasyUI Forum
May 09, 2024, 05:52:30 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / about combobox 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');  

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!