|
|
|
|
$(document).ready(function() {
|
|
|
|
|
|
|
|
|
|
$("#nav>li").click(function () {
|
|
|
|
|
$(this).siblings('li').removeClass('current');
|
|
|
|
|
$(this).addClass('current'); //<2F><>һ<EFBFBD><D2BB>Ԫ<EFBFBD><D4AA><EFBFBD><EFBFBD>ʾ
|
|
|
|
|
$(this).siblings('li').removeClass('current');
|
|
|
|
|
|
|
|
|
|
var url = $(this).children(".J_menuItem").attr('href');
|
|
|
|
|
$("#J_iframe").attr('src', url);
|
|
|
|
|
return false; //<2F><>ֹĬ<D6B9><C4AC><EFBFBD>¼<EFBFBD>
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
});
|