Select value of navbar via code (jquery) -


i have navbar on top of page people can select city. everytime close app, have reselect city, because can't find way automatically select (visually) correct city when booting app.

how can this?

<div data-role="navbar"> <ul>        <li id="navbrugge"><a href="#" data-transition="none" data-icon="home"> brugge </a> </li>        <li id="navgent"><a href="#" data-transition="none" data-icon="home"> gent </a></li>         <li id="navkortrijk"><a href="#" data-transition="none" data-icon="home"> kortrijk </a></li>         </ul>     </div> 


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -