"What we think, we become." - Buddha quote provided by QuotesDaddy.com

Posts Tagged ‘user interface’

jQuery Plugin: Omnitip

I ended up developing the omnitip jquery plugin because I needed something a little more robust than any of the other jquery based tooltips that I was able to find. There may or may not have been one that would have met my needs and I just didn't see it, but regardless I believe I benefited from the experience of building a jquery plugin, and hopefully you will benefit as well.

About Omnitip

Omnitip is a tooltip plugin (you can see it at work on the homepage). What I THINK I have added to other tooltips in terms of functionality is:

  1. The ability to maintain the tooltip while hovering over it - thereby allowing things like links and forms to be loaded inside the tip
  2. Ability to send included forms through ajax components and lo...