jQuery mobile multipage how to bind link to div element
Hello,
i´ve a maybe stupid question:
I want write a click function which change the site to "#site2" when i click on a div.
Example:
- $('#btn_xms').on('click', function () {
- window.location.href = '#site2'
- });
The url change but the content doesn't.
Where is the bug?