CodeIgniter Forums
Radio Button UI State - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Radio Button UI State (/showthread.php?tid=46790)



Radio Button UI State - El Forum - 11-15-2011

[eluser]Unknown[/eluser]
Hey Guys,

I am using two radio groups (group1, group2) and I am trying to check and uncheck group2 radio buttons using group1 radio .click() events. It seems internally their state change but UI doesn't change.

I tried jQuery .button('refresh') to refresh the UI but it doesn't work either.

This is also happening to other UI elements which I am trying to hide or show based on group1 and group2 radio buttons state.
These elements doesn't hide either.


Any idea why it is happening ? I am using CodeIgniter 2.0.3, jQuery1.6.2 and jQueryUI1.8.12.

Vibhu