Versatile ASP.NET web application popups with qTip2
Posted: (EET/GMT+2)
Many web applications (be it ASP.NET or something else) today utilize popups to display information. For instance, you might need anything from simple tooltip-like popups to full-blown dialog boxes with fields to type in. So far, I've been successfully using jQuery UI's Dialog widget, and it works well for many situations.
However, I wanted to try something else for a project I'm currently working on, and found about a component called qTip2, a free jQuery plugin that seems well written and easy to use.
This component seems to be versatile enough to fit many needs, and doesn't need a load of JavaScript and CSS files added to your ASP.NET project. If you are looking for a good popup component, this might well be it. Check out the demos, for instance.
Good luck with your popups!