$(function() { $('#datepicker').datepicker({ inline: true }); $('#btnChange').click(function() { $.uicornerfix('6px'); return false; }); });