通过 jquery 帮助选择单选按钮并风格化 ul!

发布于 2024-12-10 14:50:55 字数 295 浏览 0 评论 0原文

我有以下 jsfiddle 设置:

http://jsfiddle.net/5bFq7/8/

基本上我有一个 ul 列表,当用户选择一个 li 时,之前选择的 li 应该将 id active 删除,而新选择的 li 应该将 id active 应用到它。还有单选按钮,在 li 中,当选择新的 li 时,应选择相应的单选按钮。

请有人帮忙解决这个问题,因为我的 jquery 太糟糕了!

谢谢

I have the following jsfiddle setup:

http://jsfiddle.net/5bFq7/8/

basically I have a ul list and when a user selects a li the previous selected li should have the id active removed and the new selected one should have the id active applied to it. Also there are radio buttons, in the li when a new li is selected the corresponding radio button should be selected.

Please can someone help with this as my jquery is awful!

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

妥活 2024-12-17 14:50:55

你的 HTML 也不是那么热门。 ;-) 您的单选按钮并不是真正的单选按钮。

http://jsfiddle.net/chrisvenus/5bFq7/16/

是选择单选按钮并突出显示正确选项的代码。更改包括选择器的执行方式、单击事件的位置(在 li 而不是 ul 上)等。

Your HTML isn't that hot either. ;-) Your radio buttons weren't really radio buttons.

http://jsfiddle.net/chrisvenus/5bFq7/16/

is a working copy of the code in terms of selecting a radio button and highlighting the correct options. Changes include to how selectors were being done, where the click event was (on the li instead of the ul), etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文