[jQuery] HTML Partial contains plugin call...plugin call fails

[jQuery] HTML Partial contains plugin call...plugin call fails


I am trying to put a plugin cal in an returned HTML partial. So, for
example, a partial returned from the server might conatin something
like:
<div onclick="$.MyFunction('param1');">Blah, blah</div>
The issue is that I get an error about "$ is not defined" when I
click.
Any advice on how to approach this issue would be greatly appreciated!