Let\'s say I have a list:
...
I want to select it with jQuery, then add s
I think may be just using delegate in jQuery:
$(".parentclass").delegate("childclass","eventname",function(){});