I’m working with a row of buttons that were created on the fly by the TinyMCE editor. A lot of these buttons are custom buttons that I created so I’m trying to add a blue dot on the button that can be clicked to bring up an explanation, as below.
The problem is that the explanation box is positioned relative to the canvas, not the button. The TinyMCE toolbar will appear on top of whatever box opens it, and the boxes can be anywhere on the screen when the editor is called up. To get the explanation to be close to the button clicked I think I need to create the explanation box in jQuery an do a prependTo to the button ID, something like
The HTML I have now for this explanation box is: