Good morning, gentlemen.
Can I track requests for a page?
I say: All the files that are called, example: Css, Js, img, video, mp3, iframe ...
Any request HTTP .
I have a String that I need to pass by parameter. However the concatenated variable is interpreted as a new parameter and not a value. Is there a way to pass String by parameter with this character (&)?
Thank you in advance.
var codhtml...
I have a modal window using the semantic framework UI, I can give submit calmly using the Helper @ Html.BeginForm it does the validation of 1 field, but the others do not.
I need to do this validation via jquery when I submit it by looking at...
How do I clear data I got from a database search using ajax? Because when I do a second search it merges the searched data.
var nuevos_marcadores = [];
var marcadores_bd= [];
var mapa = null;
function limpiar_marcadores(lista)
{
for(i in lis...
I have a form where the user inserts his data (name, experience, height and weight), the information is registered in the bank, compared and is returned to the user the ideal board model according to his information, within a modal . All t...
Good evening friends !!!
I have a (Repository) file in ASP that stores my selects to some dropdowns , in this I have the function below that lists my UF's:
public function ListarUF()
dim sql
dim cmd...
Good afternoon guys, I have a filter in ajax that filters 1 result only. I need to filter two conditions, type month and name of a person in a calendar table. How can I do it?
<script type="text/javascript">
$('#show_pessoa'),('#...
I'm a beginner in jquery and would like some help for the following situation:
In this field:
<input type="text" name="colaborador" id="colaborador">
How would you do where, for each letter you typed, you run a query in the databas...
As I'm not aware of javascript I need a little help ....
What I need is to do an autocomplete of addresses in various fields by a google api how could I do this?
This example below is what I needed, but without the need of the map
and that I...
Good morning.
I'm creating an API to make a service available to other applications.
I have the following scenario.
A system to make the service available. This system has a virtualhost configured.
The uri is link .
When accessing this url, int...