I am testing the following code with two jQuery versions: 1.5.1 and 1.7.2
$(':radio').change(function(){alert(1)});
It works in the old jQuery and not in the new one. Why do I have to use .click() in the new version?
Browser: Chrome 18
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It works for me:
http://jsfiddle.net/alnitak/zsMAX/ is set up to use jQuery 1.7.2