Community Member Profile
- Profile: /members/7000-Charles.htm
- URL: HillCollege.edu
- Comments: 3
- Points: 30
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... 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 '$("#printableCo... read more »



