[web2py] Re: Broken ajax links giving "unrecognized expression" error

2014-07-10 Thread Ian W. Scott
I found the culprit! The links were in a list with the bootstrap classes "nav nav-tabs". Because of that the bootstrap js was trying to use the link url to show a tab, but it was the wrong format. The implementation of bootstrap tabs must have changed between versions 2 and 3 enough that my aja

[web2py] Re: Broken ajax links giving "unrecognized expression" error

2014-07-10 Thread Ian W. Scott
It'll take a bit of time, but I'll see what I can do. On Thursday, July 10, 2014 8:37:31 AM UTC-4, Niphlod wrote: > > can you pack a minimal app to reproduce the issue ? > > On Thursday, July 10, 2014 12:54:03 PM UTC+2, Ian W. Scott wrote: >> >> Yes, it's in the browser's console, and it's targeti

[web2py] Re: Broken ajax links giving "unrecognized expression" error

2014-07-10 Thread Niphlod
can you pack a minimal app to reproduce the issue ? On Thursday, July 10, 2014 12:54:03 PM UTC+2, Ian W. Scott wrote: > > Yes, it's in the browser's console, and it's targeting jquery.js line 3. > > On Thursday, July 10, 2014 6:02:18 AM UTC-4, Niphlod wrote: >> >> do this come up in the browser's

[web2py] Re: Broken ajax links giving "unrecognized expression" error

2014-07-10 Thread Ian W. Scott
Yes, it's in the browser's console, and it's targeting jquery.js line 3. On Thursday, July 10, 2014 6:02:18 AM UTC-4, Niphlod wrote: > > do this come up in the browser's console ? if yes, what line do they > target of what js file ? > > On Wednesday, July 9, 2014 11:57:39 PM UTC+2, Ian W. Scott w

[web2py] Re: Broken ajax links giving "unrecognized expression" error

2014-07-10 Thread Niphlod
do this come up in the browser's console ? if yes, what line do they target of what js file ? On Wednesday, July 9, 2014 11:57:39 PM UTC+2, Ian W. Scott wrote: > > Some ajax links that used to work have just broken and I'm not sure where > to start in debugging. The links target a load component