jquery autocomplete extra spaces
- by elasticrash
I got this loop in a jsp file
<% for (int i = 0; i < length; i++)
{
for( int j = 0; j < width; j++)
{
element = MAP_LIST[j][i];
if (element.equals("A"))
{} else if (j == width-1 && i == length-1){
…