Change Title of link in Navigation Block

Course Queries Syllabus Queries 3 years ago

5.45K 1 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (1)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago


I've tried a few different ways to change the title of a link within the navigation block through Javascript, but to no avail.

Is there something that I am missing?

Here's the original code via the site:

 href="https://forum.tuteehub.com/tag/id">id="left-shref="https://forum.tuteehub.com/tag/id">ide" class="ic-app-course-menu list-view" style="href="https://forum.tuteehub.com/tag/display">display: block">
           href="https://forum.tuteehub.com/tag/id">id="section-tabs-header-subtitle" class="ellipsis">Sandbox
         role="navigation" aria-label="Courses Navigation Menu"> href="https://forum.tuteehub.com/tag/id">id="section-tabs"> class="section"> href="/courses/16289" title="Home" class="home" tabindex="0">Home class="section"> href="/courses/16289/external_tools/375" title="Course Syllabus" class="context_external_tool_375" tabindex="0">Course Syllabus class="section"> href="/courses/16289/href="https://forum.tuteehub.com/tag/modules">modules" title="Modules" class="href="https://forum.tuteehub.com/tag/modules">modules active" tabindex="0">Modules class="section"> href="/courses/16289/grades" title="Grades" class="grades" tabindex="0">Grades class="section"> href="/courses/16289/users" title="People" class="people" tabindex="0">People
    

Here is the Javascript I'm using to attempt to change the title "Course Syllabus" to just "Syllabus"

 

if (ENV.current_user_roles.indexOf("href="https://forum.tuteehub.com/tag/admin">admin") < 1){  
  $( document ).ready(function() {  
  document.querySelector('#section-tabs a.context_external_tool_375').innerHTML = "Syllabus";  
});  
}  
0 views
0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum