In that code below it does the calculation according to the checkbox but I do not know how to make the third field work. This third field only has to multiply a value by the number chosen in the dropdown, moving as little as possible in this alr...
I'm new to this area. I created this bot for a betting site. I would like to know if there is any command for the function to go back to the beginning when green.
$("input").val("10");
setTimeout(function(){
$(".btn-bet.green").click();
},...
Can anyone help me with this site. The front displays the prices only below it again displays with NaN. When it enters any product, NaN disappears. Any tips on how I can solve this?
Some trick to "hide" NaN on the front screen would be intere...
I am putting a highcharts dynamic chart, however I am having a problem, I need to get a value from a PHP page and put in the point y of the graph, for that use a javascript function called a priori of "test" follows the code of the chart:
$...
I'm using Axios to make the requests of my application, and in one of the GET requests returns a PDF file. When I make the GET request by Postman it opens a window to choose where to save the file, but when I make the request for my application...
I have a dynamic form, where you can see several textarea , and by default, this textarea has the same id and the same name , but name is being sent as array % (name="nomecampo[]" ).
I would like to...
I got a template ready with some problems in the plugins and the queries.
Of the 6 select fields to search for real estate, 3 of them can select more than once, type of property, city and neighborhood.
The list of these 3 fields is generat...
I'm populating a list in javascript with a ViewBag . The ViewBag has a list of objects and these objects have properties with accented words. They are coming correctly from ViewBag , but when I add the object to the javascr...
I'm developing tracking system and I need it when checking the route where the vehicle went. I want start and end point to be identified with another icon as image. Here's also PHP code:
while($RS= mysql_fetch_array($RSS)){
$x = $x + 1...