When I click on the checkbox it adds the values I have to another table but what I want to avoid if you click again checkbox to avoid adding again its value since the other table already has it.
Html where I extract the values
&l...
I can not get several buttons to open a single popup. This is how I did it:
<div class="popup">
<div id="myModal" class="modal">
<div class="modal-content">
<span class="close">×</span>...
My question is based solely on whether there is the possibility of entering a variable through a prompt() and that it is saved no matter how many times the code is run afterwards, and it is deleted only when the page is reloaded or manual...
Some time ago I asked this question: How to give an understandable format or ID to a css and / or js file?
, now what I'm looking for is the reverse process of that.
that is: having a certain code:
$("#btn_load").click(function(e){...
When loading the page filled an array with a $ .each and one of the values is an id of a parameter and I need to draw based on that id the description to show in a table, I have the function that returns the description but I can not load it to...
1.- It's a simple ng-route, I have 3 buttons, each button navigates to a new route.
2.- I have a father controller and a son controller for the ng-view
3.- For the ng-view I have a template with a span linked to the property...
With reference to this question:
How to include a JavaScript file to another Javascript file without using JQuery?
I have a js of very large jQuery code, so, having everything a little more orderly, it occurred to me to create several js...
The code of the table with the buttons is as follows:
<table class="table table-striped">
<thead>
<tr>
<th>Fecha</th>
<th>Título</th>
<th>Estado</th>...
Why does not my page load the images?
I'm doing a slider with plugin Nivo Slider , and suddenly I set an error in my code javascript , and modify it in several ways, but I still have the same error, He tells m...
I need to do with php a time check, one that shows me an error message if the time of the computer is less than the server that shows an alert message, so far with much help I got bring the 2 dates but, the values of the 2 as such are not remote...