$element.click(function () { $.proxy(this, userFunc, 'tatatata') })
$element.click( $.proxy(this, userFunc, 'tatatata') );