Kendo UI DropDownList on change to trigger event
问题 I'm using Kendo UI for the first time and am having some difficulty triggering a function on my Kendo dropdownlist change. My goal here is to show different search fields depending on the user's drop down selection. I have tried this a few different ways, and nothing seems to work. Does anyone have a simple jQuery snippet that would get the text of the Kendo UI dropdown? My code is as follows: <script> $(document).ready(function () { var a = $("div#searchbox span.k-input").text(); console.log