Jquery . Alphaimage - v.1.0.0 . Example 3

by Ilker Guller

$(document).ready(function (){ $('.alphaImage').alphaimage({ colour: "#9CDAF0", onlyData: true, onComplete: function(result) { console.log(result); } }); });