New question

Question:

Date: 22-12-2015 07:40:31 (In Spanish)

List view en JQuery Mobile[Resolved]

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/


Tags: HTML - Input - Javascript - JQuery - JQuery Mobile Votes: 5 - Answers: 2 - Views: 12 Share on: Google Facebook Twitter LinkedIn Link
 

Answers:

  • Date: 22-12-2015 07:47:23 Muy bueno el ejemplo juan , gracias   Votes: 3 - Link answer
     
  • Date: 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
      Votes: 2 - Link answer
     
To actively participate in the community first must authenticate, enter the system.Sign In
 
frjcbbae garagebible.com