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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -