You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am making a ajax call to a url which has a 20k user's data, when i start typing something then it takes to much of time to give suggestion and also sometime browser is hanged
The text was updated successfully, but these errors were encountered:
Hi everyone,
I am using follwing code to achieve my requirements
$( document ).ready(function() {
$('#textarea').textext({
plugins : 'tags prompt focus autocomplete ajax arrow',
html: {
tag: '
},
prompt : 'Add one...',
ajax : {
url : 'some url',
dataType : 'json',
cacheResults : true
}
});
});
i am making a ajax call to a url which has a 20k user's data, when i start typing something then it takes to much of time to give suggestion and also sometime browser is hanged
The text was updated successfully, but these errors were encountered: