Questions tagged as 'jquery'

1
answer

Bootstrap-3-Typeahead, list search-based options displaying another field

Using Bootstrap-3-Typeahead plugin performing the search based on what the user types and displayed information from another database column. My server-side method performs the filter based on the services column and returns the name (colune...
asked by 18.07.2018 / 16:11
2
answers

Close sweetalert2 when you find the data

I would like the sweetalert2 to find the data to be modal. But it does not return anything in .then Here's my code: swal({ title: 'Auto close alert!', html: 'I will close in <strong></strong> seconds.'...
asked by 18.07.2018 / 16:23
0
answers

Masks - html5, jquery, angularjs

Hello, does anyone know how to use the jquery library "vanilla masker"? I have some input fields that I want to mask this library for. What I understood by reading the documentation on how to create "customs" masks, var cpfMask = ['999....
asked by 18.07.2018 / 16:36
0
answers

How to use jquery validate with FormData Object

I have a form with 3 fields being one of type file. Validation works perfectly. When I try to send data using ajax, I get the error: "SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data". When checking with the...
asked by 09.07.2018 / 06:49
0
answers

Error sending large email volume with GMail and PHPMailer account

We have a script for sending emails, which can be few or many, depends on the need of the staff of our RH , I am not able to solve the problem and satisfactorily treat the error message that is being presented and not exactly how to do it...
asked by 09.07.2018 / 13:50
1
answer

Why is not fullcalendar loading css?

Good afternoon I'm having a hard time implementing fullcalendar .. it appears all right, however the CSS does not load (I think) Am I doing any wrong import? Or is something missing? Thank you in advance for all of your time to help me!...
asked by 08.07.2018 / 18:56
0
answers

How to send the function return that fetches the data from my xml to an input via ajax / jquery?

try { XmlDocument xmldoc = new XmlDocument(); XmlReader reader = new XmlTextReader(Stream.Null);//Stream reader.MoveToContent(); reader.ReadToFollowing("cNF");...
asked by 18.07.2018 / 03:23
1
answer

Load tab only when clicking (with jquery)

I'm using the tab system with jqueryUI and I came across a problem where I need to load the page, just load the first tab, is there a way to do this?     
asked by 17.07.2018 / 22:14
2
answers

Reload the main script when completing ajax request

I'm developing an application where I have some views that are loaded into my <section id="view"> via ajax. The view loads normally, but functions that have been programmed with jQuery for all inputs, for example, do not work. As...
asked by 03.02.2018 / 04:51
1
answer

Disable checkbox when selecting next [duplicate]

I have a problem related to the hidden div that appears when selecting the check, as I can not use the radio button for a reason of a function that is being used, I need to execute in the checkbox, however when switching from checkbox to the p...
asked by 06.07.2018 / 19:20