[jQuery] selectable + anchor not working
Hi
need some help please. anchor in inside div is not working in firefox
when div is selectable, but works fine in opera.
<div class="column">
<a>test</a>
<div>
$('.column').selectable();
$('a').click(function(){
alert('test');
});