Nueva pregunta

Pregunta:

Fecha: 22-12-2015 07:40:31 (En Español)

List view en JQuery Mobile[Resuelta]

En esta oportunidad quisiera compartir como hacer los listview en jquery mobile

saludos

adjunto codigo
<html>
<head>
	<meta charset=utf-8>
	<meta name=description content="">
	<meta name=viewport content="width=device-width, initial-scale=1">
	<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
	<title>APP JQUERY MOBILE</title>
	<style type="text/css" media="screen">
		 body{font-family: "century gothic" !important;font-size: 15px !important}
	</style>
</head>
<body>

<section id="page" data-role="page">

     <header data-role="header" data-position="fixed" data-theme="b">
     	<h1>ListView</h1>
     </header>

	<article role="main" class="ui-content">
		 <ul data-role="listview">
		 	<li><a href="#">Peru</a></li>
		 	<li><a href="#">Colombia</a></li>
		 	<li><a href="#">Argentina</a></li>
		 </ul>
	</article><!-- /content -->
	
<div data-role="footer" data-theme="b" data-position="fixed">		
	<div data-role="navbar">
		<ul>
			<li><a href="#">Help</a></li>
			<li><a href="#">Contactese</a></li>
		</ul>
	</div><!-- /navbar -->
</div><!-- /footer -->


</section><!-- /page -->
	
</body>
</html>




pueden ver online aqui

http://delhel.pe/APP/


Etiquetas: Aporte - HTML - Javascript - JQuery - JQuery Mobile Votos: 5 - Respuestas: 2 - Vistas: 12 Compartir en: Google Facebook Twitter LinkedIn Link
 

Respuestas:

  • Fecha: 22-12-2015 07:47:23 Muy bueno el ejemplo juan , gracias   Votos: 3 - Link respuesta
     
  • Fecha: 22-12-2015 18:53:06 Te doy un consejo al poner el botón atrás no hagas otra vez un aludir hacia delante ya que remonta al anterior y eso no debe ser así solo se debe hacer un salto hacia atrás.
    Busca un poco yo no me acuerdo cómo XD.
    Salu2
      Votos: 2 - Link respuesta
     
Para participar activamente de la comunidad primero debes autenticarte, ingresa al sistema.Iniciar Sesión
 
frjcbbae garagebible.com