swap these two lines around

<script src="scripts/jquery.cookie.js" type="text/javascript"></
script>
<script src="scripts/jquery-1.3.2.js" type="text/javascript"
charset="utf-8"></script>

they are out of order you may potentially have more of them out of
order

its probably a really bad idea to have  $(document).ready(function(){

inside of  $(document).ready(function(){

you can loose the second one

Mean Mike

On Nov 3, 12:47 pm, Scott Sauyet <[email protected]> wrote:
> On Tue, Nov 3, 2009 at 12:39 PM, stefpretty <[email protected]> wrote:
> > Hmm still doesnt seem to want to work!!!
>
> You're loading jquery.cookie before jquery...
>
> And I think your UI loading might be out of order too.
>
>   -- Scott

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to