Jquery plugin to Print specific div with applied CSS
Sometime we need to print website, but do not want its header footer sidebar and other things, in short we need to print a specific div or p or table or some other object.
This plugin will allow you to print specific html object along will all css applied on it.
its simple to use.
- include jquery library
- include print-preview.js plugin
- initiate plugin and provide target html object to print
you can specify many other options like want to send additional css to be applied, width/height and more
Comments