Skip to content

Blank page on Chrome #26

@carcagi

Description

@carcagi

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions