$('.checkAll').click(function(){ var ischeck=$(this).prop('checked'); $('.ids').prop("checked", ischeck); })