jQuery get() when array full

jQuery get() when array full

Hi

I am creating a mouse tracking script and I am having trouble sending the data to the server.

Because of IE's URI limit of 2083 characters, I need to be able to send parts of the data every time it reaches that limit.

The only way I could think of is changing between arrays
e.g. (array1 is filling up, once full divert data to array2 and begin sending array1. array2 is filling up, once full divert data to array1 and begin sending array2)

The problem is that I don't know how to implement this in jQuery

Hope that makes sense

Regards,

Sean