I've used the cycle plugin before, but never with iUI. My guess is the onLoad setup code in the cycle plugin does not work correctly when the containing div is hidden by iui.css. iui.CSS hides all children of the body that do not have selected=true or class=.toolbar
-- Sean Sent from my iPad On May 6, 2010, at 6:59 AM, jhice <[email protected]> wrote: > Hi there, > > I'm integrating a website with iui and the plug-in "cycle" of jQuery > (http://malsup.com/jquery/cycle/int2.html "prev/next" example). > > My website : http://htdocs.factory02.com/mobile/ > > 1. when you open the site, the default page (id) is "news" because of > the attribute : selected="true" in the markup, as you can see when you > click on "prev / next", items are scrolling, no problem here. > > 2. but, when I put the selected="true" on the id "home", the home page > appear fisrt, but when I click on "news", the cycle plug-in doesn't > work (prev / next exist, but no items are visible) > > So, as far as I understood iui (done alerts), it manage the > selected="true" between the different clicks on the links, so I wonder > where there is a mistake in my code... > > The site I've got in reference (inspiration) : http://iphone.ultranoir.com/ > , they use the same plug-ins and achitecture page and it works on the > page called "ACTUS" and then when you clik on "précedent" and > "suivant". > > Any idea, or may I just get the xhtml structure of the site mentionned > above... > > 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. > -- 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.
