0

I have query related to javascript that we call a function where is id in select option tag. So can we use this id for calculation in other function? how to get this id? If yes then how? If no then please give me some other idea..

How to read this id?

Give me result soon.

Isha
  • 27
  • 6

1 Answers1

0

Use .val(), see this jsfiddle example. Here i'm using .change() you probably want to use .submit for this.

luukvhoudt
  • 1,726
  • 19
  • 33
  • It is working nice! here only one dropdowb select box when i working with more then one it is not working correctly.How can i do it? – Isha Nov 25 '14 at 06:39