Forum: JavaScript programming
11-30-2011, 06:22 AM
|
|
Replies: 1
Views: 206
not working properly
Greetings,
I'm trying to retrieve the respective value from the text boxes. Unfortunate the value i retrieve and added always point to the first text box.
Can anyone out there help me with these....
|
Forum: JavaScript frameworks
10-21-2011, 09:34 AM
|
|
Replies: 0
Views: 589
chained combo boxes problem
Hi there,
I failed to create the options for the second combo box depend on the selection of the first combo box.
Is there any problem with my jquery there?
$("#cboMain").change(function() {...
|