My jQuery scripts work great, as long as I embed them in the the view itself.
When I move them out of the view into a file such as 'static/js/some- jjquery.js', ajax calls cause the script to stop working. If I comment out the ajax calls, the script works, except for executing the ajax, of course. Any clues??