View Single Post
07-20-2008, 09:12 PM
#2
infinivert is offline infinivert
infinivert's Avatar
Status: Junior Member
Join date: Jul 2008
Location: Abilene TX
Expertise: Design, PHP, JS, HTML5, CSS3
Software:
 
Posts: 37
iTrader: 0 / 0%
 

infinivert is on a distinguished road

Send a message via AIM to infinivert

  Old

Man, you can spend all day trying to tweak your AJAX code to work with all browsers if you're writing it from scratch. I know. Been there / done that.

I highly recommend using a reputable javascript library (I use Prototype.js) that simplifies that mess down to just a few lines without having to worry about making it cross-browser compatible.

--Josh