thomas alexander wrote: > I have seen that, but im trying to do without a framework , Hope > some one worked with iphone webapp without using any framework
I recommend looking at the iUI source. iui.js is only 663 lines and is not dependent upon anything else: http://code.google.com/p/iui/source/browse/web-app/iui/iui.js Look at the functions named slidePages and slide2 -- you'll also need to look at iui.css a little. You can easily use iUI as a starting point and strip out anything you don't need. -- Sean -- 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.
