Hello Folks,
I do use jQuery live() to bind a 'click' event to certain images. This results in the following internal live-selector:
#tblViews tbody tr[rel=view_4].next() table.editable.includes span.actions img.remove
When I click on such an image, the following error occurs:
Syntax error, unrecognized expression: )
I think the problem might be the .next() in the selector - but how to get rid of that?
Thanks a lot, Remo