Posts by Ian Ramos • 23 points
3 posts
-
1
votes1
answer78
viewsQ: Get all div inside a tbody without jquery
I have the following structure in my HTML: <!-- O número de tbody's sera gerado dinamicamente, de acordo com o número de estados --> <tbody name="tbodyEstados"> <tr…
javascriptasked Ian Ramos 23 -
0
votes0
answers104
viewsQ: Problem handling json object in ajax request
I have a function that makes a register in the database via ajax and soon after searches that same object in the database to add the information related to it without reloading the page. var…
-
0
votes1
answer186
viewsQ: How to drag an element when dragging the parent element?
I have an ul with several li inside, and each li has a span: html: <ul class="list-group"> <li class="atividade-style list-group-item"> <span class="atividade"> Item1 </span>…