MVC partial View jQuery datepicker removing previous date pickers?

This line -- div. InnerHTML += results -- is rewriting the entire content of the div each time you add a new child section. This means that you're losing the event hooks etc on the elements that were previously in the div even though the rewritten elements use the same id s etc. I suspect that this is what's breaking your datepickers.

From what I can see you have probably got multiple elements sharing the same id. JQuery needs a valid dom to work correctly. You can validate your markup at w3c.

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