Change information within the same modal

0

Good afternoon,

I'm making a page for a software manual. It turns out that there is a part of this page that is a modal that when open has a navbar with 5 buttons. My intention is that as I load on each button of the navbar, the information of the same appears in the present modal. I choose another button and this information changes.

I hope you can help me ...

Thank you

    
asked by anonymous 18.04.2016 / 17:04

1 answer

0

You can use Jquery Ajax , so when the user clicks one of the buttons, ajax searches the text elsewhere and inserts into a div, without the page needing to reload.

Here is a practical example: link

    
18.04.2016 / 18:25