jQuery ajax multiple Ajax requests problem

jQuery ajax multiple Ajax requests problem

Hi,

I'm using jQuery Ajax to prefill a selectbox. When i do the first request everything is good.
When i do the second request, in the succes function the data of the first and second request is read.
This is giving me some problems. If the first request gives 3 options, and the second request gives me 4. Only the first 3 are working. The 4th is giving me an error.
I want the data from my last request.
I use :
type: 'GET', 
cache: false,
dataType: 'jsonp'