Posts by Sarah Tavares • 23 points
3 posts
-
0
votes1
answer29
viewsQ: How to make jquery click work with Infinite Scroll?
I have the homepage with a list of things: <table id="table" class="tabela" > <thead> <tr> <th class="check">V</th> <th class="nivel">N</th> <th…
-
0
votes0
answers137
viewsQ: Why does my SD card corrupt in the Afghan rescue?
I have a Kingston 4GB micro SD card and a Datalogger code that deletes the successful file and creates a new one with the new values of the variables. Follow the code below: void back_var() {…
-
2
votes2
answers251
viewsQ: How do I do my table with infinite scroll?
I have the following situation: I want to get to the end of the table to make an Ajax request and return another 10 lines in my table. For example: <!DOCTYPE html> <html> <head>…