Good afternoon!
Please, can you tell me where I am going wrong in this code? the delete procedure does not work when I pass the parameter in onclick
Thanks!
Button
<!-- repassando o id codificado através do get -->
<form method=...
Here is an example of how the form is, it is much more complex than that, it already has almost 10 years of use and I do not have time to modify everything. But I need to have access to the form that is inside the other, that is the form that is...
How to show a sub-menu inside another?
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>@Html.ActionLink("Início", "Index", "Home")</li>
<li>@Html.ActionLink("Usuários", "In...
I have a question and I think other people may also have the same doubt ...
Let's go to the situation: I have a website, with a header edited to appear on computer screens (resolutions higher than tablets) but I would like the header to chang...
I'm now starting to develop themes for WordPress and I'm studying the default theme of it. But so far I do not understand what the meaning of these ID's and classes is that there are no settings of their properties anywhere. I searched the inter...
I learned that Firebase is an API that helps to create real-time apps , but following a little I know about JS, I tried to create a chat. I did not understand exactly why I could not return a message.
Below I leave the study code:
<!DO...
I'm trying to make a small form based on simple HTML, CSS and JavaScript (without JQuery).
In one of the parts of this form, I would like any option selected of a select to appear in the comma% separated by commas or lines. In a...
Good evening!
I have a question regarding the work of my faculty regarding modal feedback. I have already done all the code in both html and javascript (I put the alert to see if it was working right), but I would like to change alert for the mo...
How can I leave my column at 100% height?
example:
EXAMPLE
where Teste is written, it is the column that has to be 100% height,
DETAIL
On some screens, I will add content using jQuery , I also need to not leave th...