Questions tagged as 'jquery'

1
answer

Refresh to div without loading other content

Good morning everyone! I have a page in ASP that basically has 2 divs. A div where there is a panel that connects to a database and takes out information from there (a kind of dashboard) and a div where there is a slider of messages. What...
asked by 24.06.2015 / 15:07
1
answer

Load jQuery does not capture data

Hello, I made a registration page, where I can consular source and recipient, working perfectly. Now I'm doing the editing page. As I already have the source and destination cpf_cnpj, I need getJSON, query immediately showing the values. W...
asked by 24.06.2015 / 21:45
1
answer

Check if file exists using javascript or jQuery

How can I check using javascript or jQuery that a file exists? OBS : I opened the question and I already answered.     
asked by 27.08.2015 / 20:07
1
answer

Redirect to site in mobile version

Hi, I'm doing a version of my site in mobile using in the case of redirection script in javascript it works perfectly with everything I see that this script has a failure because it's about redirecting checking the device. It works lik...
asked by 31.08.2015 / 21:29
1
answer

How to disable an input field of type slider in bootstrap-slider?

I would like to know how to disable a input field from slider to bootstrap-slider ?     
asked by 27.08.2015 / 23:18
1
answer

Menu does not stick under the header

I have a video in html5 at the top of the page and then a menu below it that should be fixed as we scroll the page like this > site here . But I do not know the correct way to do this, remembering that this has to work in all browsers...
asked by 10.06.2015 / 21:06
1
answer

JS event error to force and rename download file

Hello, I have a Script to force download via remote URL that I got as an answer here on the site, however I think I must have done something wrong because the Download event is not starting and not renaming the file at the time of download....
asked by 03.09.2015 / 15:56
1
answer

Recover data in Modal in PHP

I have a button that calls a modal screen, passing the ID of the record in question. I would like to know how to retrieve the data of this ID, at the moment that I display the Modal, so that I can bring the data on the screen? Modal:...
asked by 31.08.2015 / 21:42
1
answer

Adding a click event on a Twitter Typeahead result

I have the following js code that prepares a search field using Twitter Typeahead : var users = new Bloodhound({ datumTokenizer: Bloodhound.tokenizers.obj.whitespace('cname'), queryTokenizer: Bloodhound.tokenizers.whitespace, remo...
asked by 29.05.2015 / 02:25
1
answer

Problem in smoothing the scroll on anchor links

Jquery, but I used this script that I found to give the scroll smoothing effect to the "anchored" link: $(document).ready(function () { function filterPath(string) { return string .replace(/^\//, '') .replac...
asked by 26.06.2015 / 16:23