658 questions
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...
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...
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> ...
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...
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 ...
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...
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...
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...
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...
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...
« | - 8 - | » |
© 2024 OneMinuteCode. All rights reserved.