Hi
Using grid popup on click.
I would like to set the title attribute of the div for the popup dynamicially when the function is called.
Ex:
<div title="dynamicially set" id="popup" style="overflow:hidden;">
<div id="grid_popup"></div>
</div>
How can I do this?