Title: [Plugin: HTML Javascript Adder] Displaying annotations in sidebar
Last modified: August 21, 2016

---

# [Plugin: HTML Javascript Adder] Displaying annotations in sidebar

 *  [jtn35](https://wordpress.org/support/users/jtn35/)
 * (@jtn35)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/displaying-annotations-in-sidebar/)
 * I’m searching for a way to create links in my pages that will open brief annotations(
   text only) in my sidebar.
 * I installed HTML Javascript Adder today, so from what I understand this should
   be possible; I’m just not sure what script to use.
 * A similar plugin (Side Matter) seems not to have worked with my theme (Adaption).
 * Any help would be greatly appreciated!

Viewing 1 replies (of 1 total)

 *  Thread Starter [jtn35](https://wordpress.org/support/users/jtn35/)
 * (@jtn35)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/displaying-annotations-in-sidebar/#post-5163058)
 * I tried these steps this morning but to no avail. Maybe someone can point out
   where I went wrong?
 * First, this script was added to the content section of the HTML Javascript Adder
   plugin:
 * <script type=”text/javascript”>
    $(“a.note”).click(function() { var alt = $(this).
   attr(‘alt’); var pos = $(this).position(); $(‘#note_display’).html(alt); $(‘#
   note_display’).css({ position: “absolute”, top: pos.top + “px” }).show(); });
   </script>
 * <div id=”note_display”></div>
 * Then this was added to header.php:
 * <script type=”text/javascript” src=”[http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”></script&gt](http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”></script&gt);
 * Then the notes in the page itself were formatted like this:
 * `<a class="note" alt="Sidebar text here"> Link to sidebar text here </a>`
 * The sidebar title appears but the links do nothing. Once again, any help would
   be much appreciated.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: HTML Javascript Adder] Displaying annotations in sidebar’ is
closed to new replies.

## Tags

 * [Annotations](https://wordpress.org/support/topic-tag/annotations/)
 * [javascript](https://wordpress.org/support/topic-tag/javascript/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 1 reply
 * 1 participant
 * Last reply from: [jtn35](https://wordpress.org/support/users/jtn35/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/displaying-annotations-in-sidebar/#post-5163058)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
