menu
Log In
Register
menu
Login
Register
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About us
Cookie Policy
Home
User
GeKskill
Recent Activities
arrow_back
Recent activity by GeKskill
Filter
sort
User GeKskill
Wall
Recent activity
All questions
All answers
2
answers
JS setTimeout recursion?
JS setTimeout recursion?
I can't figure out why setTimeout() is only called once? Prints only two letters. class app { constructor(options) { this.options = options; } typeWrit ...
javascript
asked
Dec 27, 2021
1
answer
Does JS touchstart work through the element as well?
Does JS touchstart work through the element as well?
app.$document.on('touchstart', '.state-hover .cross-icon', function(e) { e.stopPropagation(); e.preventDefault(); $(e.target).closest('.state-hover').remo ...
javascript
asked
Dec 22, 2021
2
answers
CSS increase the button's action area without changing the size?
CSS increase the button's action area without changing the size?
There is a button on pressing which the script runs, but it turns out that often misses... How can you increase the area of interaction with the element, but so that it ...
css
html
asked
Dec 22, 2021
3
answers
How do I get the content of a tag?
How do I get the content of a tag?
Good afternoon, please tell me how to get the content of a tag with this class: <div class="table-component-factor-value_single--3htyA _compact--3M7la" style="width ...
javascript
answered
Dec 22, 2021
1
answer
Is the url encoded incorrectly?
Is the url encoded incorrectly?
There is a request with GET parameters : optionsbrand=67 After urlencode it becomes like : options%5Bbrand%5D%5B%5D%3D67 As a result, it ends up in $_GET on the s ...
php
asked
Dec 21, 2021
1
answer
$_REQUEST encoded query?
$_REQUEST encoded query?
Google Ads makes the link encoded, for example "?optionsbrand=67" is already inserted in the link as "?options%5Bbrand%5D%5B%5D%3D67" Accordingly, I cannot read it ...
php
commented
Dec 21, 2021
1
answer
Assignment via JS link?
Assignment via JS link?
Why can the assignment option only work with this viewsHandler(elementClass){ let data = this.data.htmlBlockselementClass.views; let now = new Date().getTime(); ...
javascript
asked
Dec 20, 2021
1
answer
Android app in js and php?
Android app in js and php?
Advise the best solution to create a mobile for android. The application is as simple as possible... There will be a dynamic output of information from the database to ...
php
javascript
android
commented
Dec 19, 2021
6
answers
Any examples of sites in pure html, css and js, without cms and other designers?
Any examples of sites in pure html, css and js, without cms and other designers?
It's a working site. As much as I look, everywhere uses some kind of cms or framework. If you have such examples, please share them. ...
web development
commented
Dec 19, 2021
1
answer
CSS - absolute changes the proportions?
CSS - absolute changes the proportions?
Without absolute - square 13 13 px C absolute - visually stretches vertically, but still says 1313px #main-favorites .counter { position: absolute; top: 15%; ...
css
asked
Dec 19, 2021
1
answer
'posts_per_page' => -1 SQL error?
'posts_per_page' => -1 SQL error?
I want to make a copy of the main query but without the limit, in this implementation gets an SQL error (adds -1 to the query). What's the right way to do it? // Филь ...
wordpress
woocommerce
commented
Dec 14, 2021
1
answer
CSS z-index behavior?
CSS z-index behavior?
Can you tell me why the text div can be on top of the image and its background behind it? The structure is as follows: <a href=""> <img src ...
css
commented
Dec 13, 2021
1
answer
How do I redirect from all pages?
How do I redirect from all pages?
Let's say the site maintenance, and need to move people from all pages on the site, to another page (one). So far, I've only seen the user get redirected from one page, ...
htaccess
commented
Dec 9, 2021
1
answer
Count the number of categories in a loop (archive)?
Count the number of categories in a loop (archive)?
I don't understand how to calculate the number of categories (subcategories) in a loop (I change the style of categories in the template - content-product-cat)? What var ...
wordpress
woocommerce
asked
Sep 30, 2021
1
answer
Find the CSS selector?
Find the CSS selector?
Hi, there is such an html: <ul class="list"> <li> <ul class="shown-list"> <li><a href="link">Text</a></li> <li> ...
css
asked
Sep 22, 2021
3
answers
Replacing placeholder color with regular CSS color?
Replacing placeholder color with regular CSS color?
How is it on the wildberries.ru is an intu search made that you can change the color of the placeholder with a normal color parameter? ...
css
answered
Sep 20, 2021
1
answer
PHP preg_match_all and large string (760k)?
PHP preg_match_all and large string (760k)?
I need to use regex to pull paths from a string (760k characters); On a small line the script works fine. But it is not clear from what size and why preg_match_all start ...
php
asked
Mar 23, 2021
1
answer
Regex highlight lines?
Regex highlight lines?
This regular selects all strings at once, how can I make only those that have a substring (1004) be selected? (?<=\|)(.?)(?=\|) <br/> |test-1004-raw|test-1005| ...
regular-expressions
asked
Mar 23, 2021
1
answer
Different size of the database after a backup?
Different size of the database after a backup?
Why can the size of the database be different after (export -> import) . Number of lines is the same, types are the same, but the size is different. ...
mysql
backup-copy
commented
Mar 23, 2021
1
answer
CSS styles by JQuery condition?
CSS styles by JQuery condition?
How does this implementation affect performance, since scrolling to each pixel initiates a change? $(window).scroll( function(){ if( $(window).scrollTop() ...
javascript
asked
Mar 22, 2021
251k
questions
567k
answers
0
comments
355k
users