Hello! I'm curious to get some recommendations on how best to approach this - possibly using the Minimal Modal plugin, but I'm open to whatever other methods might achieve it.
I have a table of results being displayed. There is a field in each row that contains information which I don't want visible in the actual table. I'd like a "reveal" link/button in that field of each row to pop up a modal window with the information which can then be dismissed. I don't want this information to be embedded within the page source itself, so the "reveal" link needs to be creating the modal popup and calling a function/URL that returns the info to be shown. Any pointers and/or code examples that might help me achieve this in a sane manner? :) Thanks! - Aaron