Questions tagged as 'html'

2
answers

Pass HTML table data to servlet

Greetings, I have the following table in which I am adding items. <table class="table table-hover"> <thead> <tr> <th>Codigo</th> <th>Descripcion</th>...
asked by 03.10.2016 / 00:28
1
answer

var geochart options google does not work

I am working on geochart, although the map is correctly generated the color optionsAxis, title, backgroundColor, datalessRegionColor and defaultColor are not reflected in the map. google.charts.load('current', { 'packages': ['geochart...
asked by 21.06.2017 / 23:04
3
answers

What is the correct way to sort the css and the js?

As I understand the order of css and js affects and it is not just an aesthetic issue and order of the code, but it has relevance in the time of loading the page and in the user experience while carrying out said loading. Said What...
asked by 05.01.2017 / 19:19
3
answers

Sort div in columns

I'm developing a website where I have a <div> (fixed size) and I'm adding small <div> through JavaScript with appendChild() . The fact is that I can not do what I want, my idea is that they are added as follows...
asked by 16.10.2017 / 12:21
3
answers

Form Ajax + Dialog Jquery C # MVC

Good morning, I am trying to use a form
asked by 14.01.2016 / 19:25
1
answer

modal window does not scroll

I am using bootstrap to make modal windows but when loaded a lot of content can not be downloaded with the scroll to see the other information because the scroll is hidden automatically when I open my modal, that is, it remains static, I use the...
asked by 29.02.2016 / 18:40
3
answers

Share content with social networks through direct link

I need to know what is the correct format to share the web page by direct link. I found the following format to share links on Facebook: https://www.facebook.com/sharer/sharer.php?u=[ENLACE] &picture=[URL DE LA IMAGEN] &title=[TITUL...
asked by 03.02.2016 / 17:47
1
answer
1
answer

document.getElementById does not assign the id to the variable and it is null

I'm doing a modal with the following html <button id="btnModal">Ver</button><!--class="button"-- sacamos esto del button--> <div id="simpleModal" class="modal"> <div class="modal-content">...
asked by 13.12.2018 / 10:56
1
answer

Problem using .clone () and select

I am passing elements from one section to another, the big problem I have, is that when cloning it does not save the option selected, simple example to understand me: <div id="content"> <div class="copy"> <select>...
asked by 29.11.2018 / 03:47