Hire Me! I'm currently looking for my next role in developer relations and advocacy. If you've got
an open role and think I'd be a fit, please reach out. You can also find me
on LinkedIn.
One of the shortcuts that Spry borrowed from prototype was this:
var someitem = $("idofitem");
In order to avoid conflicts with folks using Spry and Prototype or other frameworks, this syntax has been changed:
var someitem = Spry.$("idofitem");
I saw this in the release notes, but Peter noted how it had tripped him up so I thought I'd warn folks.