Questions tagged as 'jquery'

1
answer

Copy and Paste Javascript command [duplicate]

I need to know how to give ctrl c in a div's contents when clicking on it. In case it will have multiple divs, and it will get the contents of the div clicked. I found some things on the internet, but wanted something simple. Simply through...
asked by 27.06.2015 / 15:28
2
answers

Progress bar on file upload and information registry

I'm developing a project, where I use upload files, as well as an information registry. Both the file and the information are registered in the same form. So far so good, but it's usually that when there is a larger file, it takes about 20 to 30...
asked by 25.07.2015 / 21:23
1
answer

Search field in select form

Good evening, I would like to know how do I in the list of a select enable the "search" within the field? <select class="input-xxlarge" onchange="clienteChange()" style="width: 409px !important;" id="cliente" name="clien...
asked by 09.06.2015 / 04:09
1
answer

Get IMEI via Javascript

Is it possible, through a web page, to get the IMEI of the mobile phone of the user who uses javascript or something else?     
asked by 23.07.2017 / 02:31
1
answer

Smooth scrolling on page

I would like to know how I can do that once I click the link of a page in the main menu, the page will gently scroll to the desired page that was clicked? Example: link I wanted an example using links, there is a question using buttons h...
asked by 06.07.2014 / 06:31
2
answers

Modal within modal [duplicate]

I have a modal that opens on another modal, as I would not allow that modal that is open on the other modal does not close when I click outside it. Note: I'm using bootstrap, I already tried using "data-backdrop=" static "" and it did not work...
asked by 07.08.2014 / 15:33
1
answer

Inclined carousel (diagonal) in jQuery and CSS

I need to make a carousel tilted (diagonally according to the image) but with transition between the movements. I've prototyped something in this JSFiddle , but the movement is only working on the "back" button, yet with an abrupt transi...
asked by 21.10.2014 / 12:58
2
answers

Transition effect in jQuery

I'm starting in jQuery and I have a question: is there any way to let the change go down with a kind of transition? <html> <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script><met...
asked by 20.03.2014 / 23:25
1
answer

How to determine the final distance of an element from the footer?

In the case in question would be a sidebar, which from a certain height of scrolling the top, receives position: fixed, but as it continues scrolling it is hidden behind the footer of the site. How could I determine that this sidebar from a cert...
asked by 03.01.2014 / 12:46
1
answer

Cancel Uploads

I'm trying to upload imagens files, but when I'm clicking on X of Photo Preview, it's only closing Preview, but it's still selected. How can I do when I click on x , also that list image is taken? My JS code just below....
asked by 25.06.2015 / 21:27