javascript tag

JavaScript (/ˈdʒɑːvəskrɪpt/), often abbreviated JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for web page behavior, often incorporating third-party libraries. All major web browsers have a dedicated JavaScript engine to execute the code on users' devices.

JavaScript is a high-level, often just-in-time compiled language that conforms to the ECMAScript standard. It has dynamic typing, prototype-based object-orientation, and first-class functions. It is multi-paradigm, supporting event-driven, functional, and imperative programming styles. It has application programming interfaces (APIs) for working with text, dates, regular expressions, standard data structures, and the Document Object Model (DOM).

The ECMAScript standard does not include any input/output (I/O), such as networking, storage, or graphics facilities. In practice, the web browser or other runtime system provides JavaScript APIs for I/O.

JavaScript engines were originally used only in web browsers, but are now core components of some servers and a variety of applications. Two of the most popular runtime systems for this usage are Node.js and Deno.

Although Java and JavaScript are similar in name, syntax, and respective standard libraries, the two languages are distinct and differ greatly in design.

Reference: WIKIPEDIA

1427 questions


1 answers
146 views
0
Understanding How to Obtain Client-Side Source IP (Global IP) on the WEBAPP side that is Booting on EC2

Thank you for your help.About the title, when you press a button on the web app, Obtain client-side (me) global IP and I would like to register with RDS.I have obtained the global IP by filling the fo...


1 answers
135 views
0
I want to change the click event by the value of json in zabuto calendar

There is a plug-in that runs on bootstrap (+jQuery) called zabuto calendar.The default behavior is (1) Monthly Calendar Display(2)If you have event data in JSON format, the background color will be di...


3 answers
37 views
0
Are there any DIV elements that can replace online?

I would like to add online to the div element, but unfortunately I cannot add online to the div at this time.However, I'd like to add an online item to the div, is there any alternative method?What I ...

2 years ago

1 answers
30 views
0
Scrolling and swiping when the screen is fixed

For example, the content size is width: 100vw;height —100vh;Would it be possible to determine the top and bottom of the scroll and the left and right sides of the swipe when (not scrolling)?

2 years ago

1 answers
65 views
0
I want to act like Tiles on AngularJS' ui-router.

I am using ui-router in AngularJS, but I would like to control the configuration of the screen like Tiles in Java.Multiple screen functions exist, and multiple common parts functions exist as well.To ...

2 years ago

1 answers
37 views
0
About jQuery Horizontal Scroll Events

I would like to use Jquery to change the class if it exceeds a certain value.What you want to do1: Set the designated CSS to reduce the screen to 720px or less.2:Set the designated CSS even if the scr...

2 years ago

1 answers
72 views
0
Disable Zoom in Scroll in jquery.gmap3

I used googlemap3 to embed the map in the page. (This map has its own marker.) I would like to set the wheel scroll function to false, but I cannot implement it with the code below. The map has been s...


1 answers
35 views
0
pass javascript value to php

What should I do if I want to pass the value of javascript to another php file in the same folder?

2 years ago

2 answers
38 views
0
To prevent the form from disappearing

Nice to meet you.I started studying PHP three months ago and am currently trying to create a rudimentary web app with PHP+MySQL.First of all, I started to make a simple purchase order, but I failed to...

2 years ago

2 answers
78 views
0
Is it possible to retrieve the data in the middle of loading with FileAPI of javascript?

I'm thinking of working with point cloud data stored on my client PC on my browser.Now I know that FileReader can load file objects retrieved by FileAPI.I have a question now, but would it be possible...

2 years ago
« - 52 - »

© 2024 OneMinuteCode. All rights reserved.