app/assets/javascripts/applicious_utils/LightboxMe/README.markdown in applicious_utils-0.1.68 vs app/assets/javascripts/applicious_utils/LightboxMe/README.markdown in applicious_utils-0.1.69
- old
+ new
@@ -16,9 +16,11 @@
Include both jQuery and the lightbox_me JavaScript file before calling the plugin in your JavaScript.
Invoke the lightbox by calling the plugin on a jQuery object:
$(dom).lightbox_me();
+Close the lightbox by triggering close on the dom element that is a lightbox
+$(dom).trigger('close');
## License
Licensed under the Apache License, Version 2.0 (the "License");