Posts by Raykard Aguiar • 77 points
5 posts
-
-2
votes1
answer32
viewsQ: Disappear with an active list when you click on another
I created 3 lists in html, and I made a toggleClass so that the lists appear and disappear, but when I click on one and it opens, I would like all the other open lists to close... someone can help…
-
3
votes3
answers165
viewsQ: return values of a javascript object
I have this object in which I need to take the largest portion with the rate 0 (without interest) and its value, and also take the largest number of installment available and its value.. I’ve tried…
-
1
votes4
answers381
viewsQ: remove text inside small without raising the "a" tag with jquery
I have the following code, and would like to remove only the text ' Configuration options:' without changing the "a" tag with jquery, can anyone help me? <small> Opções de configuração: <a…
jqueryasked Raykard Aguiar 77 -
0
votes1
answer494
viewsA: Remove registry in ajax without giving refresh
Pantera, Event was just for testing and I forgot to take, the problem was that I was giving a var_dump on the control and with this I was not running the callback.. Thank you!
-
2
votes1
answer494
viewsQ: Remove registry in ajax without giving refresh
I have a code in ajax to remove rows from a table, but to delete, I have to click the delete button and give a F5 so that the record is deleted in the current code. I tried to do in some ways…