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


3 answers
42 views
0
IMAGE DISPLAY WITH LOGIN AUTHENTICATION

If it is HTML, you can make a login decision by checking the session.However, the part of the image is written in HTML after the login decision, so it cannot be separated by the login decision.Or it w...

2 years ago

3 answers
73 views
0
How do I move it smoothly with jQuery or JS or css3 animation?

When I move from class=n2 to class=n1, I want to move smoothly and smoothly, but it doesn't work.I'm doing this now.I changed the class in js and shifted the position in css position, but where and ho...

2 years ago

1 answers
44 views
0
Disable Kanji Conversion with

What should I do if I can't convert hiragana into kanji even if I press the conversion key with <input type=text> in html?If it's a space key, I can use Keycode, but what should I do with the co...

2 years ago

3 answers
58 views
0
How do I move it smoothly with jQuery or JS or css3 animation?

When I move from class=n2 to class=n1, I want to move smoothly and smoothly, but it doesn't work.I'm doing this now.I changed the class in js and shifted the position in css position, but where and ho...

2 years ago

1 answers
82 views
0
jQuery Plug-in Creation Image Location

I made a jQuery plug-in, but I'm not sure where to place the image that needs to be loaded.Do you normally place it in a folder?There is only one image to load, so I thought I would encode it with Bas...

2 years ago

1 answers
61 views
0
jQuery Plug-in Creation Image Location

I made a jQuery plug-in, but I'm not sure where to place the image that needs to be loaded.Do you normally place it in a folder?There is only one image to load, so I thought I would encode it with Bas...

2 years ago

1 answers
43 views
0
Disable Kanji Conversion with

What should I do if I can't convert hiragana into kanji even if I press the conversion key with <input type=text> in html?If it's a space key, I can use Keycode, but what should I do with the co...

2 years ago

1 answers
79 views
0
I want to save multiple values in localStorage.setItem

Hello!I want to get multiple values in the element by clicking the button and save them to localstorage, but I can't do it well.The cord will be long, so please excuse me here.http://codepen.io/anon/p...


1 answers
72 views
0
Google Maps does not show pins!

Nice to meet you!Currently, I am trying to display XML files on the read map by referring to the official Google Maps site below. https://developers.google.com/maps/articles/phpsqlajax_v3?hl=ja#create...

2 years ago

1 answers
120 views
0
Events cannot be deleted only under certain conditions in FullCalendar of jQuery plug-in

FullCalendar 2.3.1http://fullcalendar.io/Ruby 2.1.5 p273Rails 4.2.1I use a jQuery plug-in called FullCalender to create a calendar that can be rewritten by Rails and ajax.Event creation, reading, upda...

« - 28 - »

© 2024 OneMinuteCode. All rights reserved.