Questions tagged as 'jquery'

2
answers

Get file name in input file

I have an input, where when I click, I want you to enter the name of the file. I have the following code: HTML <div class="trabalheObs">Carregar Curr&iacute;culo</div> <input style="display:none" type="file" class="m...
asked by 07.11.2014 / 18:48
1
answer

Remove hyperlink from an image with jQuery

Is it possible to remove jQuery from this image? It may be simple, I even searched in English but I did not find the proper code or instruction. <a href="sushione2p.jpg"> <img class="alignright wp-image-69" src="sushione2p-250x166...
asked by 12.06.2014 / 05:02
1
answer

MySQL query loading table with browse button

I'm in need of a help. I need to make a Search button, pick the parameters of some selects (combobox) and update a table below the filters. But I'm not sure how to do this, to press each click on the button. Here is the code I've alread...
asked by 17.10.2014 / 03:24
1
answer

How to change the value of the meta tag?

I'm trying to change the value of meta tags with data coming from the database, however they are not populated inside the tags. The value is normally retrieved and displayed inside the script when the view-source is enabled but the content of th...
asked by 13.06.2014 / 19:52
4
answers

Scroll with Jquery

I'm creating a website, and I'm wanting to do a scrolling effect on the pages where clicking the menu item scrolls to where the related information is. It would be more or less the same, but a bit simpler with just the same scrolling. Coul...
asked by 26.05.2014 / 20:19
3
answers

Backspace when pressing "+"

In a given input , I allow the user to enter the content he / she understands, but pressing the + key will open a pop-up (which is working) with data coming from the database. What I am trying to do now is: When I press the...
asked by 07.04.2014 / 17:34
2
answers

Formatting date field with jQuery Masked Input [closed]

Dear, I have searched and tested in a number of ways how to format a date field in jQuery but it is not working. I have already imported the jQuery Masked Input into the JSP: src='<%=renderResponse.encodeURL(renderRequest.getContextPat...
asked by 14.01.2015 / 12:23
1
answer

repeating content informed by .html ()

I inform JQUERY the link to open a video in a modal <video width="100%" height="400" id="vid_video" controls="controls" style="padding: 0 10px 0 10px"> <!-- AQUI DENTRO VAI O <source></source> vindo do JQUERY --> </v...
asked by 22.08.2018 / 18:50
1
answer

Problem with autocomplete

Good evening, I'm trying to auto-complete an input via query in mysql database, but I'm having problems. I did all the code following a tutorial and even then it will not, nor will any errors appear to me. When I type, there are no options to co...
asked by 13.09.2018 / 01:34
3
answers

How to install Jquery in Angular?

What is the correct way to install jquery on an angle project 2 + ? With bootstrap: npm install --save jquery@latest Only it is not available in node_modules so I get the path and put it in angular.json     
asked by 08.06.2018 / 16:56