Meanwhile I found livequery, which is probably the solution, but I still I don't get it working. Can someone perhaps give me a hint??
I gave the form an id and tried this (Unfortunately the parent divs don't have proper names and ids...) $('#touch').livequery('submit', function() { alert('clicked'); return false; });