Question: Is it possible to use Leaflet.label on Leaflet.markercluster?
Problem: I am trying to have a HTML div appear when the cursor hovers over a cluster icon.
For a normal Marker, you can use attach a label to a marker using
L.marker([-37.7772, 175.2606]).bindLabel('Look revealing label!').addTo(map);
http://jsfiddle.net/WUXXz/