diff --git a/jquery.columnview.js b/jquery.columnview.js index f2eb999..35158d6 100755 --- a/jquery.columnview.js +++ b/jquery.columnview.js @@ -263,6 +263,13 @@ jQuery.fn.mapAttributes = function(prefix) { if ($target.is("a,span")) { if ($target.is("span")){ + /** + * Retrieve the master for strucure like: + * ... - ... + */ + while($target.parent().is('span')) { + $target = $target.parent(); + } $self = $target.parent(); } else {