Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 flexslider 在表单中的一组问题之间进行轮换。我想创建一个自定义点击事件,所以当用户点击表单中的一个单选按钮时,它会继续到下一张幻灯片。
提前感谢您的帮助。
虽然非常初级,但我在无线电类型上创建了一个简单的单击事件,然后单击 nav-next 按钮。
它有效,但可能有更好的方法来做到这一点......我愿意接受建议。
$('input[type=radio]').click(function() { $('.flex-next').click(); });