<div>Apologies,<br></div><div><br></div><div>I should finish this note with the actual error:<br></div><div><br></div><div>Uncaught ReferenceError: $ is not defined<br></div><div>    onclick <a href="http://localhost:8080/todo:1">http://localhost:8080/todo:1</a><br></div><div><br></div><div>JQuery is thus shown not to be loading.<br></div><div><br></div><div>Thx!<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><div class="protonmail_quote">
        ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐<br>
        On Thursday, July 29th, 2021 at 2:26 PM, Ian <icjohnson@protonmail.com> wrote:<br>
        <blockquote class="protonmail_quote" type="cite">
            <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" class="proton-embedded" alt="image.png" src="cid:e6e27e88@protonmail.com"><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 target="_blank" href="https://protonmail.com/" rel="noreferrer nofollow noopener">ProtonMail</a> Secure Email.</div></div><div><br></div>
        </blockquote><br>
    </div>