I am using html5 on Windows 7 and am trying to use jQuery SVG described here.
It calls for the following line of code in the html file.
<script type="text/javascript">jQuery(function ($) {$('#svgintro').svg({onLoad: drawIntro});});</script>
However, this causes the JavaScript console to return the error message
ReferenceError: drawIntro is not defined
I have been unable to find a discussion about this error on the web or where it is suppoed to be defined.