Questions tagged as 'html5'

2
answers

AngularJs 'TabsCtrl' is not a function, got undefined .Net

I was taking an internet example of how to create SPA, but I'm stuck, the issue is that it uses some modules , which are nested and create controls with dependency towards modules , the problem is that I can not use the dependencies of ui.b...
asked by 17.10.2016 / 21:54
1
answer

Mobile device browser does not play html5 video in mp4 format

I'm creating a website with background video in mp4 format. I am in the process of converting it to webM to see if I can get it reproduced in browsers on mobile devices and it works in chrome firefox and even internet explorer PCs but so far in...
asked by 20.06.2016 / 06:16
1
answer

pass table row to another with jquery

Hi, I'm making a table that shows the contents of my database. I am using this code: Jquery 1.4.2 $(function() { function moveRow(row, targetTable, newLinkText){ $(row) .appendTo(targetTable) .find("a")...
asked by 21.06.2016 / 13:59
2
answers

Learn value returned by an onsubmit form in HTML5 CanvasInput

First of all greetings to all and to say that I am very new, any correction is welcome, both the question I am asking and the use of this website ... I was trying to get the method onsubmit() of the library "CanvasInput" of HTML...
asked by 12.06.2016 / 19:27
3
answers

How to apply the same CSS style to different elements through Javascript?

I have a configuration tab in my web application, this tab, although simple and basic, should allow the user to adapt his interface as he wants, and what happens is that I have a chooser color where you can choose a color tonality inside of that...
asked by 17.08.2016 / 03:09
2
answers

get modal window textbox in a new one

Does anyone know how to get the value of a text box from a modal window in another new modal window? I have a modal window that has two buttons, I also have a key value in a textbox that I need to recover in another modal window to process th...
asked by 23.02.2016 / 23:21
1
answer

How to pass data from one class to another in javascript using addEventListener or observer pattern?

I have a web page of a form in which I have some components placed with Bootstrap. I have a component that is a bar that as I fill in the questions on a form, the bar should grow. For that I have a class made called a bar and another called a...
asked by 31.12.2018 / 19:17
1
answer

Change of icons in drop-down list

I have a list of dropouts to which I have placed an image of an arrow, which must change from when it is closed to when the drop-down is displayed. When I do the modification of the image from closed to open it does it well, but when the drop-do...
asked by 17.12.2018 / 21:00
2
answers

Show daterangepicker "inline" inside a div, without drop-down

I am doing a filtering in a list and I would like to include the calendar with the possibility of selecting a range of dates as the daterangepicker provides in the column on the left as I show you below. I have not found any option to k...
asked by 05.12.2018 / 11:22
1
answer

compare elements and show alert or execute function in javascript

I'm practicing javascript and creating a task list manager. I have my input field, which by pressing the button or giving enter passes the value of the input to a list of tasks below. What I want and I do not know how to do, is: when giving e...
asked by 19.11.2018 / 22:01