shadowbox.js で vintage.js を使いたい!
<a rel="shadowbox" href="large.jpg"><img src="small.jpg" /></a>
そしてスクリプト
$(document).ready(function(){Shadowbox.init({ onFinish: function () { $('img').vintage({noise: 20}); } }); });
Shadowbox は問題なく動作しますが、ヴィンテージは画像に適用されません!
$ is not a function
[Break On This Error]
onFinish: function () { $('img').vintage({noise: 20}); }
ご協力いただきありがとうございます...