Hi all,
I'm having issues with iUI and displaying a simple page. My home page
looks something like this:
<body>
<div class="toolbar">
<h1 id="pageTitle">Foobar</h1>
<a id="backButton" class="button" href="#"></a>
</div>
<ul id="home" title="Home" selected="true">
<li id="foo"><a href="/ajax/foo.php">Foo</a></li>
</ul>
</body>
</html>
Now when you click on the <li> with 'Foo' it slides into view the following:
<ul id="foo" title="Foo">
<li>Billy</li>
<li>Steve</li>
<li>Bobby</li>
<li>Felixi</li>
<li>Felixi</li>
<li>Steve</li>
</ul>
These items never show up on the page that slides in. When I click on
Foobar to go back to the first page, all of the items are displayed
there in the first <li> and mess up the entire view.
What am I doing wrong in this case?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---