I am implementing several modal windows through Bootstrap. One for each different thing. I have done the test to load different data in the same modal window.
I explain ...
I have one to pick up favorite users, another for followers and another for users I follow.
I have done the test for when I press the indicated button for any of the data I want, I open the same modal, but with the difference that they bring me data according to the button I press, be it favorites, followers and Following. Everything is going very well.
These data I bring from the BD through ajax (Jquery) and PHP.
What is the problem?
The problem is in the title I want for different occasions.
How do I display a different title for each type of data I bring?
Example:
Usuarios favoritos.
Usuarios a los que sigo.
Usuarios que me siguen.
Maybe they can understand what I mean.