Posts by Igor Martins • 23 points
4 posts
-
1
votes1
answer81
viewsA: Datatable Page
Good since no one answered, I solved it myself and am here posting the solution: <script type="text/javascript" charset="utf-8"> $(document).ready(function() { var i = 0; var pageInfo; var…
htmlanswered Igor Martins 23 -
1
votes1
answer81
viewsQ: Datatable Page
How do I correctly manipulate the dataTable, paging every 5 seconds? I can even paginate, but when I increment the table it ends up stopping.. <html> <head> <meta…
htmlasked Igor Martins 23 -
0
votes0
answers382
viewsQ: Carousel bringing a table with database information
is the following I wanted to know if it is possible to put a table inside the Carousel, bringing the data of 5 in 5 lines, when it completes 5 lines the next data would continue in the next page,…
-
0
votes1
answer847
viewsQ: Bring images with ajax
It is the following personal, I managed to store the links of the images in the database and also stored this images in a folder of my computer. so I was wondering how can I take these images with…