[web2py] Re: jQuery - Examples from book not working.

2014-11-30 Thread Jeremiah Peterson
@Anthony, Thanks for the tip. I found this in the layout.html. Since I'm not using any drop down menus I've just removed it and everything seems to be working as expected now. jQuery(document).ready(function(){jQuery('ul.web2py-menu').superfish({delay:400});}); I think it would be hel

[web2py] Re: jQuery - Examples from book not working.

2014-11-30 Thread Jeremiah Peterson
It seems to be this layout that's causing the issue. http://www.web2py.com/layouts/static/plugin_layouts/layouts/Emporium/index.html 1. I created a new app and just used the generic jquery example code and it works great. 2. I upload that layout and then directly after it no longer works. I ge

[web2py] Re: jQuery - Examples from book not working.

2014-11-30 Thread Jeremiah Peterson
I don't believe so. In my app that I'm working on where the .ready isn't working, I've created a completely new controller and view with nothing in it except for the example code and the example doesn't work there either on that. On Sunday, November 30, 2014 9:28:30 AM UTC-6, Anthony wrote:

[web2py] Re: jQuery - Examples from book not working.

2014-11-30 Thread Anthony
Do you accidentally load jQuery twice? On Sunday, November 30, 2014 9:28:38 AM UTC-5, Jeremiah Peterson wrote: > > I did load the example in a new dummy app and it works like it should. Any > idea what would have changed, or what I could look at in my real app? Could > this template I used have

[web2py] Re: jQuery - Examples from book not working.

2014-11-30 Thread Jeremiah Peterson
I did load the example in a new dummy app and it works like it should. Any idea what would have changed, or what I could look at in my real app? Could this template I used have messed something up? Thanks for looking. On Sunday, November 30, 2014 6:40:52 AM UTC-6, Niphlod wrote: > > something ex

[web2py] Re: jQuery - Examples from book not working.

2014-11-30 Thread Niphlod
something extremely wrong is going on with your javascript. the "ready" call is pretty much the default way of handling events once the document has been loaded. On Sunday, November 30, 2014 7:16:04 AM UTC+1, Jeremiah Peterson wrote: > > Here's the example from the book, which isn't working for