Posts by Renan Arrieiro • 23 points
2 posts
-
0
votes1
answer74
viewsQ: Select customer cities in the bank and count how many customers there are in each city
I need to select the cities of customers registered at the bank, and count how many customers there are in each city. I wonder how do I know if the name I’m picking from the bank already exists in…
-
2
votes0
answers338
viewsQ: Navigation by Arrows in Div
I’m doing an autocomplete on jquery and ajax, the results obtained by ajax I’ll put in <div>. I wish the user could navigate with the arrow for the results, leaving the <input> and…