Commit 57103bf1 by naan1993

点击菜单刷新页面

parent aec70847
...@@ -123,6 +123,7 @@ $(function () { ...@@ -123,6 +123,7 @@ $(function () {
$('.J_mainContent .J_iframe').each(function () { $('.J_mainContent .J_iframe').each(function () {
if ($(this).data('id') == dataUrl) { if ($(this).data('id') == dataUrl) {
$(this).show().siblings('.J_iframe').hide(); $(this).show().siblings('.J_iframe').hide();
$(this).attr('src', $(this).attr('src'));
return false; return false;
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment