Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Implementing jQuery on SVG for the WordPress Header Logo Reply To: Implementing jQuery on SVG for the WordPress Header Logo

#169706
chrisburton
Participant

Ok, now for the big question…why did jQuery work, and not the standard $?

You have a noConflict script in your head which basically strips $ as a variable for jQuery so it does not interfere with other plugins (I think, not good with JS).

And any idea why the SVG square receives the animation, but not the background color of the square when turning from grey to violet? There’s supposed to be a smooth change that’s no longer present.

I’ll take a look.