Posts by Pedro Cardoso • 49 points
3 posts
-
2
votes1
answer1037
viewsA: Load HTML file into another HTML file
With the Jquery html template file. <head> <!--Carrega a biblioteca via CDN. Se vc já carrega outra dentro do seu projeto não precisa--> <script…
-
0
votes3
answers885
viewsA: Table not getting Responsive bootstrap 4
I understand 2 clearly visible issues. On the profile screen: (where the Pilot information appears) the buttons need to be on another format, because their size is what’s expanding this screen. I…
-
2
votes2
answers1623
viewsA: Picking rows from a table by a value with Jquery
<table id="myTable"> <span class="result"></span> <thead> <tr> <th>Nome</th> <th>Status</th> <tr> </thead> <tbody>…