Posts by Tony • 78 points
2 posts
-
4
votes8
answers95476
viewsA: How to check with jQuery if there is a checkbox checked?
From jQuery 1.6, the method .prop() provides a way to explicitly retrieve property values, while .attr() recovers attributes. they checked. true(Boolean): Will change checkbox status $( elem ).prop(…
-
1
votes1
answer398
viewsA: Export data table to PDF
First enter an ID: { container:"testA", view:"datatable", columns: <?= $json; ?>, id: "iddatatable" footer:false, autoheight:false, data:<?= $json_body; ?>, scrollAlignY:true,…