Can anybody point me to good info, preferably all current & modern Ruby 1.9 + Rails 3.1 + JQuery, on doing a popover window and integrating into a RoR app?
Essentially I need to do something similar to autocomplete, and calendar pickers, and so on. When focus goes into an area, pop over a grid of checkbox choices for selecting the most common items, if user starts typing to select something not in that grid, replace that grid with search results.
I installed the OptinPop plugin to create pop over windows for my
newsletter opt-ins. I wanted to measure the effectiveness of my pop over
window’s ability to get people to sign up for my newsletter. Since I
have been using Dynatracker to track the number of people who click on
my links and also to split test elements on my web pages, I decided to
find a way to split test multiple versions of my pop over window with
Dynatracker to see which one converts the best.
Here’s a sample of my CSS code of the pop over window…