jQuery click event on radio button doesn't get fired

后端 未结 6 839
栀梦
栀梦 2021-01-01 14:27

I\'ve got the following code to trigger a click event on some radio buttons! but it doesn\'t get fired! can any one help me with this!

CODE :

6条回答
  •  情歌与酒
    2021-01-01 14:56

    Seems like you're #inline_content isn't there! Remove the jQuery-Selector or check the parent elements, maybe you have a typo or forgot to add the id.

    (made you a jsfiddle, works after adding a parent

    : http://jsfiddle.net/J5HdN/)

提交回复
热议问题