[jQuery] Downloading Jquery

2009-10-01 Thread tendai

Im creating a photo gallery that uses jquery. After downloading jquery
it wont let me run it. Anybody know whats up with that.


[jQuery] downloading jQuery

2009-04-25 Thread johntechn...@gmail.com


This is the recommended version of jQuery to use for your application.
The code in here should be stable and usable in all modern
browsers. ...



###

  http://ecologicaleconomics.web.com/


##


[jQuery] Downloading jquery

2008-12-19 Thread ej2451

I just downloaded the jquery libraries (this stuff is awesome!).
From what I've tried so far, it looks like I can do all the jquery
functions and UI functions by just including two .js files.
1) jquery.1.2.6.js
2) jquery.ui.all.js

I know it may be more than I need for now (e.g, if I only want to do
draggable I could just use ui.draggable.js and ui.core.js), but I'd
rather take up more space than worry about what libraries to include.

Am I correct in that I can do all the jquery and UI functions /
widgets / datepicker with just those 2 files?

Thanks for any help on this.