Posts by Gladson Gilberto Marinho Gonal • 181 points
8 posts
-
1
votes1
answer1814
viewsA: Why does my Jquery code not work on elements loaded with . load(), how to load them?
Thanks again to Bruno Augusto, who practically solved my problem ! $.getScript('script-carrinho.js'); I managed to solve just by making a call from the file 'script-cart.js', Through $.getScript(),…
-
3
votes1
answer1814
viewsQ: Why does my Jquery code not work on elements loaded with . load(), how to load them?
What is the correct way to load my jQuery scripts together with . load(). I did this way but wanted another solution that works with all the updates that occur with the form, as remove of products,…
-
2
votes2
answers977
viewsQ: How to use JSON response?
After a lot of trying I arrived at this result of JQUERY AJAX, but I still could not use the JSON data, they do not work, how should I do ? give a Help ! thank you The JSON response ta at the end…
-
2
votes1
answer2580
viewsQ: How to update "<form></form>" without Refresh?
My form is a shopping bag when. Submit() the form #add-Cart-head, it adds the product without refresh, but I wanted to have a reply that updates the bag that sits at the top of the page. The "GET"…
-
3
votes3
answers648
viewsQ: How to hide the tooltip created by the Title attribute?
There’s a way to hide the tooltip created by Title while holding the mouse over the IMG, through CSS or Javascript?
-
-1
votes1
answer335
viewsQ: Compare values between tags and filter them by value range in check box?
How to make an Input when Checked filter values between tags ? IN JQUERY <div class="Container"> <div class="Thumb-Produto" > <img…
-
5
votes2
answers273
viewsQ: How to return different answers with different values in equal Classes?
I have two different values that must return different answers, but the classes are equal, how to solve ? See that the answers are wrong. .Container-Produto{display:block;border:solic 1px #ccc;}…
-
1
votes1
answer138
viewsQ: How to compare the value within a <span></span> and trigger an action?
How to get the value within this span? <span id="Preço">199,00</span> I need to compare it to another, so it fires an action when it’s over 199.00.