some suggestions for what might be causing problems here.. bcos with out jquery everything works very well. but as soon as jquery is applied and radio buttons are replaced with stars it stops working :I(
enable/disable radio buttons
Collapse
X
-
-
I think your code works as intended…
… only that your stars are no radio buttons.
PS. check out the demo page with FireBug, you will see, that all radio buttons are hidden and instead some divs are visible. thus your radio buttons are disabled, but it doesn’t matter.
PPS. what an ‘obvious’ error, *sigh*Comment
-
Actually, tag and attribute names are case insensitive in HTML and, nowadays, lowercase is most used.all tag names upper case and all attribute names lowercase.Comment
-
you mean to say that the button thing will not work ! no other work around for this?I think your code works as intended…
… only that your stars are no radio buttons.
PS. check out the demo page with FireBug, you will see, that all radio buttons are hidden and instead some divs are visible. thus your radio buttons are disabled, but it doesn’t matter.
PPS. what an ‘obvious’ error, *sigh*Comment
Comment