Jquery Datepicker, at wits end?

In jQuery the $. InArray(elem, array) method returns -1, and not 0, when elem is not found in array.

In jQuery the $. InArray(elem, array) method returns -1, and not 0, when elem is not found in array. So I think you should use: if ($.

InArray(dmy , unavailableDates) == -1) instead of: if ($. InArray(dmy, unavailableDates) == 0).

What happens is $. InArray returns the index of the found item(if it finds it, else -1) so youll need to check if the index is not -1 ...$. InArray(dmy, unavailableDates)!

= -1...

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions