Widget:PillIdentifier: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 295: | Line 295: | ||
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"]; |