I have two lists (select) with different values. I would like the user to choose a value from each list and that by pressing a button the program will show the result of the sum. Here is what I have done so far. :)
// Añadiendo los tipos...
I need to show and hide the sub-menu by clicking for example on the word Libros and that I display the items that it has. I need the code below:
function openNav() {
document.getElementById("sidr").style.width = "300px";
}...
I'm with vuejs and axios trying to connect to the woocommerce api, but I can not find a way to send my credentials correctly (the keys), or I do not know if I have to specify the connection method ... I do not know how to indicate it in axios....
I am experimenting with a new platform of forums and a problem has arisen to me: I have tried to load, by means of load , a section of the forum to extract its id and place it on the current page. What happens is that, for some reason, whe...
I have a big problem with something I've been trying to do for a while now.
I have this Angular 2/4 code in Plunker ( link ) to which you can select one or more cards dragging the mouse on the cards but it is not the exact implementation that...
I have problems with anchors in firefox
I pass the url link
the code you used was to put a button or class p in the html Upload
and the script you use is:
</script>
<script type="text/javascript">
(funct...
I need to go through the elements of a dropdownlist that I have previously filled with a service, that stays in one element for 30 seconds and then moves on to the next one.
My HTML:
<select ng-model="depSel" ng-change="changedValue(d...
I have to perform the following operation:
I have a form in which I fill in all the data and when I press the "Save" button the user's name must be loaded in a so-called "list". Well, this is done correctly.
The problem comes when I want t...
I am using a DataTable to display information and I have a select with another group of data
I would like to be able to give it to the $_POST fix the value that I select in the table and the select one. This last one I ha...