FieldDB / migmaq-lessons

Repository for website building Mi'gmaq language lessons.

Home Page:http://fielddb.github.io/migmaq-lessons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next button closes the modal

hisakonog opened this issue · comments

but doesn't open the next item as it is supposed to

code is this:

<a href="#lesson{$lessonNumber}dialog{position()}" data-dismiss="modal" data-toggle="modal" data-target="#dialog{position()+1}" type="button" class="btn btn-primary">Next</a> 

Successor function +1 doesn't work?
I think it may be because +1 doesn't apply to the element in the last position...

data-target need to be #lesson{$lessonNumber}dialog{position()+1}