javascript - Does Lightbox for jQuery write a div into the DOM or simply show a hidden div? -
i have specific question lightbox plugin jquery. write div dom dynamically, or show hidden div?
looks div created when lightbox instantiated (build function), , div shown when start() called.
source: https://github.com/lokesh/lightbox2/blob/master/src/js/lightbox.js
Comments
Post a Comment