Questions tagged as 'html'

2
answers

Google Font does not work in external CSS

I have been trying for some time to apply the Open Sans source in a project with HTML, CSS and the framework Bootstrap . Link to import the source: <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">...
asked by 03.10.2017 / 19:42
1
answer

Show correct status with ng-click

I am trying to do a función that I call doing ng-click , where I want to show the status corresponding to the ítem that I give click , that is, if I give click to the object banana that only me show the st...
asked by 04.10.2017 / 16:05
2
answers

SQL See DB count

I have a table called decree in the database with the following fields: and I want to see the years that I have in my database in which I have entered data. Example in the database I entered dates in 2016 2017 2018 and the query that shows...
asked by 20.09.2017 / 15:35
1
answer

CDN font-awesome does not work correctly

Greetings! I have the following problem with font-awesome where I want to use the CDN provided by this library but I do not get the necessary result. <!DOCTYPE html> <html> <head> <link href="https://...
asked by 18.09.2017 / 16:05
1
answer

Send arraylist from form jsp to servlet and show results in another jsp

I am starting to know the java web development and I am developing an exercise which I must fill a array from a form jsp , send it to a servlet to fill with the data of the form the array and show the results in a tabl...
asked by 12.09.2017 / 17:08
2
answers

How to animate an image?

How can I animate an image, I have an arrow in png , and I would like to animate it with css3 or javascript , I am studying transitions, transformations, etc, but I still do not know how. It occurs to me to do it with javascript , with a for...
asked by 13.09.2017 / 02:43
2
answers

show span text with hover JQuery

var cont = $("h2#descripcion").text(); function leerSpan() { var x = $('span', this).text(); $('h2').text(x); } function volver() { var y = $('span', this).text(); $('h2').text(y); } $("h2").hover(leerSpan, volver);...
asked by 06.02.2018 / 20:13
3
answers

Jquery remove an unspecified class from an element or delete all classes except for some

I have an HTML element select # options that when selecting one of the options it will dynamically add classes to the div # container element, but I need to delete the class that was previously added to this element and then add the new clas...
asked by 26.09.2017 / 23:12
2
answers

duScroll does not work correctly AngularJS

I'm using a tool that offers us an angle that is Angular-scroll where I have a function that executes a scroll up, but I have not tried to get it, please some solution? <script src="https://ajax.googleapis.com/ajax/libs/angular...
asked by 26.09.2017 / 15:05
1
answer

Problem with a badly closed div

I have a problem, I do not know if it will be a div badly closed or poorly implemented but it is causing me enough problems because I can not find it. In this image you can see the grid , of carousel that has a size of 10,...
asked by 03.09.2017 / 15:23