Saltar al contenido

cómo imprimir un elemento html en el ejemplo de código jquery

El paso a paso o código que encontrarás en este post es la resolución más fácil y efectiva que encontramos a tus dudas o problema.

Ejemplo 1: jquery print div

jQuery('#divId').print(/* options */);

jQuery.print('#divId'/*, options */);jQuery('#divId').print(
    globalStyles :true,
    mediaPrint :false,
    stylesheet :null,
    noPrintSelector :'.no-print',
    iframe :true,
    append :null,
    prepend :null,
    manuallyCopyFormValues :true,
    deferred : jQuery.Deferred(),
    timeout :750,
    title :null,
    doctype :'');/**
 * NB! The above samples will not run with pure jQuery
 * Methods jQuery.print / jQuery.fn.print are populated by third-party
 * plugin 
 * 
 * One should either download this plugin and host it along with
 * own project or to include it directly from CDN 
 * 
 * Use the link https://doersguild.github.io/jQuery.print/ to download the
 * plugin from Github or install it with npm (npm i --save jQuery.print)
 * 
 * Add this tag to your html template to include the plugin from CDN
 * 
 * (be sure to paste it under the tag which loads jQuery)
 */

Ejemplo 2: imprimir en jquery

window.print();

Si posees alguna indecisión o forma de refinar nuestro noticia puedes escribir una crítica y con placer lo ojearemos.

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *