ready
document.ready(function() { $('.box').dblclick(function() { if (p.isSelected(this.id)) {
p.unselect(this.id); } else {
p.select(this.id); } });