I have a form and in this I have two INPUTS , these are required so I use the HTML5 REQUIRED property but it only works if I put a BUTTON strong> and this makes my page recharge when doing submit but I do not send it directly but I use A...
Some time ago I was wondering the following question:
What is the difference between:
$(document.body)
$('body')
If you could justify me, it would be very helpful.
I'm trying to disable horizontal scroll on a website; but without affecting the vertical.
I have a script that works like a slider by sliding the "body" of the page to the left and revealing more content. However, this creates an extra empty...
I have a function that adds some details to the DataTable, the function is activated by a button that is to add, then hide the modal. what I want is that the user has the option to continue adding details a button that adds the details to the ta...
If I have a text string such that:
var cadena1 = "cadena_1";
And I just need to get 1 from the previous string to put it in a variable, how can I do it?
Doing this:
var res = cadena1.split("_");
the result is cadena,1
I'm using the JQuery autocomplete library. I currently have a function that decodes HTML entities of numeric type - > Ñ , but what I do not know is how to integrate entities of this type into the function - > &...
My method for accessing a json url is as follows and it works, but now I want to run the json with a for and its'.lenght' but I could not.
The json I want to get the urls from is the following
link
<scriptsrc="https://ajax.googleapi...
I have the following code:
<div class="togglearea">
<div class="toggle">
<h3>Titulo</h3>
</div>
</div>
<div class="togglearea">
<div class="toggle">Titulo 2</div>
</div>
I...
good I have a form in which through a query from php to my bd I charge a select, in which I use the select2 library to be able to search in my registers .. my problem is that when validating this field with jquery-validate This seems to ignore i...
Good afternoon,
I'm doing a User validation, but I can not receive the message I get. I have the following:
$(document).ready(function () {
$("#UEmail").change(function () {
$.ajax({
type: "POST",
url: "Validar...