I set up a system where I enter the state and jQuery loads the cities.
The problem is that when I run a history.back() and go back to the form page the select city is left blank. How do I make it not lose value?
Code sample....
So when I use a normal mouse, the scroll is correct, but when I use magic mouse, it skips one-two sections. How do I solve this? I tried to add a delay (100) when the user had to use MAC that even solved the problem, a problem that the user says...
My system works in the form of SPA (Single Page Application), I load all the functions that I will use in the system in a single file (which is light by the way), the problem is that it is all Once I load a page, I need to retrieve the inputs wi...
Hello, I'm trying to insert a recaptcha into a page, I was able to successfully insert the contact page through an AJAX form.
The problem is in an AJAX form that is inside a lightbox (in case I use featherlight but I think it does not influen...
link
I wanted that, in case the user opened one of the main items, when giving refresh, it would remain open.
I've tried to do this in a few ways but I still can not, if anyone can help, thank you.
I am having difficulty catching which character the user pressed when using smartphone with ANDROID / IPHONE. I use the jquery keyup event, but the answer is always undefined or 229.
Does anyone know how to solve this?
The code I'm using:...
I have an MVC method that receives a client class as a parameter:
public async Task<ActionResult> Cadastrar(cliente model)
{
}
It turns out that this class has two children, a class called a person.
and another class...
What is the best way to build a div with jQuery
Example:
$(document).ready(function(){
$.ajax({
type:'post',
dataType: 'json',
url: 'listAllForum',
success: function(dados){
for(var i = 0; dados.length > i...
I'm developing an application in Asp.Net MVC and am having a problem that I can not solve. I have a form with 2 buttons submit , and when I do submit I want to get the name of the button to which I clicked by id and thus chan...
I need to go through a table to see if an element already exists in the first column.
Table:
<table id="tabela-resultado" class="table table-bordered table-striped table-hover">
<thead>
<tr>
<th>Nome</...