Posts by Web Developer • 45 points
6 posts
-
0
votes2
answers38
viewsQ: Find an input value within an AJAX loop
I confess that I have been for a while in this small challenge, I am developing the cart part in my Ecommerce. The goal is to display a message, the user click on "Add to cart" of a particular…
-
1
votes1
answer34
viewsQ: Bring values from a select with AJAX automatically
I started using AJAX for a while and I have a question. I own a <select> and I am trying to bring the value of it on the same page (without giving refresh), however, it is only displayed the…
-
0
votes1
answer50
viewsA: How can I keep my pages organized?
I solved my problem that way: I pressed (CTRL + U), and went down to see if the page was being included or not, and realized that it was not. For some reason with <script src=""...> did not…
-
0
votes1
answer50
viewsQ: How can I keep my pages organized?
I am developing a system, in some files I came across a lot of codes in JS inside my files of PHP and a large amount of modals bootstrap also. But what’s the problem? I know that the correct thing…
-
1
votes0
answers60
viewsQ: Help with IF and ELSE in JS
First of all I have to say that I’m starting now to work with JavaScript, I’m sorry if I misspell the name of something or talk some nonsense, come on. My goal is to have a modal with steps, with…
-
0
votes1
answer415
viewsQ: Send form without refresh and bring results to the same page
I need to submit a POST form to make a query on a PHP page (dashboard.php) and return the results of that query, on that same page of the form (refresheless), how could you do? I imagine I’ll have…