본문 바로가기

js/jQuery

kendo ui jquery grid 에서 동적으로 추가 된 element 를 component 화 시길 때



$("#eqp_list :last-child > td > input").kendoTextBox();
$("#eqp_list :last-child > td > select").kendoDropDownList();

마지막으로 추가된 자식 요소를 가져와서 kendo 컴포넌트로 만든다.