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
43 views
0
dropzone.js (upload by drag and drop) does not work well.

. It has also been mounting as a reference for < p > or less.http://plugmin.co/436/Even if you try to drag and drop an image, file://Users/...I was unable to upload the file successfully. as described...


1 answers
85 views
0
I want to change the time by handling check boxes.

The default time is 9:00 when the screen is displayed. screen is displayed.I would like to implement it so that if I check the end time check box, it will switch to 22:00, and if I uncheck the check b...


2 answers
68 views
0
Please tell me about the method.

ons-carousel method has been tried.Can I get the following information from ons-carousel?If you know the above information, please let me know.


1 answers
41 views
0
I want to set the keyframe, animation parameters from inputtype.

I would like to create an animation that changes the width of the box from 0% 50px to the value entered.I don't know how to set the input value with the keyframe parameter.This is HTML.<dl><d...

2 years ago

1 answers
37 views
0
reload processing within the same page

Thank you for your help.The configuration includes tab content, and each tab contains an iframe video player.These are controlled by js, and when you press the tab, the corresponding video player is s...

2 years ago

1 answers
93 views
0
I would like to display the progress returned by the server when uploading files in Ajax.

We use jQuery and Ajax (server side is Python) to create asynchronous file uploaders.On the server side, the progress of the upload (e.g. progress such as Uploading hoge.jpg... and Updating database.....


1 answers
22 views
0
How to determine the origin of a javascript object

Is there a way to find out where objects from the browser's js console come from, except by grep code?Specifically, how do I track from the console if there is an object called 'hoge' in the js consol...

2 years ago

1 answers
49 views
0
adapt css,javascript in cakephp

app/MySample/index.ctpWhat would be the best way to adapt css to the above file?Should I create a css folder in app/MySample, put the css file in it, and say echo$this->Html->css('sample'); in t...

2 years ago

1 answers
44 views
0
Virtual DOM Questions

If you operate DOM with jQuery, it will be different from the virtual DOM held by reactjs.If you do that, the difference will be reflected when rendering, and you can't help but feel that the operatio...

2 years ago

2 answers
31 views
0
Is it possible to execute Python code from JavaScript files?

Run the keywords retrieved from the JavaScript file with Python function arguments and Also, is it possible for JavaScript to receive the result (return value of the function)?JavaScript runs on a bro...

2 years ago
« - 55 - »

© 2024 OneMinuteCode. All rights reserved.