mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-21 12:30:17 +08:00
2 lines
87 B
JavaScript
2 lines
87 B
JavaScript
$(function (){ $('#anchor_01').on('hover', function(){ $(this).addClass('bar'); }) });
|