See my branch here (UNTESTED CODE):
https://github.com/kaos/zotonic/compare/master...jquery-live
You should be able to use it like this:
{% wire id=["add_request_", node_id]|join
event_method="live"
action={ update target="modal"
template="_customer_node_request.tpl" id=id node_id=node_id }
action={mymodal height="500" width="500"}
%}
While reading the jQuery docs, I notice that .live() is deprecated in
favor for .delegate(), or, from v1.7, .on().
So, I'd say we should update the jQuery lib in zotonic, and migrate
the events to use the new and improved .on() event attach method.
Let me know how it goes!
Cheers,
Andreas
2012/2/8 Jeff Bell <jeff....@gmail.com>: