I\'m trying to get a div which has \"panel current\" as classname. The problem is the space - how can I select it?
panel current is not a class name, actually it is two class names. You could use the following selector:
panel current
$('.panel.current')