I'm trying to get the Overlay and Expose tools to work together when a web page is loaded into the Overlay div.
I know there are demos on how to do each separately, but not together.
Below is one of many attempts i've made.
I'm sure its simple, i've just been stumped on it too long now.
Anyone know how?
I know there are demos on how to do each separately, but not together.
Below is one of many attempts i've made.
$("a[rel]").overlay(function() {
expose: { color: '#000', opacity: 0.6 };
var wrap = this.getContent().find("div.wrap");
wrap.load(this.getTrigger().attr("href"));
});
I'm sure its simple, i've just been stumped on it too long now.
Anyone know how?
