$(document).ready(function() { $('#btn').animateClick(); });
If you want to create a blue signal animation with a size of 12 then
$(document).ready(function() { $('#btn').animateClick({ "color":"blue", "animation":"signal", "size":12 }); });
You have 5 animations to select from
1. Default animation if you don't specify one
2. signal
3. shoot
4. tick
5. cross