ajax call is not working
-
hi i am writing this ajax call but it’s not responding this please help me
$(‘#search’).click(function(){
$.ajax({
url:”https://localhost:2080/wordpress3.6/?page_id=14079″,
type:”post”,
data:{“Description”:description},
success:function(description){
$(‘.cal’).html(description);
}});
});
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘ajax call is not working’ is closed to new replies.