Posts by vinicius brito de paulo • 1 point
2 posts
-
-1
votes1
answer1587
viewsA: Generate a PDF from a Div HTML
Man I do it this way. i take the element (id or class) and put the event (CTRL+P) that opens the option to print the page or save as pdf. or You’ll have to take the element and turn it into a…
-
-1
votes1
answer716
viewsA: How to get the values of a table?
You can use $("tr th").next(); and make a loop.