My problem is as follows I have a BOOSTRAP menu where the content is extracted from a database mysql , being that when selecting an option I load the content of a page in a field div of central id. When I make the selection I...
Is there any way to put a blank space in a table every X rows?
I do not care if it's with css, with jquery or whatever.
This is what the page generates, and the space I want to put in the red box.
Pages are created as needed and create...
I have a problem closing a modal, this problem does not always happen, well the detail is that the backdrop of the modal is attached image.
The modal is closed but the backdrop remains, the way I am closing it is as follow...
I have a script in which I am going to add XLS files, once I validate the file format, I close a bootstrap modal and open another modal where it is a confirmation window to see if it is safe to upload that file.
This confirmation modality has...
I have been trying to remove the space that forms between the rows of the tables. This is what I have tried.
I just tried to put border: 1 px solid black and still does not take the form I would like. I want the grid to be left without that d...
How do I place four select to my template that show state, municipality, location? and of course, if the user selects the state DF, the other select only brings the municipalities and localities. How do I do it?
In order to save them al...
This is a fragment of the webservice:
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)],
[System.ComponentModel.ToolboxItem(false)],
[System.Web.Script.Services.ScriptService])
public class ClientServei : System.Web.Services.We...
I'm looking for how to remove scrollbar to body to assign this other scrollbar that you can see if you execute it but this should include the same scroll functions
(function($) {
$(window).load(function() {...
I want to add the values of the same positions? Here's my fix:
var arr1 = ["1","2","3","4"];
var arr2 = ["2","1","3","4"];
The result must be:
var NuevoArreglo = ["3","3","6","8"];
I'm waiting for help.
HTML:
<a onclick="funcion(this)" value="4">Un Nombre</a>
JAVASCRIPT:
<script>
function(elemento){
console.log(elemento.value);
}
</script>
this is giving me back
undefined