开发者

jQuery strange behavings in checkbox in hidden div

开发者 https://www.devze.com 2023-03-14 18:02 出处:网络
I am doing this website here, http://offline.raileisure.com i am using styled radio and checkboxs. But when you click book now and the hidden div a开发者_如何转开发ppears, the one there doesn\'t wor

I am doing this website here, http://offline.raileisure.com

i am using styled radio and checkboxs.

But when you click book now and the hidden div a开发者_如何转开发ppears, the one there doesn't work. if i take off the styled class then it does work but i cant work out why it wont work in that hidden div.

Can anyone work it out because I can't

Thanks

Lee


The style applied to it with the 'styled' class simply hides the checkbox (display: none) - that would make it entirely unclickable. There are probably a few ways around it I guess - you'll just need to rework the styling.

0

精彩评论

暂无评论...
验证码 换一张
取 消