script tag

1639 questions


1 answers
56 views
0
PageXOffset is not available only on Chrome for Android.

The rect.left+window.pageXOffset+px value is only Chrome for android different from other browsers.IE11, FireFox, Chrome for windows, FireFox for android get the expected value.You can't get the expec...


1 answers
140 views
0
Is there a difference in the behavior of EventListner between placing it on a server and hitting html directly?

Thank you for your hard work.My name is Jun, and I am a beginner of AS.Is the behavior of EventListner different from that of hitting html directly?This is because I tried to load and display the exte...

1 years ago

3 answers
24 views
0
Understanding Multidimensional Array Initialization in Javascript

I can't do thisvarhistArray=newArray(256);varhistData = [histArray,histArray,histArray];for(i=0;i<3;i++){ for(j=0;j<256;j++){ histData[i][j] = 0; }}This one will be initialized properly, but wh...

1 years ago

1 answers
107 views
0
"When I check ""I'm not a robot"" in reCAPTCHA, I can't press the send button."

On the page containing reCAPTCHA, some customers have checked I am not a robot, but the send button is not able to press.The majority of people are operating without any problems, but about 5% of peop...

1 years ago

1 answers
84 views
0
gAngular2 setHow to not check component value change in setInterval

I'm creating an auto-scrolling function on the screen, but it becomes very heavy because the value change check is performed in setInterval.Auto-scrolling does not change the value of the component, s...


2 answers
137 views
0
What is a good way to check the existence of mail domains on the client side?

To prevent typing errors and unauthorized registration when entering a new member registration email addressI want to implement the function to check if the domain entered by the user exists.*If possi...

1 years ago

1 answers
73 views
0
Do you have a library that uses PHP or JavaScript to get the color code that is used the most in the image?

I would like to obtain the color code (only one) that is used in the most range in the image in PHP or JavaScript.Are there any pages or libraries that might be helpful?*I don't want to get the color ...

1 years ago

1 answers
27 views
0
I want to move the touch event that took place on the JavaScript element to another element.

Creating web applications for smartphones.The screen is divided into a content area, a middle area, and a touch area.I want to touch the touch area below to scroll and tap the top content area.For tou...

1 years ago

1 answers
58 views
0
Regular Expression Questions

About regular expressions.(y|yes|yes|ok|ok)I only want it to be true when only is entered.I don't want the year to be true.Currently, we are looking to see if any of the above words are included in th...


1 answers
35 views
0
I want to tap and copy the text in the alert.

Thank you for your help.I am creating a mobile app with Monaca.If an error occurs in the app, Error indicating alert(err) At this time, double tap or long tap the sentence displayed in the alert.I'd l...

1 years ago
« - 53 - »

© 2024 OneMinuteCode. All rights reserved.