Questions tagged as 'jquery'

1
answer

AutoComplete does not work on add remove inputs

I'm developing a budget form and I add and remove rows to register products in each row and have two autocomplete fields, where you search for the product by code or by name. The first line is always fixed to start the fill and in it the autocom...
asked by 20.06.2018 / 15:27
2
answers

Doubt with Jquery Load

I have a menu that I will use on all pages, so I want to load the content: I'm doing this: <head> <meta charset="utf-8"> <!-- This file has been downloaded from Bootsnipp.com. Enjoy! --> <title> </titl...
asked by 21.09.2017 / 20:18
0
answers

$ .ajax Calling twice

I'm developing an application with Vue.JS and Jquery. The call is being made like this in Vue: methods: { efetuarLogin: function (event) { event.stopPropagation(); $.ajax({ ty...
asked by 12.07.2018 / 14:00
2
answers

Problem with the notify plugin

I have a problem with previewing the plugin notification when the form is executed. The form itself is perfect. What I realize is that when it will appear it does not time and the notification closes before it even opens. Thank you very much for...
asked by 21.06.2018 / 22:58
1
answer

HttpPostedFileBase always empty when passing csv to the controller

Good Afternoon Personal, I'm having trouble passing a csv that is being sent from ajax using jquery to the controller where it always arrives null. Could you help me? View: @using (Html.BeginForm("Importar", "Contatos", FormMethod.Pos...
asked by 24.06.2018 / 20:12
0
answers

Setting Layou CSS and HTML

I could not get the table " Input Interface and Output Interface " on the sides of the Another question is to sort the entries and exits of each " Plan / Do / Check / Action ", they would have to stay in the same line as in the image below...
asked by 04.07.2018 / 14:03
1
answer

Information is not loaded in MODAL Edit After Page

Good morning, people, I have a question and would like to know if you could help me ... In this first img, I have a table made with a data table with a list of entries, and each one of them has the option to edit and delete. AfterIclickth...
asked by 03.07.2018 / 15:29
1
answer

I can not submit the form!

I have this form in a Modal, but when I submit it it does not send anything by the post or get method, and the problem I encountered was modal itself, it does not submit inside modal. Someone could give me a help, I messed up something in the cr...
asked by 23.07.2018 / 19:18
0
answers

Event triggered twice in the Jquery click

I'm having trouble with jQuery events on time. I've already used all best practices to stop the click event. Here are some examples: .off() e.preventDefault(); e.stopPropagation(); unbid('click'); Always when there is a click I do this fu...
asked by 07.06.2018 / 18:27
1
answer

Double event in jQuery click

I'm having trouble with jQuery events on time. I've already used all best practices to stop the click event. Here are some examples: .off() e.preventDefault(); e.stopPropagation(); unbid('click'); Always when there is a click I do this fu...
asked by 06.06.2018 / 13:37