Click here to Skip to main content
15,911,531 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Experts.

I need a jquery to get the selected value from a select box..

And i have a Each function in jquery. i need to get the result within that each function...

we can't to change that each function....

Please see the jsFiddle


please help me....

Thanks Dileep
Posted
Comments
RelicV 11-Jun-13 5:07am    
Your question was not so clear, could you please elaborate.! Thnx

Hi dilzz,

Please look at the modified jsfiddle link here - jsFiddle[^].

Let me know if you want any specific functionality for the above.!

Thnx,
RelicV
 
Share this answer
 
v2
Hi,

Use below code to get value.
JavaScript
$(this).parent().next().find('select').val()


Check updated fiddle
http://jsfiddle.net/jNpat/5/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900