i have this question, i want to send a data like ajax but in fcbkcomplete.
Example:
in ajax
$.ajax({
url: 'sys_pacientes/find_ciudades',
data : {
tag: $('#tag').val(),
Anothertag: $('#tag').val()
},
dataType: 'json',
success: function(data){
}
});
In fcbkcomplete i cant send more data than i already send, that data is (tag and _=1516258)this is a random number that the function send).
I want to send that data when i type and ajax send a request for search what i type.