Posts by Victor • 21 points
4 posts
-
0
votes2
answers304
viewsA: How to store the Selecteditem value from Dropdownlist in the database?
Since the radio button is a value 1 or 2, you can change the parameter type to Int32 and your Internet would be: string = "INSERT INTO [Doente] (sexo) VALUES (@sexo)";…
-
1
votes1
answer59
viewsA: plugin not working, Routes and jquery
I think we have a syntax error. $.router.add("/items/:item", "foo", function(data) { console.log(data.item); });
-
1
votes2
answers1969
viewsA: Get Radio Button value in Foreach-JS
The @Antony response is correct. It follows the use with jQuery: $('input[name="plano_ouro"]:checked').val().
-
0
votes3
answers5507
viewsA: Comparing 2 password fields if they are equal
I’ve had problems in some browsers (IE7, IE6) with the .val(). It’s worth a try $('#txtSenha').text() != '#txtSenhaConfirme').text()