- <script>
- function addNode(){
- //display lightbox
- }
- </script>
- <body>
- <div id="hiddendiv" style="display:none;">
- this is the hidden dive i want to display when addnode is ran.
- </div>
- </body>
I am looking for a mootools lightbox alternitive (or anything that can do this). That can display a hidden div (preferably not in an iframe) in the lightbox effect. The other thing i need to be able to do is to have it displayed via javascript.
I can't find one that can do this or i can't find good enough documentation to do it correctly with the ones that i tried (ie. milkbox, slimbox, etc...).
Similar to this.
This is just a sample markup not syntactically correct. Just wanted to get a better idea out there.
Any help is appreciated and thanks in advance.


