Posts by Fortunato • 113 points
7 posts
-
1
votes2
answers219
viewsQ: Stop loop in function inside another
Good morning, I’m starting on nodejs. I need to get one function that is called inside the other back into my loop, but I’m having a hard time with that. Follow below the code I made. From loop to…
-
2
votes1
answer1229
viewsQ: Regular expression for href and www/https/http links
Good morning, I have 2 regular expressions, where one serves to get the URL of any href, and another that I need to arrange that would just be to get the URL’s that are not inside a href, ie, only…
-
0
votes2
answers9803
viewsQ: Sending form via jquery ajax
I have a form I need to send whenever I give a focusout in the input of the value. However I’m not getting it to give the Submit. Any tips for doing this? Thanks in advance. <?php foreach…
-
5
votes2
answers1306
viewsQ: Jquery Mask in dynamically created fields
I have a product values registration page, where I have an input field with value mask in R$. But since this field is created dynamically after a search in the comic book, the mask then works only…
-
0
votes1
answer480
viewsQ: Do not enter equal data in the database
I’m taking data from an XML, converting to array and entering into the database. But I need only results that do not yet exist. It follows below my code, I have tried several other ways, none with a…
-
0
votes2
answers186
viewsQ: Web service, play dice in empty field bd error
My 3° foreach is creating 2 arrays with null values, I wanted to understand why, so I am not able to enter in the database giving a var_dump($product) it shows me the right results, the 3 products I…
-
2
votes1
answer1518
viewsQ: Call the Jquery function
I am developing a shopping cart, I am wanting to put an element inside a DIV, this element has a function Jquery that is not working your call(function to remove products from the cart).…