Questions tagged as 'jquery'

2
answers

Function Jquery to select tab with required fields not filled

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...
asked by 04.10.2018 / 22:11
1
answer

Input disable not found in serialize

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...
asked by 04.10.2018 / 20:59
1
answer

Call php function using onblur (complete)

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&...
asked by 07.12.2018 / 23:48
1
answer

Disable weekend and enable days with Fullcalendar plugin Jquery

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() {...
asked by 05.10.2018 / 05:32
1
answer

Dynamic pricing

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...
asked by 08.12.2018 / 13:23
1
answer

Do not send form with the Jquery animation of the search button

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"...
asked by 02.10.2018 / 15:56
1
answer

how to add a semicolon in Animated number that activates with scrolling in javascript

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...
asked by 24.09.2018 / 18:15
3
answers

OnClick to display result

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: $("...
asked by 11.10.2018 / 21:25
1
answer

Serialize form does not handle the table

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 =...
asked by 11.10.2018 / 13:58
1
answer

NaN error when using datatable ordering

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...
asked by 11.10.2018 / 19:52