How to load two div from two different div (from html) by clicking the same link?

So you have two events bound to the same element that are, by themselves, contradictory. You cannot bind the same event (click) twice to the same element. In this case you have a precedence problem that needs to be addressed.

One function is being fired and one is not, choose which one to use. Furthermore, if you think of this from a logical perspective...what's the point of binding the same event twice? If ONCLICK you want two things to happen, just put them both in one function.

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