I'm using Facebox for pretty facebook style popups and I was wondering if there is any way to use it with an update panel inside of it?
I have a div in a page with two drop downs, and the second drop down depends on the selected value of the first drop down. I put these dropdowns inside an UpdatePanel, and I would like to be able to show it as a popup with Facebox, but it doesn't work. It simply won't do anything.
Any ideas on how to make it work? Is it at all possible?
**note: there are several ways to use Facebox, what I'm doing right now is putting a div (display:none) on the page around what I want to show in the popup, and then hooking it up to a link using the facebox() method from the jquery extension.