Thứ Sáu, 7 tháng 3, 2014

Confirm action link by jquery

$('.delete_row').click(function(){
    return confirm("Are you sure you want to delete?");
});

Thứ Tư, 5 tháng 3, 2014

Lấy biến input radio



$('input[name=sel_op_tt]:checked', '#form_naptien').val();