Sreekanth Reddy

Sreekanth Reddy

  • 336
  • 4.8k
  • 407.6k

Access all RadComboxes with Jquery

Sep 20 2016 6:00 AM

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)