Questions tagged as 'jquery'

1
answer

How to make the lazy loading of a datatable work?

I currently use a library to make my datatable, which gives me many options to configure my table and what I understand one of them is the recharge option by necessity, this means that I will load my data from the bd as I go moving in the table...
asked by 21.05.2018 / 19:20
1
answer

Input of type file to obtain the duration of a video

Good morning; It is possible to obtain the duration of a video by capturing it with input type="file" <input type="file" class="" id="mivideo" name="mivideo> either with JavaScript or jQuery or PHP     
asked by 19.06.2018 / 02:26
3
answers

How can I correctly align a card in bootstrap?

Hello, my question is to know how to solve this problem in bootstrap, I want to make three columns in a horizontal way, because when I do it, it is vertical I would appreciate your prompt response. <!DOCTYPE html> <html lang="e...
asked by 15.03.2018 / 18:02
0
answers

Send post data when redirecting with javascript

The form takes some data to obtain filtered products in an online store. If the form has data-container = '# results_store' the answer (products) must be painted on the div with id #results_shop. On the other hand if you do not have d...
asked by 12.12.2018 / 13:04
0
answers

retrieve date from an ajax call in struts

I have to recover from java a date that is passed as a parameter in the url of the ajax call. The parameter in the URL from the ajax call gets it right, the problem comes from the java part that is null. if(id=='A'){ tipoFactur...
asked by 24.01.2018 / 10:33
3
answers

Jquery how to put in span everything the user types in text area

The problem that I face is that I could achieve what I need but showing it in the console, but my goal is that as it appears in the console, each word is assigned a span, there is some code in jquery that makes it possible , thank you very much...
asked by 07.11.2017 / 17:56
1
answer

JavaScript / Jquery error "TypeError: Property 'handleEvent' is not callable." What could it be?

Well today I was practicing and I found this Error reflected in the Console:    TypeError: Property 'handleEvent' is not callable. I would like to know why it happens, I will leave my practice form here to see if they can help me solve it...
asked by 25.01.2018 / 20:20
0
answers

How to implement ajax with jquery validation plugin

This is the code that I am using alctualmentememando an error of Can not post to be sent someone knows what I am doing wrong or what is the correct form. I also want that after sending the data it shows me the thank you div and the h1 of thank...
asked by 27.03.2018 / 20:12
0
answers

Send Json with Ajax to Spring mvc

I can not send a json to a Spring MVC controller, I do not have any errors, but the controller does not print anything, I do not know what I'm failing. Javascript Ajax: var search = { "pName" : "bhanu", "lName" : "prasad" } var...
asked by 27.03.2018 / 19:48
0
answers

how to upload files to drive [closed]

I am programming a repository users attach their document, after this attachment I want it to be opened with word online or google doc and can be edited directly from the page. How can this be done? thanks     
asked by 10.01.2018 / 15:28