Показать сообщение отдельно
  #2 (permalink)  
Старый 04.03.2012, 14:55
Аспирант
Отправить личное сообщение для UnderShot Посмотреть профиль Найти все сообщения от UnderShot
 
Регистрация: 30.12.2009
Сообщений: 44

$(document).ready(function() {

    $("#selectable").selectable({
        selected: function() {

             $(".ui-selected:first", this).each(function() {
                        $(this).siblings().removeClass("ui-selected");
                        var refreshVal = $(this).children();
                        if(refreshVal.attr("id")=="user"){/*  */}
                    });

        }
    });
}); //ready ends

Последний раз редактировалось UnderShot, 04.03.2012 в 15:40.
Ответить с цитированием