i'm trying to toggle(hide/show) an input text by radio button choice but it doesn't work.
What's wrong? http://jsfiddle.net/mwwj9vvt/ Thanks :-)
onclick="$('#idprezzoCSSClass').css('display', 'yes');"
I'm not understanding why problem is: https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js Commenting and using diffrent jquery version/resource it works, but i need ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js https://jsfiddle.net/6psb8c73/