Questions tagged as 'html5'

0
answers

Problems giving CSS styles to buttons in a content editor

I am starting in the world of CSS and jquery and I have proposed creating a text editor options bar similar to this: To start I made this HTML and CSS code, to generate some elements to my text editor options bar, I wanted to ap...
asked by 23.12.2018 / 07:59
0
answers

Materialize CSS - Initialize Pushpin with pure Javascript (without JQuery)

I am using MaterializeCSS v1.0.0 without requiring JQuery with failures for the pushpin component. Codepen1 It works! (JQuery init) Codepen2 Not working (Pure JS init) The Pushpin Help indicates this initialization with pure Javascrip...
asked by 13.12.2018 / 15:37
0
answers

Problem with positioning a chat

I'm doing a video reference chat link but with the difference that the mine must be full responsive . The modifications I made with flexbox , I did not work with grid because that is a module of another project that is all in flexible c...
asked by 27.11.2018 / 05:48
0
answers

Problem with href="#" [closed]

It has already happened to me several times that when using a href="#" (other href redirects work perfectly for me). Right now I have copied and modified an internet code. I have simplified it to the maximum and it does not work for me....
asked by 21.11.2018 / 18:26
1
answer

Recalculate value when changing input type = range

I need your help to solve a problem. I have an input type range which, as it is changed, places the value in an output, until here everything works fine, with this value I perform an operation whose result is reflected in a span but the probl...
asked by 20.11.2018 / 20:49
2
answers

Select cell data from a column with jquery

I have the following table <table class="table table-hover table-secondary mt-1 table-responsive"> <thead> <tr> <th>Producto</th> <th>Cantidad</th>...
asked by 19.11.2018 / 15:32
0
answers

Can the meta tags go outside the head (Inside the body)?

I have a script in php that shows content within <body> and that it extracts a description column from the database so I wanted to dynamically put the text of that description into the content of the <meta name="descriptio...
asked by 01.11.2018 / 23:43
2
answers

Help to move an element with Javascript?

I want to move a div element that is in a TD from one table to another TD of the same row, and I can not do it without errors, so I consult it to see if someone can help me: <table> <thead> <th>A</th> <th>B</t...
asked by 28.10.2018 / 21:49
1
answer

Two click to change the item (slider)

I'm practicing a bit of JavaScript and trying to make the bases of a slider I ran into a problem. the problem is this: When I click on the previous or next arrows, the function is not executed at the first click as it happens when you sele...
asked by 28.10.2018 / 03:23
2
answers

Select a checkbox in a table

Today I pose the following problem, I have in the view of my website a table with clients that I pull from the database until there everything is fine, at the same time as the clients I have a checkbox select so that when I want upload a file ca...
asked by 29.10.2018 / 18:10