Search code examples
javascriptjqueryhtmlcssdhtml

JQuery pop up/ alert needed


I have a list of elements that need to have a corresponding pop up for each element. This is not a pop up where the background is blacked. This is more like a javascript alert although I need to create my own styled button within the pop up with our own bespoke event assigned to it. I need each pop to position itself appropriately next to the relevant item within the UI.

Whats the best way to do this? Are there any examples please? I only want the pop up to show when the visitor triggers an event.

Many thanks,


Solution

  • You can easily do this without using jQuery Plugins.

    I put together a little example.