Questions tagged as 'jquery'

0
answers

Border control and preview of exported file with .wordExport () (JQuery)

Good morning. I would like some help with the JQuery .wordExport () command. I'm able to export html without problems to word document, however, when I open the document, the margins are of the default size of the word instead of the margins...
asked by 11.07.2018 / 14:38
0
answers

Post a file via URL through Ajax on a page with Input File

On a page that contains a button to send images to advertise, do you have to instead click on this button and select an image from my computer, send an image of a URL through Ajax? I'm trying to make a Userscript to integrate my virtual store...
asked by 29.06.2018 / 22:42
0
answers

Element animation when changing JSON (HTML + css + jquery)

I need to insert, delete and change the order of elements (div for example) with some basic animation effect when changing data from an updated JSON every x seconds via Ajax. From this point, I need the data to come from a JSON :: link I...
asked by 15.07.2018 / 02:04
0
answers

Animate Delay with jquery

I wanted to know how do I put a delay on image exchanges using jQuery. I did a test and it is not working, follow the code below. $(function() { $('a[href*=#]').on('click', function(e) { e.preventDefault(); $('html,...
asked by 06.07.2018 / 06:10
0
answers

react-materialize input is not working

I'm facing the following problem, I created a site using only the materialize and then I used the React library in the template, however now some fields are not working and one of them is the input I had to remove the jquery in some parts becaus...
asked by 27.06.2018 / 21:56
1
answer

Include jQuery outside the root directory

I have the following directories: Dev libs jquery.js Projects (Root) index.html In my index.html, I'm trying to use jquery as follows: <script src="../libs/jquery.js"></script> However, it does not work....
asked by 04.07.2018 / 23:39
1
answer

Send input file by Ajax

How do I send a file via email using Ajax? When I fill out the form, all data is sent minus the upload. For Php I can send everything right, the problem is when I run the ajax function, it does not send the upload $("#enviar").click(functi...
asked by 04.07.2018 / 22:02
1
answer

Remove Child Firebase

Hello, I'm starting to study Firebase and I'm putting together a simple timeline, but I crashed at the time of trying to delete a certain post. I've seen people saying it's done by remove() , but I do not know how to apply it to the code....
asked by 26.06.2018 / 17:17
1
answer

Problems with href scrolling for content on the same page at lower resolutions

My problem is this. <a href="#saibamais" class="scroll-to"> Saiba Mais </a> <div id="saibamais"></div> $('a.scroll-to').on('click', function (e) { e.preventDefault(); $('html,body').animate({scrollTop: ($($(this)...
asked by 27.06.2018 / 14:14
0
answers

Uploading by ajax

I made the code in ajax to send information through the click method, however the file does not arrive in the email, only other data, in the Console appears the array with file type, size, name, everything right but it is not working ... I do no...
asked by 05.07.2018 / 22:48