I have 2 radio buttons and jquery running.
first
it is always good to restrict the DOM search. so better to use a parent also, so that the entire DOM won't be traversed.
IT IS VERY FAST
$("input[name='myButton']",$('#radioBtnDiv')).change( function(e) { // your stuffs go here });