Javascript Runtime error: $ is undefined

Referred Link 
http://stackoverflow.com/questions/17637870/javascript-runtime-error-is-undefined

Problem
0x800a138f - JavaScript runtime error: Unable to get property 'onSuccessMethod' of undefined or null reference
Error

Solution
$ is defined by jQuery, which you probably haven't referenced. 
A simple way to get it is to add one of the CDN urls to your template HTML:

You May Also Like

0 comments