mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-21 12:30:17 +08:00
1 line
80 B
JavaScript
1 line
80 B
JavaScript
$(function (){ $('#anchor_01').click(function(){ $(this).addClass('foo'); }) }); |