I use the tab of bootstrap and required of dataannotations ,
but the following happens, you do not know the fields of the required, when it is not in tab of it, for example, I am in tab 1, and I conclude, howeve...
If the form I have is validated, I disable the form, like this:
$("#Editar :input").prop("disabled", true);
But I have function to serialize, and if I have forms disabled, they can not find the value. Is there any way to disa...
I have an onblur event to call a function and this function has to call a php class to be able to compare what was typed in the input with what is in my DB, but I do not know how to do that using jquery, how do I do this?
HTML
<html&...
I'm using the fullcalendar.js plugin
How would you like to leave the weekends disabled and also leave enabled only 15 days counting today's date?
I have this code with the fullcalendar.js plugin
JS
$(document).ready(function() {...
I'm developing a web app sales system, where you can put multiple products in 1 sale, increasing inputs dynamically.
It calculates the price of each product by multiplying by quantity automatically, but I can only do this in the first...
I have this code that does the button animation fetch in Jquery, the problem is that my form does not send the typed data when you click the submit button with this animation, how should I do?
HTML
<form class="navbar-form" role="search"...
I am a layperson in javascript .
My boss dreams of putting such a "timer" on the site (animated numbers that trigger a machine-like movement by counting the numbers, which activate when you reach the window through the scroll).
But I can...
I got a code that when something is typed in the input, it loads the data without refresh on the page, but I wanted to do this through button, thus avoiding bugs.
I am not able to convert the code to execute with button.
My .js code:
$("...
I have this function to check if something was changed in formulário , apparently it worked perfectly:
$(function () {
var init_form = $('#editarproduto').serialize();
$(':submit').click(function () { window.onbeforeunload =...
I'm trying to create a date order in a dataTable where the format will be dd-MM-aaaa hh:MM:ss .
The code below even works the problem that it gives some conversion error always in the first value that stays as NaN and when...