+ 3
can I create a multi page html project in sololearn
can I create a multi page html project in sololearn
1 Respuesta
+ 1
Not with separate files, though people have created code -> code link chains, you have to [Run] each one.
I use jQuery mobile UI to simulate pages here (click "Go to reader"):
https://code.sololearn.com/W6nybHh1bGHX/?ref=app
...Which at its "navigation" core is using in-page jump-to-fragid (#fragments) as discussed here:
https://www.sololearn.com/discuss/1530768/?ref=app
Basically the jump causes the new "page" to fill the view.