From e27ea278ca821825164d37ed68c0ca1291ff0d4b Mon Sep 17 00:00:00 2001 From: aprovent Date: Fri, 17 Apr 2015 09:58:52 +0200 Subject: [PATCH] Update jquery.columnview.js --- jquery.columnview.js | 7 +++++++ 1 file changed, 7 insertions(+) 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 {