1

I've looked at ciui and really liked the way that certain links will slide out the existing content and load new content into the DOM, or slide back.

Is there a way to quickly create a work-a-like with the additional animation support in jQuery, scriptaculous, or MooTools?

Adam Bellaire
  • 108,003
  • 19
  • 148
  • 163
dlamblin
  • 43,965
  • 20
  • 101
  • 140

3 Answers3

1

http://code.google.com/p/iui/

This is the best iPhone javascript library I've seen so far, and it does page sliding.

Murat Ayfer
  • 3,894
  • 6
  • 29
  • 26
  • The library I mentioned, `ciui`, is just a different `iui` fork. Neither are made to work on top of jQuery. – dlamblin Sep 03 '09 at 00:39
1

For anyone coming to this very old discussion, http://www.jqtouch.com/ is a more recent solution that works very well for this. It's a jQuery plugin.

0

I would take a look at the jQuery UI project and see if anything there does what you need. The best code is code you don't have to write. :)

http://ui.jquery.com/repository/latest/demos/functional/

Community
  • 1
  • 1
Jon Tackabury
  • 47,710
  • 52
  • 130
  • 168
  • That link broke. http://jqueryui.com/demos/ is considerably more of a traditional UI than it is a kind of iPhone app UI implementation. Which would mean I need to write this myself, or find something else. – dlamblin Sep 03 '09 at 00:41