Questions tagged as 'html'

1
answer

How do I run a video on Android Chrome?

How to run a video tagged video in google Chrome browser? My code: <video autobuffer id="bgVideo" loop="true" volume="0"> <source src="/video_bg_1.webm" type="video/webm"> <source src="...
asked by 05.02.2016 / 20:27
1
answer

How do I click a link to activate a JS function on another page? [duplicate]

I want to click on the link on the first page, it goes to the second page and does the JS function, which is to show only what belongs to the sport of the link I want to click the link on the first page and go to the second one and activate...
asked by 30.01.2016 / 13:54
0
answers

Handle sorting Drag and Drop values with Jquery

Scheme in image: Problems:Theorderandquantityofthefirstcolumnboxesshouldnotbechanged.IcouldnotjustleavethemforDRAG,thatis,Icannotremoveaboxfromthesecondandpassitbacktocoluna1,butbetweenthecolumnsofthedayoftheweekandwithoutgeneratingcopies.Ine...
asked by 03.02.2016 / 19:18
1
answer

Json misconfigures when requesting via angular http

I'm doing an add-on for Firefox and this is powered by json that comes from an ajax request, which I do via http's get method. When I print json by calling the direct address on the screen, it normally displays, but when I make the request fr...
asked by 26.04.2016 / 02:38
0
answers

String to Date conversion via an html form

I'm having problems converting String to Date, here are the codes: Event: @Entity(name = "Evento") @Table(name = "evento_table") public class Evento { @Id @GeneratedValue(strategy = GenerationType.SEQUENCE) @Column private Long id; @Colum...
asked by 24.04.2016 / 13:43
0
answers

Layout problem when trading eclipse by IntelliJ

I'm a beginner and I'm in the middle of a project. Due to many compilation bugs, I decided to change eclipse through IntelliJ. Problems of import and connection with bank solved, I can give continuity to the project. Now I came across this situa...
asked by 11.03.2016 / 13:43
1
answer

CodeMirror does not display first in a modal

I am creating a standard template for reading XML and to make life easier for system users, I am displaying a sample default template in a modal with the codemirror, however, it does not display at first, the code is only displayed when I click...
asked by 26.01.2016 / 14:02
0
answers

Client-Side Browser Cache Issues [closed]

There was a problem with my application that I developed here on the stage. I'm making my server machine for a web page that I've developed. However, after some customer hits on our site, the data stops updating, and only refreshes again if cust...
asked by 16.03.2016 / 19:37
1
answer

How to make this gallery responsive? [pending]

jQuery(document).ready(function ($) { $('#checkbox').change(function(){ setInterval(function () { moveRight(); }, 3000); }); var slideCount = $('#slider ul li').length; var slideWidth = $('#slider ul li').wi...
asked by 19.04.2016 / 02:20
1
answer

Stylize FileUpload [duplicate]

How to stylize a FileUpload element? I have already seen some examples where they play tricks to hide the element and put an image underneath, I would like to know if anyone knows any other way to style this element.     
asked by 19.01.2016 / 13:49