Releases: nicolafranchini/VenoBox
Releases · nicolafranchini/VenoBox
VenoBox 2
Goodbye jQuery, and thanks for all the $()!
SInce version 2 VenoBox no longer needs jQuery
Same plugin but lighter, with more options, better performance, better UX and without dependencies.
Migrating to v2
VenoBox jQuery
VenoBox v1 can only be initialized with jQuery
$(document).ready(function(){
$('.venobox').venobox();
});