jQuery - Create a Tip box / Dialog

203 views Asked by At

On my webApp, I need to create a tip functionality, which is a div with a close button, managed by browser cookie. If user closes one, it closes on all the page.

I couldn't find a jQuery plugin for this functionality, so thought of creating one of my own. Tried using jQuery dialog widget, but haven't been able to make it run on the same page. It always runs as a modal.

What are my options? How do I solve this problem?

0

There are 0 answers