Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Is there a way to get to the next passage using a jQuery event?

Is it possible to use an event handler on an image to continue tp the next passage, rather than using
[[next|passage]]
?

I tried 'inspect element' on the link and copied out the code -
<a href="javascript:void(0)" data-passage="first">Next</a>
but that just came back with ILLEGAL on my page when I tried to load.

Comments

  • What I actually put inside the link is an SVG, that seems to be causing the issue as I originally try to insert that into the html with jQuery
Sign In or Register to comment.