jquery - Get all kendo dropdown inside a div -


i struggling kendo dropdowns inside div.

if use

$(".k-list-container").each(function () {    var elementid = this.id.split("-")[0];    var cb = $("#" + elementid).data("kendodropdownlist");    if(cb){          // operation on dropdown     }  } 

it gets kendo drop down of page, want div.

i tried

$("#mydiv .k-list-container").each(function () { 

and several other selectors did not work out.

have tried using .find on div want search?

$("#mydiv").find(".k-list-container{ 

Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -