[jQuery] Problems with two .ajax calls on the same page
Hi,
I'm seeing a strange problem(?)
1. <a href="javascript:settings('foobar');">foobar</a>
2. The js-function settings(page) loads a page and puts the content in
a #div with .ajax
3. The content loaded contains a form with id="blahform"
4. $('#blahform').submit(function() { alert("foo"); }); doesn't work,
why?
Regards,
jonas