$(function() { $('.krovColor input[name="color"]').change(function() { var selectedColor = $(this).val(); console.log(selectedColor); }); });