rammohan.acharyadasa
Posts: 0
Joined: Thu Apr 05, 2012 5:03 pm

how to access radio button using inside custom java script

i have tiggzi radio group.name 'mobileradiogroup3'
inside radio group,i have 3 radio buttons named 'mobileradiobutton7','mobileradiobutton8','mobileradiobutton9'
i want to hide radio button mobileradiobutton7' 'based on some condition in side custom javascript.
how to access radio button in side custom javascript .
i tried
$('span[dsid="mobileragiobutton7"]'), but not working.
in mozilla fireBug, it is showing as attached image
pls see below image.

Image

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

how to access radio button using inside custom java script

If it's not working, then the query is not correct. You need to make sure you select the right element in the DOM.

rammohan.acharyadasa
Posts: 0
Joined: Thu Apr 05, 2012 5:03 pm

how to access radio button using inside custom java script

marina
can u please help on this

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

how to access radio button using inside custom java script

As I mentioned above, you need to test your query and make sure it's correct (it has nothing to do with Tiggzi builder). You have a typo in the query:

$('span[dsid="mobileragiobutton7"]')

should be

$('span[dsid="mobileradiobutton7"]')

rammohan.acharyadasa
Posts: 0
Joined: Thu Apr 05, 2012 5:03 pm

how to access radio button using inside custom java script

thanks a lot max
I agree
now it is working

Return to “Issues”