Re: [jQuery] Re: Create PDF from js

2009-11-09 Thread Logan Bailey
Why do you have to create the page. People can just click print, and then save as pdf? On Nov 9, 2009, at 9:30 AM, m.ugues wrote: The problem using server side option is that I have a web site with a lot of pages. For every page I need to generate a PDF; so I need to create a Java class for

Re: [jQuery] looking for a plugin or code that displays text slowly

2009-11-05 Thread Logan Bailey
This is just straight JS. You're probably looking to do a time event i'd say. Check out https://developer.mozilla.org/en/DOM/window.setInterval

[jQuery] Nested Sort

2009-09-21 Thread Logan Bailey
I'm using the sort UI nested, so you have Stuff 1 Stuff 2 Stuff 3 Stuff a Stuff b Stuff c In ff, it allows me the ability to sort list1 vs list2 as well as the contents from list 1 within itself and with in list 2. Only IE, when i try to drag and drop the cont