2
Gentlemen.,
I have had difficulties in understanding the documentation regarding Bootstrap 3 Datepicker v4. I couldn’t figure out how to trigger the event dp.show()
for a specific element, $("#txtDataHora_01")
for example.
I’m in need of some help with that.
From now on, thank you for your attention
Can you create a jsFiddle? and/or place the code you are using in the question?
– Sergio
Sergio, thanks for your attention! But maybe you understand me this way: I need to fire the event
show()
of the element$("#txtDataHora_01")
via Jquery. Remembering that I am using the Datepicker Bootstrap 3 Plugin.– Milhomens