Hi all,

I need some help to modify the html content of messagelist columns.

Basically it is easy by using jquery:

     $('#messagelist tbody tr td').each(function(){
       var elem = $(this);
       elem.html('modified content');
     });

Unfortunately I loose event bindings when doing that. I think there are
modifications in app.js necessary (using jquery .live() for event 
binding?).
When looking into app.js(.src) I'm lost due to my limited javascript 
skills.

Any hints?

Regards,

_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/8f4f07cd

Reply via email to