Custom JS in Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2021
10:42 AM
I am trying to implement the following in my beta instance of Instructure Catalog:
$('#home-page #feature').append('<div><img src="https://s3.amazonaws.com/SSL_Assets/CanvasCatalog/logo-eduonline.png"><h3>NO WALLS IN THIS CLASSROOM ;)</h3><h4>Catalog: Learn on Your Own Terms</h4></div>')
The above JS code is the example posted by Instructure at
and the code for the JS instruction file is here:
The trouble is it does not work. Does anyone have a working example of using JS to append some text to the #feature div that appears right above the catalog?
Thanks,
Dan Soares
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2021
06:58 AM
I was able to resolve this. Had an invalid character in my JS. Apologies!
Dan