-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
HI,
I'm having a hard time to make the plugin work with Chrome
This is the page:
http://dev.radioimagendigital.com/orden-de-servicio/
And this is the htapssword:
The print works flawlesly in most browsers, what I'm trying to do is to print a form with it's content, for this I create a new form with the contents loaded.
Here is the JS Code I'm using
jQuery("div.b1").click(function(){
var print = "";
jQuery("input.selPA:checked").each(function(){
print += (print.length > 0 ? "," : "") + ".content_orden_servicio" + jQuery(this).val();
});
var template_uri = '<?php echo get_template_directory_uri(); ?>';
jQuery(".content_orden_servicio").printArea({
mode : "iframe",
standard : "html5",
retainAttr : ["id","class"],
rintDelay : 500,
printAlert : true,
extraCss : 'http://dev.radioimagendigital.com/wp-content/themes/stability/print1.css'
});
//jQuery(".content_orden_servicio").printArea();
});It's a wordpress website. Thanks for any help.
Forgive my bad English.
Metadata
Metadata
Assignees
Labels
No labels