On Wed, Aug 12, 2009 at 1:43 PM, mrbutler<mrbut...@4state.com> wrote:
> Sorry, shouldn't have said 'run'.  After I save jquery-1.3.2.min.js, I
> right click on it, select open,
> then the error pops up.

That's running :)

Jquery is a javascript library, meaning that it's a plain text file
that can't be executed.
If it linked to via an HTML document, which is in turn loaded and
parsed by a browser, the library functions are available to any
javascript on that page.

If you pick "open with", say, notepad, you can see the jquery (which
will not be remotely interesting to look at, particularly the .min.js
version).

The jquery.com site has some good tutorials to get started with it,
but don't expect the file itself to "do" anything.
-- 
Brett Ritter / SwiftOne
swift...@swiftone.org

Reply via email to