Todd
Member since Aug 22, 2011
- Profile: /members/8819-todd.htm
- Comments: 1
Recent Blog Comments By Todd
-
Ask Ben: Print Part Of A Web Page With jQuery
Posted on Aug 22, 2011 at 6:42 PM
Ben, this is the first plugin I've found that prints the entire contents of a jquery dialog! This is the only code I needed: dialogButtons.Print = function(){ $( ".registration-terms-container" ).print(); return( false ); }; Thanks!... read more »