jQuery is a fast, small, and feature-rich JavaScript library and we use it extensively across all our sites. A key factor when developing is that the library is correctly loaded, but also that it’s only loaded once. To check if jQuery is already loaded into your platform (i.e. WordPress has it by default) then you can use this Javascript snippet:- …
Stop blurring or jagged edges on CSS Transform Transition
If your content is blurred, jagged, or just looks terrible after a CSS Transform or Transition add the following CSS to the element that is affected:- The CSS will fix all manner of CSS display nastiness and ensure that the element is antialiased and not blurred or jagged. This means you can keep your pretty CSS effects.