Giter Site home page Giter Site logo

Comments (1)

pickhardt avatar pickhardt commented on July 22, 2024

You are almost certainly doing it wrong. Your guider should have a button
with an onclick attribute, and the onclick should be an anonymous function
that sets document.location.href. Are you sure you are using an anonymous
function? Use something like this for your button:

{
name: "Continue to New Site",
classString: "primary-button",
onclick: function() { document.location.href =
"mysite.com#guider=newguider"; }
}

Jeff Pickhardt
[email protected]

On Mon, Jul 9, 2012 at 3:23 AM, neXor Ianus <
[email protected]

wrote:

Right now it is not possible to do a "redirect event" with a click on the
buttons.
or at least I cant get it to work.

what I'm trying to do is sending a user with a click on a button to an
other site, where a new guider will explain the content of that site.

I tried adding "window.location.href = '-the-url-;"
to the onclick event of my next button, but it seems like this code is
triggered instantly when loading the page.

Maybe I am doing sth. wrong, if so a way to fix this is highly
appreciated, if not, this is a new feature request.

~neX


Reply to this email directly or view it on GitHub:
#71

from guiders-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.