I have a slider with customized tool tip box. I am using mutation observer to change the displayed tool tip value, because of which I have to disable the 'Show values' option. The problem is without 'Show values' enabled, the tool tip div with the tool tip box is currently misplaced. How can I attach the tool tip to the slider handle so that it moves along with it rather than stays static at bottom left. Any help will be welcome.
Page 1 / 1
Position absolute.
Mutation observer on handle.
Get left/right value of handle.
Apply it to your box.
ahmedA
Thank you! That does it. I had the mutation observer on '~1~true-result', not on the handle. Greatly apreicate you sharing your expertise.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.