[web2py] Re: Can anyone explain this jQuery behavior?

2011-09-08 Thread Anthony
Can you show some example code? How are you loading the JS files, making the Ajax calls, calling functions, etc.? On Thursday, September 8, 2011 8:01:20 AM UTC-4, Cliff wrote: > > My jQuery scripts work great, as long as I embed them in the the view > itself. > > When I move them out of the vie

[web2py] Re: Can anyone explain this jQuery behavior?

2011-09-08 Thread Ross Peoples
Seeing some code would help. I also wonder if you have encapsulated your external js code in something like: jQuery(document).ready(function() { });