This is a migrated thread and some comments may be shown as answers.

Get ComboBox value using jquery?

1 Answer 64 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Justin
Top achievements
Rank 1
Justin asked on 16 Nov 2011, 08:16 PM
I need to access the combobox values from with in jquery e.g.:

$(document).ready(function () {
var ddl = $("#<%= RadComboBox1.ClientID %>"); 
var value = ddl.get_value();
)};

How do I get this or something similar to work?

Thanks, Justin.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 Nov 2011, 01:15 PM
Hello Justin,

Check the following help documentation which explains more about this.
Using jQuery

-Princy.
Tags
ComboBox
Asked by
Justin
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or