<button onclick="demo()(this)">test</button>
function demo(){ return function test(a){ alert($(a).text()) } } demo()