html5 tag

175 questions


1 answers
46 views
0
How to pass the value entered by the user in div contentable="true"

Please let me know as it doesn't work.First, ask the user to enter characters and images within this frame.<div id=editor contentable=true></div>Trigger user to press this button after typ...

2 years ago

3 answers
50 views
0
If you rotate the image with HTML5, the edge will be jagged.

If you rotate the image with HTML5, the edge of the diagonal image will be jagged.Is there any way to avoid this jagi?

2 years ago

1 answers
46 views
0
I'm looking for a library of share buttons that support multi-SNS.

Prerequisites/What you want to achieveI am looking for a library of share buttons for Facebook, Twitter, and Line.By adding one library, I would like to be able to get the URL of the article and pass ...

2 years ago

1 answers
46 views
0
TODO List Values Not Cleared, Stopwatch Not Displayed

Thank you for your help.Thank you for your cooperation.I'm thinking of making a daily exercise record with Monaca.http://docs.monaca.mobi/cur/ja/sampleapp/samples/todo/Created new and loaded TODO list...

2 years ago

2 answers
42 views
0
I want to get the previous page information and reflect it.

I want to change what appears on hoge.com/hoge by retrieving information from the previous page or dynamically using some method.Examplehoge.com/hoge/1hoge.com/hoge/2hoge.com/hoge/3hoge.com/hoge/4 Vis...

2 years ago

1 answers
105 views
0
Can I specify a URL that returns redirects to the video tag src or source?

Is it possible to set the src of the video tag with a URL that returns the URL to the original video source with redirects such as 300?If possible, is there anything I should be careful about, such as...

2 years ago

1 answers
76 views
0
vue.js Focus on specified input

HTML<span:style={display:displayTitle} @dblclick=showInput()>{{node.title}}</span><input:style={display:displayTitleInput} type=text@blur=hideInput1@keydown=hideInput2:value=node.title&...


1 answers
102 views
0
When implementing the drawing tool in canvas, I have a question about how to change the size of the figure.

I would like to create this kind of drawing tool on the web browser.https://dl.dropboxusercontent.com/u/429437/html5/seminar/05-draw-tool1.htmlI understand that this is done using the canvas tag.Befor...


1 answers
58 views
0
Understanding XSS Vulnerabilities in Direct Address Bar Input

I am creating an Angular-based web application, and when I received a security diagnostic service, I was pointed out to be vulnerable to JavaScript being interpreted and executed by giving ?'>alert...

2 years ago

1 answers
44 views
0
I would like to display the results calculated by JavaScript in HTML.

symptomsI want to calculate the appropriate weight (calculated by the square of height (m) x 22) in JavaScript, but nothing happens when I enter height (m) entered from index.html.An error appears in ...

2 years ago
« - 9 - »

© 2024 OneMinuteCode. All rights reserved.