-2
How can I show a link or div by clicking one without refresh on the page
<li>
                    <a data-toggle="collapse" href="#pagesExamples">
                        <i class="pe-7s-gift"></i>
                        <p>Comprar BCC | Buy BCC
                           <b class="caret"></b>
                        </p>
                    </a>
                    <div class="collapse" id="pagesExamples">
                        <ul class="nav">
                            <li>
                                <a href="#">
                                    <span class="sidebar-mini">BTC</span>
                                    <span class="sidebar-normal">Bitcoin</span>
                                </a>
                            </li>
                        </ul>
                    </div>
                </li>
            </ul>
        </div>
    </div>
Div that should appear when clicking on the Bitcoin span
<div class="btn-content-rc">
   <div class="rc-btn-payment"
  data-amount="100" 
  data-iso4217="BRL" 
  data-button="white" 
  data-refer_id="****" 
  data-token="976808fb-********33" 
  data-email_client="****[email protected]"> <!-- --> </div>
  <div class="btc-address-rc">
  </div>
 </div>
Got it, buddy. But how can I open other pages inside my template ? When the user clicks, for example, on Charts, it opens in the blank part of the template
– PLINIO RODRIGUES
I will edit the post, please try to reply if possible.
– PLINIO RODRIGUES
@PLINIORODRIGUES I edited my answer, and put an example code.
– Felipe Augusto