Posts by Ismael M. de Sousa • 1 point
3 posts
-
0
votes2
answers147
viewsA: How do I turn a class into a clickable text?
.content__container__list__item:active { background: yellow; } Now, if what you need is to perform some action with the event click use Javascript: function myFunction() { alert("My Function"); }…
-
0
votes0
answers514
viewsQ: With view PDF generated with Laravel-dompdf on Viewer.js?
I have an app Laravel that generates reports in PDF according to parameters received from a form via POST and would like to view the files generated with the viewer.js without having to save the…
-
-2
votes1
answer241
viewsA: Accent php - Firebird
$pdo = new PDO('pgsql:host=hostname;dbname=dados', 'user', 'pass'); $pdo->exec("SET NAMES 'UTF8'");