Widget:PillIdentifier: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 293: | Line 293: | ||
} | } | ||
function nav(){ | function nav(){ | ||
var direction = $(this).data()[direction]; | var direction = $(this).data()[direction]; | ||
var dirIndex = ""; | var dirIndex = ""; | ||
var position = $(".propertyContainerActive").data()[order]; | var position = $(".propertyContainerActive").data()["order"]; | ||
var positionArr = [ | var positionArr = [ | ||
Line 323: | Line 323: | ||
$(newActiveDiv).addClass("propertyContainerActive"); | $(newActiveDiv).addClass("propertyContainerActive"); | ||
var nextPosition = $(newActiveDiv).data()[order]; | var nextPosition = $(newActiveDiv).data()["order"]; | ||
if (positionArray[nextPosition][0] !== null){ | if (positionArray[nextPosition][0] !== null){ |