html tag

658 questions


1 answers
122 views
0
extract elements from HTML

I was able to get HTML of the site on Swift and even output it as String, but I don't know how to extract elements from it.For example, if you specify an Apple home page, you want to get elements such...

2 years ago

2 answers
141 views
0
react redox form tag onSubmit does not work

Currently learning react-reduxI wrote the following code, but the onSubmit in the form tag does not work.OnChange in the input tag works fineI would appreciate it if someone could let me knowimport Re...


1 answers
136 views
0
I want to use html form elements arranged well.

We have prepared html as follows.<form> <h2>Query 1</h2> <input type=hidden name=query[][name]value=query1> <input type=hidden name=query[][params][][name]value=param11> ...

2 years ago

2 answers
89 views
0
The search results under the combined conditions are not shown.

We are currently implementing a search for compound conditions in ruby on railsThere are two column entries that attempt to display records that match that column.I changed the view and model, but I s...

2 years ago

2 answers
143 views
0
PHP Cannot Specify Link Destination by Absolute Path

I am using XAMPP in Windows 10 to create a PHP site.I created a test folder directly under the htdocs folder, and I created firstPage.php and secondPage.php in it.I am currently running it with XAMPP ...

2 years ago

2 answers
146 views
0
I want to move focus to next element (emulate tab key press)

I would like to perform the same behavior (focus to the next element) as tab key press when certain events occur, such as pressing enter key.For example, when I tried with the code below, the keyup (k...

2 years ago

1 answers
132 views
0
The theme does not appear in the WordPress dashboard.CSS problem?

I created my own original theme from HTML, CSS, and PHP in WordPress.If you look at customization, the design will collapse.(1) The logo MOFULOG appears small for some reason.The verification tool all...

2 years ago

1 answers
125 views
0
I want to create a program that I can search using Ruby etc. [Closed]

Do you want to improve this question?Edit this post and update the question to focus on one issueClosed 3 years ago.Three years agoI would like to create a program like the one below.1. You must be ab...


3 answers
193 views
0
How many pixels can I print on A4 paper?

When printing html pages with browser-standard printing capabilities, how many pixels wide can a vertical A4 paper fit?css*{ box-sizing: border-box;}.test1{ width —1366px; border —10px solid red;}.tes...

2 years ago

1 answers
103 views
0
If setInterval is chrome, it does not work properly.

setInterval(function(){ $('.test') .fadeOut(500, function(){$(this).fadeIn(500)});},2000);I'd like to blink the text with test in the class name.IE keeps blinking, but chrome stops blinking once.It sp...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.