Posts by Décio Rocha • 19 points
2 posts
-
-2
votes2
answers489
viewsA: Checkbox with External Checkbox
The best I found, simpler and more direct was this: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script…
-
2
votes2
answers71
viewsQ: Swap the image with one click on multiple records
I have a little problem in Javasscript. I have a table with several lines, in each row has data and a check at the end of the line that, when clicked, changes the image. Very similar to the Joomla…