有没有办法在链接中添加一些代码,以便自动将某些内容“加载”到“div”中。
例如:www.mysite123abcxyz.com - 将显示包含项目预览图像的页面。 www.mysite123abcxyz.com/open - 将显示包含项目详细信息的页面。
“打开”细节的代码,到目前为止有效:
<a onclick="$('#openthis').slideDown(); $('#opentheother').slideUp(); $('html, body').animate({scrollTop: $('#detail').offset().top }, 800);"><img src="open.jpg"></img></a>