B
B
bituke2021-03-15 15:21:35
Node.js
bituke, 2021-03-15 15:21:35

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>

I ask for help, for the third day I have been squirming with this js and multidatespicker.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question