in addition to that i set an onClick-Event to the <a>-Tag inside the selectable-<li>.
If i click on the <a>-Tag, the onClick-Event should be fired and the selectable should be fired. But actulay only the selectable is fired and the onClick is killed.
If i remove the selectable, the onClick-Event fires normaly.