Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
<head>
<script class="jsbin" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
    <link href="http://cdn.kendostatic.com/2012.1.515/styles/kendo.common.min.css" rel="stylesheet" />
    <link href="http://cdn.kendostatic.com/2012.1.515/styles/kendo.default.min.css" rel="stylesheet" />
    <link href="http://cdn.kendostatic.com/2012.1.515/styles/kendo.dataviz.min.css" rel="stylesheet" />
    <script src="http://cdn.kendostatic.com/2012.1.515/js/kendo.all.min.js"></script>
</head>
<body>
    <select>
        <option>One</option>
        <option>Two</option>
        <option>Three</option>
    </select>
    <a href="javascript:void(0)">Click</a>
</body>
</html>
 
$(function(){
    var CB = $("select").kendoComboBox();
  
    $("a").click(function(){
        // I need a logic/method here which can add an item in this f*cking kendo combobox, something like below
        //CB.add("four");
    });
});
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers