JQuery -Print Dialog Area :: Is there a plugin to print the contents of the jquery dialog box?

I don't know, good jquery ui. Is there a plugin to print the contents of the jquery dialog box / some code (only print the dialog content, not the entire web page)

thank

+3
source share
1 answer

You can use the plugin jqPrintfor this , and you can try the demo here .

Usage is quite simple:

$("#dialog").jqprint();

, . , script , <iframe>, . jQuery, , ( , , !) .

+11

Source: https://habr.com/ru/post/1748720/


All Articles