Posts by Cristian Marques • 31 points
2 posts
-
0
votes1
answer216
viewsQ: Graphic Passing php data to js
Hello, I have a php file with a div calling the js file, but I need the js file to read the php data in arquvio php: <div id="chart_div" style="width: 100%; height: 500px;"></div> in the…
-
3
votes2
answers785
viewsQ: Confirmation Modal with codeigniter
I need to do an exclusion confirmation modal. In html <a class="btn btn-primary" onclick="Confirmar(<?=$dados->id;?>)">Excluir</a> Function <script> var base_url =…