2
Answers

Access all RadComboxes with Jquery

Photo of Sreekanth Reddy

Sreekanth Reddy

8y
655
1

How to access all RadComboxes change event in JQUERY in asp.net ?

$("input[type='text']").Change(function () { alert('changed'); }); 
  

Here I used input type as "text" because for RadComboxes we are having type as "text".

Answers (2)