I know that in PHP the only difference between double quotes and single quotes is the interpretation of variable inside a string.
Well, in jQuery Javascript, I often see doublequotes used in jQuery selectors, or in strings, is there a particular reason for that or is single quotes just the exact same as doublequotes?