Tag: jquery

  • Using colorbox(a jquery plugin) ajax in a complex situation

    Colorbox is a lightweight customizable lightbox plugin for jQuery. I am using colorbox for another perpose: to show a (semi!) modal window to show information on ajax call. You can get the plugin here . Here I’ll give a simple example how to load ajax data and show through colorbox plugin. In second phase i’ll…

  • jQuery Ajax Tooltip

    This is very much based on the Coda Popup Bubble example for jQuery that’s been going around with a few important differences: The information is requested via AJAX, so you don’t have to include all of this extra information in a hidden div. This keeps your markup smaller for grids with tons of names in…