jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

url redirect #126

Closed tainki21 closed 10 years ago

tainki21 commented 10 years ago

does anyone know why my redirect does not work?

if (currentSlide === 'IDSLIDE') { window.location.href = 'http://www.google.it'; }

thanks

shama commented 10 years ago

It's hard to provide help without seeing the code you're having an issue with (although url redirect doesn't sound like an issue related to jmpress).

tainki21 commented 10 years ago

Ops..

if (currentSlide === 'IDSLIDE') { window.location.href = 'http://www.google.it'; }

sokra commented 10 years ago

The redirection code is correct. Is the condition == true? What's the value of currentSlide?

We need moooore code...