Posts by Jean Carlos Galhardi • 11 points
3 posts
-
0
votes1
answer110
viewsQ: How to use Foreach with xslt in an xml file
I’m having trouble using a file ".xml" and an archive ".xslt" Follow the code below: listAlunos.xml <?xml version="1.0" encoding="UTF-8"?> <listaAlunos> <aluno>…
-
0
votes2
answers1914
viewsA: Hide or Show div via a Radiobutton via Jquery
Thank you very much for the reply, but I have already solved it. Follow the code in case someone ever needs it. $("#rbAtivoInativo input").click(function () { var select = $(this).val(); if (select…
-
1
votes2
answers1914
viewsQ: Hide or Show div via a Radiobutton via Jquery
Follow the code below: HTML: <asp:RadioButtonList ClientIDMode="Static" ID="rbAtivoInativo" runat="server" RepeatDirection="Horizontal" AutoPostBack="true">…