Posts by jeann sebold • 91 points
5 posts
-
5
votes3
answers1837
viewsQ: Get back deleted files in Git
Friends, good afternoon. I removed some files inside the server, but I need them again, I have them in the git repository. How do I redownload the repository files?
-
0
votes0
answers87
viewsQ: Crawler for Woocommerce
Friends good afternoon. I’m developing a php Crawler that will make Scrapping some urls that I will inform. I’m trying to get him to pull the values of a dynamic url, but I’m not getting it. Could…
-
0
votes0
answers60
viewsQ: Sum of checkbox values
I have the following script $(document).ready(function() { $(".soma").bind("blur change check", function() { total = 0; $("input[type='checkbox']:checked").each(function() {…
javascriptasked jeann sebold 91 -
2
votes1
answer238
viewsQ: Javascript function run on each element
Friends good morning. I have the following problem. I am developing a variable that contains a list of products. var produtos = new Array() produtos[produtos.length]="OUTROS|Catchup|1 sache|10"…
javascriptasked jeann sebold 91 -
1
votes1
answer93
viewsQ: Foreach remove duplicate images
I have code below that pulls the images of the products of the shopping cart of the Gento, but it is displaying duplicate, IE, when it lists the images it displays twice the same image. <?php…