Charles
Member since Oct 4, 2010
- Profile: /members/7000-charles.htm
- URL: http://HillCollege.edu
- Comments: 3
Recent Blog Comments By Charles
-
Ask Ben: Print Part Of A Web Page With jQuery
Posted on Nov 30, 2010 at 8:50 AM
You can google.load the code... Here's a link to the info: http://code.google.com/apis/libraries/devguide.html#jquery... read more »
-
Ask Ben: Print Part Of A Web Page With jQuery
Posted on Oct 4, 2010 at 12:16 PM
Okay, after playing around I found a solution... Not sure why it works but I changed: $("#printableContent").print(); to this: print("#printableContent"); An now it works fine again... Anyone have any thoughts on why that changed? Maybe it can help anyone else... read more »
-
Ask Ben: Print Part Of A Web Page With jQuery
Posted on Oct 4, 2010 at 11:31 AM
I've been using this piece of code for awhile, to print a page, and all of the sudden it (and many other jQuery plugins) just stopped working. Now when I try to run the code: $("#printableContent").print(); it returns '$("#printableContent").print is not a function'... read more »