how can i hide the particular header for the facebox, without disturbing the default method
function creatappstack(){
jQuery.facebox({
ajax: 'CreateAppStack.action'
});
if($('#pop_title').html("")){
$("#pop_title").parent().css('display','none');
}
}
the above code is not working
Try to use:
instead of: