I guess I just found a bug in the Jquery ajaxLink function.

When using 'inline' => true tag, ánd adding parameters, it seems the generated HTML is malformed;

onClick='$.post('/url/here', {param:"test"}....'

(note the ' after post( which causes the function to be invalid)

Or am I missing something?