获取easyui calendar 属性

<div id="cc" class="easyui-calendar" style="250px;height:250px;"></div>

alert($('#cc').calendar('options')['year']);

原文地址:https://www.cnblogs.com/ahuo/p/3891829.html