As you can see, click the button month , it will appear a input filed.
Then click the input filed, you can choose month
I want to know how to trigger the month picker directly when click the month button
whithout click the input field again but not works well:
$("#Btn").click(function () {
$("#month").trigger("click");
});
$('#month').focus().