Posts by Tadeu • 57 points
7 posts
-
0
votes1
answer45
viewsQ: Return in tree only what contains the search
Good morning, I have a tree that has various subjects and sub-subjects and at the end I have the requirements. When performing a search on the tree, it opens whole and shows highlighted what…
-
1
votes1
answer61
viewsQ: Separate Checkbox values
Good afternoon, I have a checkbox set that have 3 blue and 2 red selections. The priority selection is red, that is, if I take a red one even if I haven’t selected all the blue ones, the next one…
-
0
votes1
answer58
viewsQ: How to make two separate selections
Good afternoon, you guys, I am developing an application where the user will have a number amount, for example from 01 to 20 and he should perform two selections, 3 red numbers and 5 blue. The first…
-
2
votes4
answers102
viewsQ: How to create a button that randomly selects 3 out of 5 numbers
my question is, how to create a button that randomly and automatically selects 3 of the 5 numbers that are shown. Like I just clicked on them. follows all my code below. <html> <head>…
-
1
votes0
answers94
viewsQ: Jquery Datatables
I have an array of lottery contest numbers and played on a datatable. I wonder if it is possible to enter in the filter the number of the contest that I want and it instead of filtering only that…
asked Tadeu 57 -
-3
votes1
answer106
viewsQ: How to recover data from a page
Good afternoon, could anyone help me on how I could recover data from that page with php? www.boline.com.br/test.php I know you need to use regular expressions to separate the data, but I don’t know…
-
1
votes0
answers140
viewsQ: How to implement Favorites on localStorage?
I’m implementing a notification control project. On the page where you list notifications, there is a star in each notification to add it to your favorites, which is stored in the localStorage.…