Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 643 Bytes

usage_01.rst

File metadata and controls

24 lines (15 loc) · 643 Bytes

Basic JS usage

It's an adaptation of following example:

https://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_fadetoggle

.. literalinclude:: ../examples/test_usage_01.py
    :language: python
    :end-before: end section A

Will create a page as below. Note that the placement=BODY_END in EmbedJs call caused the script to be placed at the end. Withouth that argument it would get into head section.

.. literalinclude:: _static/test_usage_01.html
    :language: html

That looks like this: