$('.inputradio').on('click', 'li', function () { $(this).attr('sel', '1').siblings().attr('sel', '0'); });