Use of single and double quotes
Hi
I have a doubt about the use of double and single quotes.
For example this code:
alert("Scroll left,top position of the Paragraph are:"+$("p").scrollLeft()+','+$("p").scrollTop());
Why are single quotes used in +','+
Thanks for helping me
Jayashree