Posts by Handrick • 69 points
4 posts
-
4
votes1
answer598
viewsQ: Concatenate content from a String Array (JSON) generating a sentence
I’m trying to join the contents of an array of strings into one sentence, but I can only bring the whole content separated by commas. Detail, this array comes from a JSON file that is consumed by…
-
0
votes1
answer91
viewsQ: Checkar all daughter class radiobuttons checkbox
I have a page that will display a Checklist, the data displayed is coming from the database. I need that when the user clicks on the first checkbox (id="selectTdsA", for example) it selects all the…
-
1
votes3
answers227
viewsQ: How to store the number of rows found from a Mysql query in a variable
I have a Side Menu on my page and I want to display an alert text to the user, indicating when they have new messages and how many of them. For this I made the query in BD and it returns me…
-
1
votes3
answers638
viewsQ: How to open a new page by clicking on the table row?
I created a page that displays database data in a table, generated through the plugin dataTables (Jquery). It works as follows: when the user clicks on the table row, it is redirected to an edit…