Skip to main content

Bug Tracker

Side navigation

#7942 closed bug (worksforme)

Opened January 10, 2011 08:07PM UTC

Closed January 10, 2011 08:22PM UTC

Last modified February 14, 2011 01:33AM UTC

I cant download Jquery 1.4.4!

Reported by: lanyonjohn@hotmail.com Owned by:
Priority: undecided Milestone: 1.next
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

I am trying to download the latest version of jquery (1.4.4) from the jquery.com homepage and it is NOT working. When I click the 'download(jquery);' button my browser fills with code and does not link me to the correct page/file.

Attachments (0)
Change History (8)

Changed January 10, 2011 08:22PM UTC by rwaldron comment:1

resolution: → worksforme
status: newclosed

That IS jQuery. Copy and paste that into a file and name it jquery-1.4.4.min.js

Changed January 10, 2011 08:37PM UTC by ev149 comment:2

jQuery ''is'' code, that's what it's supposed to be. Just hit CMD/CTRL + S to download it.

Changed January 10, 2011 08:57PM UTC by SlexAxton comment:3

I can confirm this behavior.

Changed January 10, 2011 10:25PM UTC by jdalton comment:4

Classy mocking the OP :(

The problem is because the file isn't being sent with the proper headers.

Compare the jQuery.com download behavior with this link

Changed January 10, 2011 11:25PM UTC by gf3 comment:5

Content-Disposition: Attachment headers might be handy, but I think I'd opt for simply changing the button text.

Changed January 11, 2011 09:39AM UTC by anonymous comment:6

just save as .js dumb neds

Changed January 11, 2011 02:22PM UTC by musicisair comment:7

PLEASE PLEASE PLEASE don't add the "force-download" headers. People can right click and "Save As" or they can Ctrl+S the source (er, browser full of code). You can't easily tell your browser to act like view-source on a download attachment.

Changed February 14, 2011 01:33AM UTC by rwaldron comment:8

#8265 is a duplicate of this ticket.