[jQuery] livequery and iui

[jQuery] livequery and iui


hi,
I usually don't work with iui (iphone) but have some code and wanna adapt it
to play with jquery.
The problem is to attache events to the new generated DOM at each ajax
request in iui (using jquery AJAX I would make a callback, but...). Finally
discovered livequery but seems not to work this very very simple code in
http://edit.csic.es/fitxers/gbifs/index.html :
var example=function() {alert("clickiiin")};
$('li')
.livequery('click',example);
//each newly generated li should alert when clicking
some help? thanks
Pere Roca
visita l'EDIT mapViewer! http://edit.csic.es/edit_geo/prototype/edit.html
--
View this message in context: http://www.nabble.com/livequery-and-iui-tp19692949s27240p19692949.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.