I was told that using jQuery() was accepted on more browsers then $(). But $() is so much faster to use. I searched the web for info about which one is better but couldn't find anything relevant.
So my questions are: Which one is better? Why? Is there a difference between them? Can someone share a link to somewhere that explains it?
Thank you