You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The examples provided only show one line to add. e.g. JQuery and no other example shows how to add content via a script that does not read an .innerHTML. Can you please expand on the example that uses JQuery to add more content to the diagram.
Thanks
The text was updated successfully, but these errors were encountered:
There is no jQuery option that doesn't read the innerHTML. The non-jQuery approach is simple to use in that case.
Really the jQuery was there so you could do something like
<divclass="diagram">A->B: Diagram one</div><divclass="diagram">C->D: Diagram two</div>
// Turn all the divs with the diagram class into diagrams.
$(".diagram").sequenceDiagram(options);
Hi there
The examples provided only show one line to add. e.g. JQuery and no other example shows how to add content via a script that does not read an .innerHTML. Can you please expand on the example that uses JQuery to add more content to the diagram.
Thanks
The text was updated successfully, but these errors were encountered: