[jQuery] Re: A beginerhaving problems with jquery

2009-06-06 Thread Charlie
you already have what you need whenever you see a reference to jquery.js ( in tutorials,plugin docs etc) you can substitute jQuery.1.3.2.js. or any other version The numbers after jQuery are version numbers, but this is the jquery.js you are needing. You can do one of following: save the jque

[jQuery] Re: A beginerhaving problems with jquery

2009-06-06 Thread BrownPrince
Thanks for the tip. Please could you send me any jquery.js file and any other helpful jquery libraries. My Email is t.una...@yahoo.co.uk. Thanks in anticipation of your help. On Jun 5, 6:33 pm, waseem sabjee wrote: > that is the correct file name > > say if the jquery.1.2.3.js sits on your deskt

[jQuery] Re: A beginerhaving problems with jquery

2009-06-05 Thread waseem sabjee
that is the correct file name say if the jquery.1.2.3.js sits on your desktop and the index.html sits on your desktop in your head code you will say On Fri, Jun 5, 2009 at 7:30 PM, BrownPrince wrote: > > I downloaded the libraries but i couldnt see the jquet.js file. All i > see is jquery

[jQuery] Re: A beginerhaving problems with jquery

2009-06-05 Thread BrownPrince
I downloaded the libraries but i couldnt see the jquet.js file. All i see is jquery.1.2.3.js On Jun 4, 4:06 pm, MorningZ wrote: > And to add to that, the actual name of the "js" file makes absolutely > no difference  (i think that was the question actually asked by the > original poster) > > On

[jQuery] Re: A beginerhaving problems with jquery

2009-06-05 Thread BrownPrince
I downloaded the libraries but i couldnt see the jquet.js file. All i see is jquery.1.2.3.js On Jun 4, 12:46 pm, BrownPrince wrote: > I just started using jquery recently. I do understand the codes and > how they work but i cant understand how to reference external jquery > file in the head sec

[jQuery] Re: A beginerhaving problems with jquery

2009-06-05 Thread BrownPrince
I downloaded the libraries but i couldnt see the jquet.js file. All i see is jquery.1.2.3.js On Jun 4, 4:04 pm, waseem sabjee wrote: > have you downloaded th Jquery Javascript library fromhttp://jquery.com/? > > have you added the script refference you your page ? > > > > > > not : src is th

[jQuery] Re: A beginerhaving problems with jquery

2009-06-04 Thread MorningZ
And to add to that, the actual name of the "js" file makes absolutely no difference (i think that was the question actually asked by the original poster) On Jun 4, 11:04 am, waseem sabjee wrote: > have you downloaded th Jquery Javascript library fromhttp://jquery.com/? > > have you added the sc

[jQuery] Re: A beginerhaving problems with jquery

2009-06-04 Thread waseem sabjee
have you downloaded th Jquery Javascript library from http://jquery.com/ ? have you added the script refference you your page ? not : src is the file path or url path of which folder the script is sitting in and its' file name On Thu, Jun 4, 2009 at 1:46 PM, BrownPrince wrote: > > I just