I have been using facebox with no issues.
I am in the process of overhauling my site to utilize ajax more.
The basic scenario is as follows:
- Search term is entered on site
- On search submission, ajax query is executed and displays a list of results.
- on each result row there is a 'name', I am trying to get it to launch a facebox when this link is clicked, though everything i have tried is not working.
The links launch perfectly if just placed on the page without ajax.