Questions tagged as 'html'

1
answer

Adapt GRID to FIXED Container

how are you? I'm doing a job with a GRID from Bootstrap and I would need to define "containers" of X fixed size, and that if the GRID is bigger than that container. It adapts automatically. I explain? :) <style> .contenedor1{...
asked by 30.05.2018 / 14:14
1
answer

Carousel bootstrap is displayed incorrectly

I'm having problems with my Carousel in Bootstrap. I copied it as is, I downloaded jquery, bootstrap.js I also put the viewport <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8">...
asked by 24.05.2018 / 21:05
1
answer

Rebuild html elements with the data stored in a json?

I have a json object created with the tags and attributes of the html elements. Now that I have the json I want to rebuild the entire html running the json. Any suggestion would be of great help to me.                                <d...
asked by 23.05.2018 / 02:43
0
answers

ModelState is Invalid AJAX - ASP .NET

I'm doing a project in which at the end of an activity you get a PopUp that when you click on it, it is sent via ajax - api to the database: Activity Model: namespace PSCORE.DataBase.Models { public class Activitat { [Key]...
asked by 23.05.2018 / 13:37
0
answers

Assignments and counters in XSLT

I have the following XML file:                             <ascendientes> <categoria id="https://datos.madrid.es/egob/kos/entidadesYorganismos"> <nombre><![CDATA[(no disponible)]]></nombre> <...
asked by 22.05.2018 / 11:40
4
answers

Add the columns of an HTML table with Javascript

I have a table obtained from the database which I am trying to add columns to Total. I show the image so that it can be understood: HTML code <table id="tblKardexValorizado" class="table table-striped table-bordered table-condensed ta...
asked by 22.05.2018 / 18:08
1
answer

Positioning and animation problems of a responsive menu

I'm trying to make a responsive menu something different from how I normally do it: the icon to enable the menu is fixed below on the right. When I click, it shows me the menu in the following way: I have three problems with that menu:...
asked by 25.05.2018 / 21:51
1
answer

How to show / hide Jquery Sliders UI with buttons

I have a query how I can do to show and hide the Jquery UI slider instead of showing and hiding the type number input. Briefly replace inputs with Sliders I leave code ... $( function() { $( "#slider" ).slider(); $( "#s...
asked by 20.05.2018 / 18:52
1
answer

Error: Position Fixed - Relative (HTML-CSS)

I have presented a problem when trying to responsive my html-CSS navigation menu. At first my menu looked below the header, so I decided to solve this problem with a margin-top auto; and my menu was correctly re-located. But as I was reducing th...
asked by 20.05.2018 / 20:29
0
answers

Simplify repeated text in html

I'm doing a program in HTML in which a piece of code is repeated a lot. I want to know if it is possible to call that piece of code somehow (as if it were a void function in c) so that it does not stay so long and so ugly.     
asked by 25.05.2018 / 17:57