Questions tagged as 'html'

0
answers

interact with TD with canvas line on a TABLE

I have a common table given given radius of geometric coordinates, as in the image below: There is a javascript function that calculates the distance from the point 'char (0,0)' to any marked point, and draws this line on canvas, the pr...
asked by 02.02.2018 / 23:05
1
answer

AutoComplete / Suggestions / MySQL

Question 1: Does anyone have any working example of when someone types in an input suggestions below? preferably from a table created in mysql.    Bank: test   Table: users (user_id, user_email). Question 2: In an "option value" how could...
asked by 03.02.2018 / 03:56
0
answers

getDay () method Ionic inside and outside the constructor, error! - Typescript

Good afternoon guys, this is my first post here on stackoverflow so I apologize if there is any error .. My question is this: I'm working with Ionic and I need to "get" the day of the week and turn it into a number to be able to work with con...
asked by 03.02.2018 / 16:03
0
answers

How to use compound links - 'file.html # section'?

I made the following button: <a href="/../totem_app/xplaces/00_menu_vitoria_xingu.html#acru" target="_parent" class="bcontraste"><b>LINK</b></a> to go to <a href="../acess/00_menu_vitoria_xingu_acess.html#acru"...
asked by 26.01.2018 / 14:23
0
answers

Array sqlite cordova phonegap

Someone could help me to modify this code, I wanted to make an HTML list (UL LI) with select array. The code is this: $("#funcao_ler").click(function(){ myDB.transaction(function(tx) { tx.executeSql('SELECT * FROM phonegap_pro', [], fu...
asked by 26.01.2018 / 01:53
1
answer

Responsive design of the mobile version running on the browser emulator, but on the device itself?

In Chrome, Mozilla, and Edge emulators are working perfectly the view of mobile devices, but in the mobile phone it does not stay the same. I'm using the <meta name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=1, use...
asked by 26.01.2018 / 05:58
0
answers

Sensitive points within the image

I have an image of the human body, and would like to make selections as clicked on the body part (example: knee, thigh, etc). I tried using the image map method, but to no avail. Anyone have any suggestions on how to do this?     
asked by 26.01.2018 / 01:57
1
answer

How to leave items in a highlighted list, changing the position regardless of where it appears

I'm building an application with no database and with json, I'm using a <ul><li></li></ul> list to display the items, What I need is to make some items stand out. Ex. Here's a regular list, how I'm displaying <li...
asked by 26.01.2018 / 02:14
1
answer

Place h2 and button on CSS image

I'm developing a web application and I would like to put the title <h2> and a button on an image but by placing the title and the button the image desalinha going down. Link to my application     
asked by 26.01.2018 / 01:40
0
answers

Video controls of my custom player does not appear in Firefox FullScreen

In Chrome and Opera it does not matter, just in firefox. When I click the video to stay in fullscreen the control bar disappears and loses the width. Code: link     
asked by 01.02.2018 / 07:21