let the snake use the hook
I'm trying to get jquery to work inside an imported python module
if I import the module like this.
<script type="text/python" src="/myModules.py"></script>
zing… it works.
howver the snake gets slippery when I import like the second method.
from myModules import *
damn, doesn't work….
as a side note, ALERTS don't work in with the second method either
can someone please tell me what schoolboy mistake I'm making?