You nut bags forgot to mention to the noob, Use the AJAX hosted Google URL directly in your source code like so:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/ jquery.min.js"></script> A lot of sites are using this so its already cached on people's browsers so the download is ZERO in a lot of cases. Hello? Sorry, didn't mean to call you all "nut bags". I really should have said "scrotums" as a proper term. On Oct 29, 4:05 pm, Mike <tombaha...@gmail.com> wrote: > Hey guys, i've got two questions for you: > > 1. What/Where i cand find are the differences between the minified and > complete jQuery version?? what kind of things i can't use with > minified version?? > > 2. the first question was because i'm developping a big web site, we > want it to be visited for many users, so i'm worried about performance > and loading time, and i think 120K (complete jQuery version) could be > a bit too much. > I must confess i'm a noob with this "loading time" stuff :/, so any > advice you can give me is welcome. > > Thanks