Spry $ dollar sign
I've been coming up with a few issues lately with some code not working due to the dollar key ($) not being defined in some of my Javascript code.
For those that don't know, Spry has a shortcut for
and this is the dollar key ($).
The reason for this error is due to the fact that i'm using two AJAX frameworks and there is a clash.
The easy way to solve this issue is to use:
When referring to the Spry getDocumentById shortcut.
I would suggest that you use it regardless in case it causes issues down the line.




