# jquery.printarea.js **Repository Path**: mirrors_GerHobbelt/jquery.printarea.js ## Basic Information - **Project Name**: jquery.printarea.js - **Description**: A clone of SkiKid's jQuery print plugin to fix compat issues with jQuery versions above 1.6.x - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README jquery.printarea.js =================== A clone of SkiKid's jQuery print plugin to fix compat issues with jQuery versions above 1.6.x Added fix for the "media is undefined" error that affected code using jQuery version > 1.6.x. The problem was that jQuery returns undefined for non-existent attributes above 1.6.x. Added a typeof check for undefined media attribute. This repo was made to host an updated version of SkiKid's (http://archive.plugins.jquery.com/users/skikid) print assist plugin that is currently unavailable due to jQuery plugin repo outage.