avdesigns Posted May 25, 2014 Report Share Posted May 25, 2014 Hi! I need to use javascript 1.9.1 using <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> however when I do it the no route passed issue occurs. Does anybody know how I can use js 1.9.1 without having this error? Thanks! Jacob Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted May 25, 2014 Moderators Report Share Posted May 25, 2014 http://forum.phpvms.net/topic/21094-slideshow-and-add-bid-problem/page__hl__%2Broute+%2Bpassed Quote Link to comment Share on other sites More sharing options...
avdesigns Posted May 25, 2014 Author Report Share Posted May 25, 2014 Hi, This doesn't work still, I have to have that link above the body end tag. There are no other js links in the page minus the core ones and even when I've tried removing them it does not work either. Thanks Jacob Quote Link to comment Share on other sites More sharing options...
flyalaska Posted May 25, 2014 Report Share Posted May 25, 2014 did you get the no routes passed before the 1.9.1? Quote Link to comment Share on other sites More sharing options...
avdesigns Posted May 25, 2014 Author Report Share Posted May 25, 2014 No so the 1.9.1 is definitely the problem I am just wondering if there is a way to get round it? Thanks Quote Link to comment Share on other sites More sharing options...
flyalaska Posted May 25, 2014 Report Share Posted May 25, 2014 Usually the no routes passed is from a js issue. SO I would guess that 1.9.1 is it. Maybe its not compatible with phpBMS. No idea really, just a guess. It also be from the way you have you js layed out in the layout.tpl or layout.php. Quote Link to comment Share on other sites More sharing options...
magicflyer Posted May 25, 2014 Report Share Posted May 25, 2014 Order Matters. First, be sure to have that loaded up only inside the core_htmlhead.tpl file. Nowhere else. Second, be sure that the library is loaded BEFORE any other libraries. This will allow the default phpvms libraries to override the functions and still allow it's core functions to work properly. Quote Link to comment Share on other sites More sharing options...
Tom Posted May 25, 2014 Report Share Posted May 25, 2014 (BTW jQuery ≠Javascript oh gosh ) 1 Quote Link to comment Share on other sites More sharing options...
magicflyer Posted May 25, 2014 Report Share Posted May 25, 2014 (BTW jQuery ≠Javascript oh gosh ) Actually jQuery is a javascript library. Respectfully: ln(jQuery)^2 = ln(javascript)^2 BUT, Tom is right. It's called jQuery 1.9.1, not Javascript 1.9.1. The latter is nonexistent. 1 Quote Link to comment Share on other sites More sharing options...
freshJet Posted May 25, 2014 Report Share Posted May 25, 2014 Actually jQuery is a javascript library. Respectfully: ln(jQuery)^2 = ln(javascript)^2 He knows that. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.