make txt selectable

This commit is contained in:
j 2010-12-25 15:44:38 +05:30
parent 7f46b85c61
commit 211cbc7d2b

View file

@ -89,7 +89,7 @@ function constructList() {
]
}).bindEvent({
select: function(event, data) {
var info = $('<div>'),
var info = $('<div>').addClass('OxSelectable'),
hash = '#';
$.each(data.ids, function(v, k) {
console.log(k)