I have a large list of check boxes all with unique id values. I'd like to get the id of the checkbox that executes my JavaScript function. Can I do this using $(this)? Can you provide an example?
Many thanks in advance!
|
I have a large list of check boxes all with unique Many thanks in advance! |
|||
|
|
You can get the target of the event using
|
|||||
|
|
If For example:
See DEMO. |
|||||||||||||
|