【发布时间】:2019-04-08 01:24:50
【问题描述】:
我有问题。我需要你的帮助。当我按下必须通过ajax工作的按钮时,在网络上我看到303看到其他,这是问题吗?你能帮我吗?提前致谢
var data = {
action:"video_gallery_ajax",
task:'load_images_lightbox',
page:pagenum,
perpage:perpage,
galleryid:galleryid,
thumbtext:thumbtext,
pID:pID,
likeStyle:likeStyle,
ratingCount:ratingCount
}
jQuery.post('components/com_gallery/ajax_url.php',data,function(response){
if(response.success){
} }
【问题讨论】:
-
向我们展示您的 ajax 代码和服务器端代码
-
你的代码 sn-p 怎么样?
标签: javascript jquery ajax joomla