[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 waseemsab...@gmail.com wrote: that is the correct file name say if the

[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

[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 waseemsab...@gmail.com wrote: have you downloaded th Jquery Javascript library fromhttp://jquery.com/? have you added the script refference you your page ? head

[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 tochiuna...@yahoo.co.uk 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

[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 morni...@gmail.com 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

[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 script src= jquery.1.2.3.js/script On Fri, Jun 5, 2009 at 7:30 PM, BrownPrince tochiuna...@yahoo.co.uk wrote: I downloaded the libraries but

[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 ? head script src=jquery.js/script /head 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

[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 waseemsab...@gmail.com wrote: have you downloaded th Jquery Javascript library fromhttp://jquery.com/?