Show More
@@ -500,9 +500,8 b' class Javascript(TextDisplayObject):' | |||
|
500 | 500 | downloaded and then displayed. |
|
501 | 501 | |
|
502 | 502 | In the Notebook, the containing element will be available as `element`, |
|
503 |
and jQuery will be available. |
|
|
504 | the js appends content to `element` that should be visible, then | |
|
505 | it must call `container.show()` to unhide the area. | |
|
503 | and jQuery will be available. Content appended to `element` will be | |
|
504 | visible in the output area. | |
|
506 | 505 | |
|
507 | 506 | Parameters |
|
508 | 507 | ---------- |
General Comments 0
You need to be logged in to leave comments.
Login now