Posts by AnnBR • 17 points
4 posts
-
0
votes4
answers7998
viewsQ: Add and remove classes by clicking Jquery
Good afternoon, I would like to add and remove the "active" classes by clicking on each option, and show the contents of each, follow the jsfiddle example. Thank you Html: <ul> <li>…
-
1
votes2
answers156
viewsQ: Save after hiding a div
I use a Jquery code to hide a div, and I would like when clicking close it to save and prevent it from being displayed again to the user when the page is reloaded. $(document).ready(function() {…
-
0
votes1
answer604
viewsQ: Add to cart with Ajax without updating page - Laravel
Hello, I’m trying to use Ajax in a form to add products in the cart without updating the page but I’m not getting, if anyone can help me. I’m wearing Laravel 5.3 joint on this website: HTML <form…
-
-1
votes1
answer32
viewsQ: Exchange text for images
Good evening, How can I change the texts ( Background 1, Background 2, Background 3 ) by images? DEMO Thank you!!…