Answer the question
In order to leave comments, you need to log in
How to check if date is selected or not in multidatespicker?
I work with the calendar using the multidatespicker plugin, I need to display the user who selected it when hovering over the selected date.
So far it's implemented like this, but it only displays the name for the last selected date..
<div id="inputPassword2"></div>
<script type="text/javascript">
$( document ).tooltip();
$('#inputPassword2').multiDatesPicker({
});
$("html").on("mouseenter",".ui-state-active", function() {
$(this).attr('title', 'константин');
});
</script>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question