I have a problem. I need your help. When I press on the button, which must work through the ajax, in the network I see 303 see other, which is the problem?how can you help me? Thanks in advance
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){
} }