thephoeron / LLTHW

Learn Lisp The Hard Way source-code and full book text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOM transformations with Parenscript

thephoeron opened this issue · comments

Per commit 293b267, the Parenscript-generated jQuery DOM transformations in the script module do not appear to be having any effect.

Find out what's blocking the header elements from being found and manipulated.

Removed DOM transformations from $(document).ready() in commit 5c41d2f, now everything is working as expected.

Implemented auto-generated sidebar navigation menu.