Sha256: d1df22d03bc1b8a22d0e06fdcb849aa29615dd80a53e82cc34c0f339504a8f7e
Contents?: true
Size: 320 Bytes
Versions: 4
Compression:
Stored size: 320 Bytes
Contents
$(function () { $('.howler').click (function (e) { $.howl ({ type: $(this).data ('type') , title: 'Howl Message' , content: 'Lorem ipsum dolor sit amet, consect adipisicing elit.' , sticky: $(this).data ('sticky') , lifetime: 7500 , iconCls: $(this).data ('icon') }); }); });
Version data entries
4 entries across 3 versions & 1 rubygems