SyntaxFix
Write A Post
Hire A Developer
Questions
You can also use bellow code for pass data using ajax.
var dataString = "album" + title; $.ajax({ type: 'POST', url: 'test.php', data: dataString, success: function(response) { content.html(response); } });