$(function() {
var param = window.location.href.split('?')[1];
var uid;
var aq = param.indexof('&');
if (aq uid = param.substring(4);
} else {
var psd = param.split('&')[0];
uid = psd.substring(4);
}
var _nan = /^\d{1,5}$/;
if (!_nan.exec(uid)) {
alert(参数错误!);
history.go( - 1);
};
$(.l_l_list_rp li).addclass(l_m_out);
$(.l_l_list_rp li).find(a).each(function(e) {
var lid = $(this).attr(href).substring(5);
if (lid == uid) {
$(.l_l_list_rp li:eq( + e + )).removeclass(l_m_out).addclass(l_m_on)
}
});
$(.l_l_list_rp li).each(function() {
if ($(this).hasclass(l_m_out)) {
$(this).hover(function() {
$(this).removeclass(l_m_out).addclass(l_m_on)
},
function() {
$(this).removeclass(l_m_on).addclass(l_m_out)
})
}
});
$(.l_l_list_rp li).click(function() {
var href = $(this).find(a).attr(href);
location.href = href;
})
})
