Skip to content

Releases: nicolafranchini/VenoBox

VenoBox 2

17 Nov 11:43
Compare
Choose a tag to compare

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

18 Aug 12:23
Compare
Choose a tag to compare

VenoBox v1 can only be initialized with jQuery

$(document).ready(function(){
    $('.venobox').venobox(); 
});