Mysql
 sql >> Database >  >> RDS >> Mysql

Come selezionare tutte le righe della tabella HTML

Tira questo:

$('#all').on('click', function(){
    $(':checkbox').prop("checked",$(this).is(':checked'));
});

http://jsfiddle.net/Dfzdh/