> I have a UL element in my app which has a beforeload attribute set. This 
> calls my JS function to be called. Problem is that this event is only raised 
> if I navigate to my UL. If I simply load the page with the UL inside the Body 
> tags the JS doesn't get called. Does anyone if this is a bug? And if so, has 
> a fix been created for this.

This seem to be the expected behavior with this iUI event.
You should indeed use "load" or execute your load script at the end of
your page in order to do something with your <ul> before navigating to
it.

-- 
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.

Reply via email to