how r u?
this is my jquery code
$.ajax({
url: 'page.php',
success: function(data) {
$('#content').html(data);
}
});
when get data store in #content
i need a variable into my data
for when get data
this variable needed boolean
false or true
if false
show data into #content
else
show data into another ID
please help me
thank you so much


Sign In
Create Account


Back to top









