热搜:NVER node 开发 php

ajax

2024-07-27 22:40:01
ajax


用Ajax实现分页功能
将获取的的数据,填充到对应的div
不知为啥 点击下一页时  滚动条跳到顶端 但是网页又没刷新,链接也没变

    















































<{section name=s loop=$newsinfo}> <{$newsinfo[s].id}>----<{$newsinfo[s].title_tc}>
<{/section}> <{$news->page->getPageNavTeacherShare3('index.php')}>

   


回复讨论(解决方案)

1、没有看到 A 函数在哪里被执行
2、如果 A 函数由 超链 触发,则 A 函数中应有 retuen false 以阻止 超链 的默认行为
3、你有 dateType: 'json',则 success: function (result) 中的 result 已是 js 对象或数组了
再 result = jQuery.parseJSON(result) 将出错,jQuery.parseJSON 的参数必须是合法的 json 格式串
4、ajax 不会修改浏览器的地址栏