Success!

It turns out that the `element` is some kind of jquery object, and I should 
have been doing this:

element.find("#clearBtn")

...instead of this:

$("#clearBtn")

...or this:

document.getElementById("clearBtn")

As a novice, this wasn't clear to me at all reading the docs.

Sorry to fill up all your inboxes with my ignorance.

- Rick

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/57f5520c-5f8a-448e-9074-7a8e351d68cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to