Search code examples
javascriptpopupmobile-websitejavascript-frameworkpopover

Is there a JavaScript framework for context-aware popups?


I'm looking for something like Add2Home.js:

Add2Home.js

but much more generic and customizable:

  • I would like to inform the user e.g. "Did you know you can click this button to do this?"
  • The popup should point to specific UI elements on the page.
  • The framework should store a cookie whether a certain popup has been displayed (possibly also if it has been clicked away by the user).
  • It should work and look good on mobile devices.

Solution

  • There is an opentip javascript tooltip framework.

    I don't think it's stores cookies, but has a lot of different popups styles and worked well for me on mobile devices.