EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: windshow on August 25, 2011, 11:23:27 PM



Title: about combobox
Post by: windshow 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');