Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrairieLearn/PrairieLearn
/ course-element.js
File
course-element.js
exampleCourse/elements/course-element/course-element.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
$(
function
() {
2
$(
'.example-course-custom-element'
).append(
'<p>This text was added by a script.</p>'
);
3
})
Callers
nothing calls this directly
Calls
1
$
Function · 0.50
Tested by
no test coverage detected