avdesigns Posted May 25, 2014 Report 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
Moderators servetas Posted May 25, 2014 Moderators Report Posted May 25, 2014 http://forum.phpvms.net/topic/21094-slideshow-and-add-bid-problem/page__hl__%2Broute+%2Bpassed Quote
avdesigns Posted May 25, 2014 Author Report 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
flyalaska Posted May 25, 2014 Report Posted May 25, 2014 did you get the no routes passed before the 1.9.1? Quote
avdesigns Posted May 25, 2014 Author Report 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
flyalaska Posted May 25, 2014 Report 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
magicflyer Posted May 25, 2014 Report 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
magicflyer Posted May 25, 2014 Report 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
freshJet Posted May 25, 2014 Report Posted May 25, 2014 Actually jQuery is a javascript library. Respectfully: ln(jQuery)^2 = ln(javascript)^2 He knows that. Quote
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.