[web2py] Re: jQuery(document).ready presence kills bootstrap pulldown main menu

2016-07-25 Thread lucas
ok, stupid me. brain fart and such. the jQuery.ui.version user interface js file needs to be loaded under the head section of the view for the jQuery(document).ready function to run all of the way through. if it doesn't run through properly to the end and bug out, the main menu will not drop

[web2py] Re: jQuery(document).ready presence kills bootstrap pulldown main menu

2016-07-25 Thread lucas
> > actually, if i comment out the two lines under the ready function, the > main menu drop downs work again. in fact, if i do: > jQuery(document).ready( function () { //var sx = "jQuery.version: "+jQuery.fn.jquery+" | jQuery.ui.version: "+jQuery.ui.version; //console.log(sx); cons

[web2py] Re: jQuery(document).ready presence kills bootstrap pulldown main menu

2016-07-25 Thread Ron Chatterjee
This does as well. https://github.com/davatron5000/FitText.js Found it the hard way. lol On Monday, July 25, 2016 at 11:38:25 AM UTC-4, lucas wrote: > > hello one and all, > > interesting thing i have encountered. if i include: > > {{block head}} > > jQuery(document).ready( function () { >