I want to log in to different pages with Curl and see if everything is OK.
Example: login successfully returns a text to the screen "login ok" if it did not work take some element of the error page and me printa in the screen under the "...
I have a page with save button, but every time it is clicked the script appears that the information has been saved and exits the page.
My goal is for him not to quit, but I looked at the code and I did not understand why he was leaving.
Follow...
Personally I did not handle anything in jquery / ajax and wanted to pass a parameter to the controller.
I have a modal that opens only to ask if the person is aware of the cancellation where the only field that needs to pass is a hidden with...
How do I load exactly the same structure I create on another screen?
Next, I have this registration screen where clicking on the "+" button will add text type inputs (according to the attached code) My problem is that this creation is dynamic...
I'm trying to filter a JSON with category but I'm not getting it.
I have 3 checkboxes and when I select them they should filter a json as selected. and when I uncheck a checkbox it should filter only those that are selected. If no checkbox is...
I have a table in javascript, it is being structured by a for loop, but I need to calculate the result of it. It follows the code ..
for(i = 1; i<=30; i++) {
var maximo = 5;
var a = parseInt(Math.random()*maximo+1);
var b = parseInt(Math.ra...
People have developed this site and in the indemnity part has a fade.js where when the user clicks on one of the buttons leads it to next step Whendoingthiswillappearasmallformthathewillhavetoenterthisinformationandwhenclickingnexthewillgett...
I have a class:
public class Filtros{
public DateTime DataInicial { get; set; }
public DateTime DataFinal { get; set; }
//outros campos...
}
I have a C # API that receives the class:
[HttpPost("ObterProvisoes")]
public JsonRes...
I'm using a horizontal boostrap menu, its structure is basically like this:
<ul class="nav nav-pills">
...
<li data-type="news" id="5" role="presentation"><a href="#">Link</a></li>
<li data-type"sports" i...