Edit serialize array

Edit serialize array

Hi,

I used $("#myform").serialize and its giving me return somethink like below:

customerid=1&customername=raheel&customerage=23


i took all this id var data.

but i want to send data via ajax without the first input field so it should remove customerid=1 ... how can i do this ?

Thanks