Not a problem as such but during development I noticed that Chrome doesn’t accept the ‘$’ symbol often used instead of ‘jQuery’. But runs fine when ‘jQuery’ is used.
Noticed this with using Chromes developer tools and thought it was odd, anyone any ideas why?
It’s not problem with chrome. It’s due to jquery conflict.
$.noConflict()fixes this.