<div>Hi All,<br></div><div><br></div><div>Newbie question here.<br></div><div><br></div><div>I am working through Chapter 21.6/21.6.1 of the Seaside book using both it and the Github version (Square Brackets Associates) as a cross reference for new material.<br></div><div><br></div><div>I am running into an issue where when adding the jQuery functionality as described in section 21.6.1, 'Adding an Effect,' I do not get the effect.  For some reason the code that is supposed to add jQuery to a page: <br></div><div><br></div><div>renderHeadingOn: html<br></div><div>    | helpId |<br></div><div>    helpId := html nextId.<br></div><div>    (html heading)<br></div><div>        class: 'helplink';<br></div><div>        onClick: ((html jQuery new id: helpId)  ***** <<<------ HERE<br></div><div>            slideToggle: 1 seconds);<br></div><div>        with: self model title.<br></div><div>    (html div)<br></div><div>        id: helpId;<br></div><div>        class: 'help';<br></div><div>        style: 'display: none';<br></div><div>        with: 'The ToDo app enhanced with jQuery.'<br></div><div><br></div><div>Does not result in the rendered page getting the <link script element added to the head section nor in the <script> tag before the closing body tag (all according to firefox's developer tools as per:<br></div><div><br></div><div><img src="cid:e6e27e88@protonmail.com" alt="image.png" class="proton-embedded"><br></div><div><br></div><div>Any help would be greatly appreciated.<br></div><div><br></div><div>Kind Regards,<br></div><div><br></div><div class="protonmail_signature_block"><div class="protonmail_signature_block-user"><div>Ian<br></div></div><div><br></div><div class="protonmail_signature_block-proton">Sent with <a href="https://protonmail.com/" target="_blank">ProtonMail</a> Secure Email.</div></div><div><br></div>