Skip to content
Advertisement

jQuery: Get middle point of box, place object above on button click

I would need the following:

  • On button click, the red circle should center in the middle of the text box.
  • It should be based on the pixel position of the screen. (No nesting with flexbox or something like that.)
  • It should work responsive.

Here is my approach:

JavaScript
JavaScript
JavaScript

How is it possible to code that? I would be very thankful for help!

Advertisement

Answer

Just use a combination of jQuery’s offset() and width()

JavaScript
JavaScript
JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement