Thing I am trying to achieve is as follow
- I want to create a single html page cordova app
- My page will be single, but I want to show mutiple divs as pages.. (Only divs will be toggled as pages. I dont want to add another html page.)
Is it possible? Please explain me...
following is structure which i wana achieve
<code>
<div class="main-content">
<div class="changing-content">
</div>
<div>
</code>