You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to show specific div as a Print Preview instead of showing complete Page?I'm preferring dynamic div through Javascript or jQuery. Thanks.
The text was updated successfully, but these errors were encountered:
HERE YOUR CONTENT OF THE DIV AND YOUR PRINT BUTTON:
<a class="print-preview" href="#" >print this part only</a>
</div>
The trick here is that when the user goes to the print button his mouse hovers over that area. This action removes the no-print class and makes the area visible for the plugin. You can see an example here: http://www.apologeet.nl/faq/tegenstrijdigheden
Is it possible to show specific div as a Print Preview instead of showing complete Page?I'm preferring dynamic div through Javascript or jQuery. Thanks.
The text was updated successfully, but these errors were encountered: