寻求一些帮助。我无法弄清楚为什么这不起作用。
我目前正在尝试为照片列表创建ajax分页。在每个页面上,我将照片分成20组。
点击链接后,我想将#ajax-photos列表中的内容替换为另一页上的内容。
出于某种原因,我不断收到错误消息。即使我在过去的项目中使用了相同的代码片段,但它工作得很好。谁知道什么是遗失/错误?
这就是我的HTML的样子。
output = np.linalg.inv(A.T @ A) @ A.T
这是我的jquery。
<div id="ajax-photos">
<ul>
<li><a href="/img_9583_6373616463_o-1024x683.jpg" title="" class="gallery-content-image"><img src="/img_9583_6373616463_o-540x380.jpg"></a></li>
<li><a href="/img_9584_6373617725_o-1024x683.jpg" title="" class="gallery-content-image"><img src="/img_9584_6373617725_o-540x380.jpg"></a></li>
<li><a href="/img_9587_6373352839_o-1024x683.jpg" title="" class="gallery-content-image"><img src="/img_9587_6373352839_o-540x380.jpg"></a></li>
<li><a href="/img_9588_6373619113_o-1024x683.jpg" title="" class="gallery-content-image"><img src="/img_9588_6373619113_o-540x380.jpg"></a></li>
<li><a href="/img_9589_6373620523_o-1024x683.jpg" title="" class="gallery-content-image"><img src="/img_9589_6373620523_o-540x380.jpg"></a></li>
</ul>
</div>
<div class="pages">
<span class="page-numbers current">1</span>
<a class="page-numbers" href="/my-page/2/">2</a>
<a class="page-numbers" href="/my-page/3/">3</a>
<a class="next page-numbers" href="/my-page/2/">»</a>
</div>
非常感谢任何帮助。
运行日志后。我收到了超时消息?