Hi!
Thanks you for this cool extension, I love it :)
But I have some issues:
- when trying to expose an element with fixed position, the fixation gets lost after exposing it, so it suddenly floats with the rest of the document.
- some elements do not seem to be exposable. This is what I am trying to do:
$('#news').expose({api: true, closeOnClick: false}).load();
where news is a statically positioned div.
Are there any special rules tp be followed for the items to be exposed?
Thanks,
Arash
Thanks you for this cool extension, I love it :)
But I have some issues:
- when trying to expose an element with fixed position, the fixation gets lost after exposing it, so it suddenly floats with the rest of the document.
- some elements do not seem to be exposable. This is what I am trying to do:
$('#news').expose({api: true, closeOnClick: false}).load();
where news is a statically positioned div.
Are there any special rules tp be followed for the items to be exposed?
Thanks,
Arash