Questions tagged [jquery]

jQuery is a popular, cross-browser JavaScript library.

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

46 questions
7
votes
3 answers

Redirect specific url requests to local site

Is there a specific way to redirect requests for a specific URL from a browser to a local site or location?e.g. setting a Firewall or some OS rule to redirect a request for the jQuery lib to a location on my machine?
emilio
  • 175
  • 1
  • 1
  • 5
5
votes
2 answers

I keep getting unresponsive script error in firefox for jQuery script

Yesterday I started getting unresponsive script errors like 6 times a day. And I know it has something to do with jQuery because I always get this in the error report: Script: resource://gre/modules/commonj…nsion/data/jquery-2.1.0.min.js:2 This…
zoran404
  • 205
5
votes
5 answers

jQuery disabled on Firefox. I cannot enable it

Last night, pragmatist Vaio Care automatically fixed (!) the errors on my Sony Vaio laptop and soon afterward, a big problem emerged. I start Firefox 3.6.16 and navigate to superuser.com (and other Stack Exchange sites) and the following warning…
3
votes
7 answers

Is there a way to run a website in full screen in Windows?

Is there a way to run a website in full screen in Windows? I'm running a Webpage which is only a form and it's running on a kiosk in a shopping mall. I want this page to display in full screen. no other things should be seen on screen except the…
2
votes
2 answers

Chrome can't download jQuery, other browsers can

For some reason Chrome on my computer absolutely refuses to download this file: http://code.jquery.com/jquery-1.9.1.min.js When I try, I get this error: Failed to load resource: net::ERR_CONNECTION_TIMED_OUT Firefox downloads it right away. I've…
2
votes
2 answers

How to get around ERROR 405 Method Not Allowed with HTTP post

I'm trying to make an HTTP post on this website: https://www.colorado.gov/revenueonline/_/#2 (click Verify a Sales Tax License in the bottom right) using wget with the following command: wget…
user257770
  • 21
  • 1
  • 2
2
votes
1 answer

How to prevent javascript timeout function?

A website that I frequent utilizes the following javascript function idle() { $(document).unbind('mousemove'); $(document).unbind('keydown'); $(document).on('mousemove', function () { resetTimebomb('keydown'); }); …
David
  • 143
2
votes
4 answers

Adblocking jQuery

As a privacy-concerned user, I try to make sure that Google, Facebook and the like do not get informed of whatever page I visit through web bug like Google Analytics and the Facebook "I like" button. Thus I block them using a combination of Ghostery…
2
votes
2 answers

How can I insert my own JavaScript into page?

I'm using Internet Explorer as the default browser. (Firefox is not an option). There are some web apps that I like but whose layout and workflow does not quite agree with me. Given that I am merely a visitor to the website, is it possible to…
ert
  • 21
2
votes
2 answers

Userjs in Opera. What about jQuery?

Does it work, if I specify a folder for Operas userjs and that folder contains jQuery.js? Can I then use jQuery in my own scripts?
2
votes
3 answers

Am I crazy? Demos on jQuery's 'effects' page not working in any browser

I want to make sure I'm not crazy, because I can't get any of the effects demos to work on jQuery's demo pages. I thought it might be my new Firebug version (1.5.2) or Firefox in general, but they're not working in IE or Chrome either. Here are the…
MegaMatt
  • 153
1
vote
1 answer

Directory Browsing on Apache

I am listing a couple of stuff that I want people to download for my school and remembered that some sites had directory browsing done with cool little icons displaying the file types. I wanted to do this myself and felt that the default directory…
Nina Sonbolian
1
vote
0 answers

Logging into a website throws up some code

So I was logging into a website earlier today on my PC, and this gets thrown up for me " + ""; return head; } function htmlFooter() { return "" + ""; } function hideFrames() { var gqFrame = document.getElementById('gqFrame'); gqFrame.rows =…
1
vote
0 answers

Is there a way to search ajax code for multiple words in Chromium?

There are various extensions in the Chrome Web Store that highlight multiple search strings in webpages e. g. Find Many Strings, MultiHighlighter or efTwo. None of them seem to support searching in Ajax content, though. For example: using…
1
vote
0 answers

YouTube style linking inside HTML5 Video player

After a video has played on YouTube, often there will be a follow up link after the video has finished playing in the form of related videos. I'm looking to implement similar into my HTML5 Video. It would look something like this: At the moment, it…
1
2 3 4