Tag Archives: jquery

jQuery.popover

Hi!

I’ve been busy with many things, of which one is school, but also some other projects, so excuse my absence in writing here.

Recently, I’ve accepted an offer to build a small web application, of which I won’t go into detail. In any case, it needs to look good: professional, clean and have plenty of AJAX drag-and-drop, fancy confirmation boxes and whatnot. While building the application, I needed something comparable to the iPad’s “popovers”, as they’re called. You probably know what they look like. If not, look just above. :)

I did not come across a jQuery plugin that perfectly fit my needs, so I decided to write my own jQuery plugin. Funnily enough, it’s called jQuery.popover and it allow for easy popover creating and manipulation. It’s completely style-able with css, and I’ve provided an example stylesheet which should get you up and running.

Read More…