I have several radiobuttons.
I have attached my jquery to this radio buttons
When i call this jquery i want the control's id from which this jquery is called.

i tried following technique
$(this).attr('id');
but i failed.

How to find this.
Thank you

Markand, $(this).attr('id'); looks good but it depends on the context in which the statement sits.

Can you post the statement in its surrounding structure please?

Airshow

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.