Jquery Not loading on Second Page -


solved matt!

so odd bug ive come across redoing new site. have added testimonial second on 1 page , seems have "broken" smooth scroll jquery had working.

the beta site here... www.anim-house.co.uk can see scroll working fine. on www.anim-house.co.uk/portfolio.html scroll not work - addition of

$(document).ready(function(){     $('#fade').list_ticker({         speed:14000,         effect:'fade'     });      }); 

seems have broken it? im amateur when comes jquery if through , figure out error id appreciate it.

$('a[href*=#]').each(function() { console.log(this.hash)}) #contact #cgi #web-design #graphic-design #motion-graphics #photography #home #cgi #web-design #graphic-design #motion-graphics #photography #home null null null 

it last 3 causing error. related links href="#". instead of checking

if(target) { 

check

if ($target  && target) { 

edit: op got working this: http://paulund.co.uk/smooth-scroll-to-internal-links-with-jquery

the website looks nice, way.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -