I have 2 radio buttons and jquery running.
first
this should be good
$(document).ready(function() { $('input:radio').change(function() { alert('ole'); }); });