Questions tagged as 'html5'

3
answers

Hide a 'div' from another view with jQuery

Next, I show you the code with the views "Title" and "Cover" plus the jQuery code of the "new" button HTML 5 (Grails) code View: "Titling" <!DOCTYPE html> <html> <head> <meta name="layout" content="layou...
asked by 01.08.2017 / 20:51
1
answer

Save the webcam video on the live server

I want to upload the video that records the webcam to the server. Now what I do is record the video and once the recording is finished upload it whole, to record it use RecordRTC, in addition to HTML5 and Javascript. What I want is to upload it...
asked by 27.07.2016 / 12:33
1
answer

Can an element be added inside the title / title tag with an append?

I want to add the css styles that an application has with
asked by 02.08.2016 / 21:03
2
answers

Create select with html using ajax

I try to create a select in HTML5 by bringing the data from a .js file that has a $.ajax that calls a URL that has data in JSON. But always throws for error: function(data) and I do not know why, the url is fine for what...
asked by 15.11.2016 / 14:09
2
answers

prevent entering number in an input number

Hi, I'm making a sales form. What I need is to know how I can prevent the user from entering numbers with the keyboard in an input number, and that he can only increase the number by clicking on the arrows in the input itself. This is the cod...
asked by 07.09.2016 / 06:21
2
answers

Bootstrap tab panel event

I have a tab bootstrap panel with 5 interchangeable tabs (in active, fade, fade, fade, fade) Within each of these tabs is included a dxchart (devextreme) that is graphed with Jscript. When my page finishes loading, the graph that is in the...
asked by 14.04.2016 / 01:47
2
answers

I can not close a pop-up

The following code belongs to a pop-up that I am trying to close with javascript but it does not work for me and it does not give me any errors either. <div id="popup-box-outer"> <div id="popup-box"> <h1><img src="...
asked by 20.04.2016 / 22:33
2
answers

redirect to a servlet from an ajax passing values

Hello, what I want to do is redirect to a servlet from a jsp using ajax, since I have to send data that are not in the form, but should not be seen in the url colo are mascot, age and the token since the latter expires every so often, so it must...
asked by 14.12.2018 / 19:47
1
answer

Select data-attribute within SVG

I have the following SVG inline on my website: <svg xmlns="http://www.w3.org/2000/svg" data-action="counter" class="button" width="320" height="90" viewBox="0 0 320 90"> <rect x="0" y="0" width="320" height="82" rx="10" ry="1...
asked by 23.08.2016 / 13:23
2
answers

How to show and hide divs and vary class crossed out?

I am working with a price table and as you can see the total price varies through the action ws-plus and ws-min , this part I have it done. Now, what I need is to work with the actuators. By default I want the "item that varies p...
asked by 09.04.2016 / 15:43