PrintArea
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/PrintArea
软件介绍
Prints a specified element.
This is a modification to jPrintArea (http://plugins.jquery.com/project/jPrintArea). I found that jPrintArea, although a great starting idea and starting point, was lacking. In my case the iframe was not being removed from the dom, as the wait() method was causing a javascript error. In my first attempt at improving the initial plugin I used a setTimeout to remove the iframe, however, if a timer is used to remove the iframe, and the print or cancel is not chosen prior to the removal of the iframe, the browser would hang. Hope this is useful...
Use$(selector).printArea();
How to Design Programs
Matthias Felleisen、Robert Bruce Findler、Matthew Flatt、Shriram Krishnamurthi / The MIT Press / 2001-2-12 / 71.00美元
This introduction to programming places computer science in the core of a liberal arts education. Unlike other introductory books, it focuses on the program design process. This approach fosters a var......一起来看看 《How to Design Programs》 这本书的介绍吧!
