feat: Allow civet code to modify DOM #4
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: glen/archematics#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ts-jquery"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit uses the jQuery package for DOM manipulation. So far, it
performs just a toy modification, on a page modified to include the
object javascript. For this purpose the build script was modified
to place object files in
public/js
. Adds a script to build andserve the resulting code.
Resolves #2.