Calendar
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| << < | > >> | |||||
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | |||
Archives
- October 2006 (3)
- September 2006 (10)
- August 2006 (10)
- July 2006 (53)
- June 2006 (1)
- November 2005 (2)
- More...
Monthly Statistics
Search
Syndicate this blog
Simple Ajax Code-Kit (fixed) meta info
Simple Ajax Code-Kit (SACK) looks like a good project but it has a couple glitches when it comes to working with IE. The bulk of the issues are in the demo but there is also another area in the library that I have modified. Listed below is a quick and dirty fix of SACK with a download. The pieces are simply code fragments since there is a zip available at the end for download.
A section of HTML before. (in demo.html) A section of HTML after. (in demo.html) Without the values, IE6 just gets back a blank which isn't terribly helpful as a request method. A piece of CSS before. (in style.css)
A piece of CSS after. (in style.css)
IE6 seems to get confused by the white-space tag and ends up running the output together on one line and clipping. The output isn't as pretty in Firefox with white-space gone but at least it renders the same between browsers. A modified section of the javascript. (in tw-sack.js)
I tend to make this change because I feel that it is more flexible than other ways of getting the xmlhttp object. It works for me, but if you find an error please let me know. Download Click here to download the modified files.
Ajax * This was published to help people that have tried SACK and had problems. We at Fueled Software are doing this as a help but we don't support the library itself. You may want to direct any questions to the original author. Related PostsYet Another Ajax Contact PageWhat happened to... Ajax Tabs Reloaded: based on the Havoc Studios article Forms with moo.fx part 1 Forms with moo.fx part 2 |

Click here to download the modified files.