Posts by Abel André • 25 points
3 posts
-
2
votes1
answer366
viewsQ: Httpcontext receive parameter from jQuery
I’m having a hard time getting a parameter from a registration form to an . ashx. This is a simple form that will receive registration data and upload a resume. The upload script I downloaded from…
-
0
votes3
answers86
viewsA: Error while selecting select text
Hi, @Sergio, HTML <select id="txtUF"> <option value="">Selecione o estado</option> <option value="1">AC</option> <option value="2">AL</option> ...…
-
0
votes3
answers86
viewsQ: Error while selecting select text
Good evening, folks. I have a select that lists the cities of the respective state. I’m using this code to select a city from the list: $('#txtCidades…