jQuery nested listview hide title
in jQuery Mobile
•
5 months ago
Hi,
I'm using a nested listview:
I'm using a nested listview:
<ul>
<script type="text/javascript" src="LebDirectory-HeaderWithoutIcon.js"></script>
<!-- <li onclick='getpublishers(1)' ><a > <img src="australia.jpg" style="float:left; width: 50px; height: 50px;"> <h1>Hotels </h1></a> -->
<!-- <li ><a href="#contact2"> <img src="australia.jpg" style="float:left; width: 50px; height: 50px;"> <h1>Hotels </h1></a></li> -->
<li ><a href="#"> <img src="australia.jpg" style="float:left; width: 50px; height: 50px;"> <h1>Hotels </h1></a>
<ul>
<li ><a href="#contact2"><h1>Le Bristol Hotel</h1>Location: - Distance from your location: 600m</a></li>
<li ><a href="#contact2"> <h1>Phoenicia Hotel</h1>Location: - Distance from your location: 500m</a></li>
<li ><a href="#contact2"> <h1>Cavalier Hotel </h1>Location: - Distance from your location: 1.3Km</a></li>
<li ><a href="#contact2"> <h1>Sheraton Four Points Hotel</h1></a></li>
</ul>
</li>
<li><a href="#"> <img src="australia.jpg" style="float:left; width: 50px; height: 50px;"> <h1>Apartmenشt</h1></a></li>
<li><a href="#"> <img src="australia.jpg" style="float:left; width: 50px; height: 50px;"> <h1>Resorts </h1></a></li>
</ul>
The issue that i'm facing is that i cannot change or hide the title of the listview whenever the 2nd level is displayed.
How can I hide or add something on the header of a nested listview?
many thanks
The issue that i'm facing is that i cannot change or hide the title of the listview whenever the 2nd level is displayed.
How can I hide or add something on the header of a nested listview?
many thanks
1



