I’m trying to use a radio button as a click function:
$('input[type=radio]').click(function(){
and I don’t just want radio buttons, I want radio buttons with the class ‘baby’, or I could even do it by name if that’s easier, searched google and I can’t find anything 🙁
How about this :