Questions tagged as 'jquery'

1
answer

get file with jquery coming from a form

I need to get a file sent from a form with jquery, the inputs type="text" I can get, but the type is not catching , I'm doing this: p> How can I get the file sent by the form? <form role="form" name="form1" id="login_trabalhe" method="...
asked by 03.10.2017 / 19:17
0
answers

Show and hide of form elements with jquery

I have a form in which 3 questions show the same part of the form, and their answers are yes or no, but when one of them is not and the other yes, it hides the questions of the form that are also valid for the other questions . jQuery &l...
asked by 03.10.2017 / 15:53
0
answers

Make real-time modification

I made a simple script with JQuery that changes some texts in select of sizes in a store: <select> <option value="">Escolha seu tamanho...</option> <option value="476" price="0" data-label="p">P</opt...
asked by 03.10.2017 / 16:24
0
answers

Ul options facebook contact

In facebook , when we go to the option to see the list of contacts that we send requests, we have a button written "Friendship request sent". When you click this button, there are some options in the list that we can choose. These optio...
asked by 09.10.2017 / 20:52
1
answer

Ajax does not return values on mobile device

Beauty? It's as follows, I have an ajax method that returns a json, the problem is that this ajax does not run on mobile devices. It always returns me fail, however, on the pc, everything happens normally. jQuery.ajax({ url: url,...
asked by 03.10.2017 / 19:45
1
answer

Select checkbox value

How can I do to select the value of the checkboxes below? I need to click on the checkbox to get the value of the checkbox clicked. link     
asked by 09.10.2017 / 20:48
0
answers

Accentuation with multipart / form-data form and sql server using ajax

Hello. I have a problem that is making me sleepy. I am working on legacy code in classic asp and need to register a form that contains pdf file and data (like name, surname) and other fields. When the page is submitted to the server (iis8) via t...
asked by 09.10.2017 / 20:41
1
answer

How to check whether or not a rel=""

I'm setting up a function for wordpress, where the person can navigate between posts through the keyboard. With difficulties, I was able to create the following function: <script> window.onkeydown = function(event) {...
asked by 09.10.2017 / 20:42
1
answer

Search in jQuery displaying the TR closest as a header!

I GOT THE ANSWER ON THE AMERICAN STACK, FOLLOW THE LINK OF THE ANSWER: link > I have the following HTML and JS : SEGUE LINK EXTERNAL FIDDLE: link $(".filter-nome").keyup(function(){ var valor = $(this).val()...
asked by 09.10.2017 / 20:37
0
answers

save image coming from jquery with PHP json_encode

I'm having a question when I'm going to save the images coming from jquery with PHP's json_encode. I have this jquery code to grab the images $('#drag-and-drop-zone').dmUploader({ url: 'upload.php', dataType: 'json', allowedType...
asked by 27.09.2017 / 14:42