Pablo Rincon
Results
2
issues of
Pablo Rincon
I'm running the Menu component in conjunction with the rc-tabs components, where each tab/link is a different route. The issue im having with my menu is that the 'active' menu...
I'm trying to replicate this behavior: http://taylorbeseda.com/projects/multisort/ So far i've been unsuccessful, I modified this: _registerRemoveEvents: function(elements) { var that = this; elements.click(function() { that._setSelected($(this).parent(), false); that.count -= 1; that._updateCount();...