2
Answers

Access all RadComboxes with Jquery

Srikanth Reddy

Srikanth Reddy

8y
203
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)