Jquery print() not showing color in google chrome print prview -
i using code print option on web page
$(document).on('click','.print_report',function(){ $(this).closest('.blockone').print(); });
but display black , white content. try inline color style show black , white. how make page print in color?
Comments
Post a Comment