Questions tagged as 'html'

2
answers

Select only one checkbox at a time within a table and obtaining the data of the row marked using jquery

I'm just trying to select a checkbox while it is inside a table and get the data in the row. This is my table: <div class="table-container"> <table class="table table-hover table-custom border-radius-total-5 no-margin" id="ta...
asked by 29.05.2018 / 15:36
3
answers

Limit the length of a text with JavScript (Jquery)

How can I limit a text string with javascript or jquery ??? I have a data brought from the database, but that data is too long and I unravel my design, what I want is for example, if that data is greater than a certain number of characters co...
asked by 16.05.2018 / 19:02
3
answers

How can I make the jquery run properly when loading the page?

It turns out that I have a divs filtering code, which shows me one or another element, the filtering I do with jQuery, the problem is that I want to start loading the page, do not show me all the options, if not, do not show me any and when sele...
asked by 24.05.2018 / 09:29
3
answers

Does not show by alert the selected item of a select

I have a select that I load with the data that I bring from my BD, I have a javascritp function to which I send as a parameter the element of the list that I select, but then in the function I make an alert to show what arrives but it always arr...
asked by 22.05.2018 / 17:07
1
answer

Adapt image to carousel bootstrap

Hi, I have a problem with the carousel of bootstrap . I want my carousel to have carousel-inner height: 300px; but the images do not fit the size carousel-item img width: 100%; max-height: 460px; In this link is my code...
asked by 08.08.2018 / 18:46
2
answers

how to call several ids in a javascript code

I want to call several ids in the javascript code so I do not have to create a different code for each Show more: button <p><a href="javascript:mostrar();">Mostrar</a></p><div id="flotante"style="display:none;">...
asked by 10.10.2018 / 03:31
2
answers

Problem with encoding using websphere

Well, the fact is that in my html header I have the tags: <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <META http-equiv="Content-Type" content="text/html; charset=ISO-885...
asked by 29.07.2016 / 12:29
1
answer

Remove scrollbars in Chrome when there is no overflow

In Google Chrome every time I have an overflow of whatever type, it shows me the scrollbars and I can not find the way they only appear when there is really overflow in the type overflow: scroll , because it also shows me the scrollbars wh...
asked by 30.08.2017 / 11:17
4
answers

redirect page if it is entered from url

That I'm new to this and I need to redirect an html page if you try to enter from the browser, that is if someone tries to enter www.example.com/instructions, not possible but if possible from my homepage , validating an information, I'm trying...
asked by 07.11.2017 / 16:45
2
answers

How do I prevent the text from following a straight line html

When entering text, it follows a straight line and follows infinitely making a scroll appear to see it completely, and I would like instead of it going straight, a line break, but without using the tag br, with css maybe. For the design I'm u...
asked by 08.03.2018 / 01:21