|
@ -98,6 +98,9 @@ $(function() {
|
|
, m = $(this).data("index")
|
|
, m = $(this).data("index")
|
|
, l = $.trim($(this).text())
|
|
, l = $.trim($(this).text())
|
|
, k = true;
|
|
, k = true;
|
|
|
|
|
|
|
|
$(".J_menuItem").removeClass("selected");
|
|
|
|
$(this).addClass("selected");
|
|
if (o == undefined || $.trim(o).length == 0) {
|
|
if (o == undefined || $.trim(o).length == 0) {
|
|
return false
|
|
return false
|
|
}
|
|
}
|