Jason Day
Jason Day
2.0 sounds good to me, as we will be refactoring several options and approaches.
Looks interesting. I'd also recommend putting your name in as another author.
Can you set up a jsfiddle with a potential use case? I have concerns with whether this will work in IE; specifically, IE8.
Hi rostovstev, I'd like to merge this pull request, however I am requiring that the author/reporter provide a demo of any changes (or bugs) in jsfiddle.net or jsbin.com for review...
Can you try jsbin.com? On 1/28/2014 5:43 AM, Ilia wrote: > Jason, as the code uses document.write, it's disallowed on > jsFiddle.net and returns an error: > > |document.write is...
@jsa34 status of requested changes?
Our team looked at a lot of different ways to resolve this, none of which is satisfactory or actually work. The issue is that iOS will block the "paint" of...
This breakdown is with a prior version of $.JAIL, as in the short time frame we were given to work on this issue we were unable to get our changes...
Try using the full path to the CSS file. printThis creates an iframe and that iframe can't use relative paths, so a fully qualified URL to the CSS is needed.
To reference files on your hard drive, you may need to do the following: ``` file:///C:/mystyles.css ``` But if you're using `localhost` then it would be something like: ``` http://localhost:8080/mystyles.css...