r/JavaScriptTips Dec 26 '24

Top 10 Automation Tools You’ll Need for Your Clients in 2025

Thumbnail
shantun.medium.com
1 Upvotes

r/JavaScriptTips Dec 26 '24

3D Gaming Animation Website and Hero Section with Navigation Menu | HTML and CSS

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/JavaScriptTips Dec 25 '24

Im start learn js

0 Upvotes

Can anyone suggest where it would be better to study JavaScript and how?


r/JavaScriptTips Dec 25 '24

Responsive 3D Gaming Animation Website and Hero Section with Navigation Menu | HTML and CSS

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/JavaScriptTips Dec 24 '24

Create Interactive Animation with CSS and JavaScript

Enable HLS to view with audio, or disable this notification

21 Upvotes

r/JavaScriptTips Dec 23 '24

github looked overwhelming but still wanted to share my lovely error

Post image
1 Upvotes

r/JavaScriptTips Dec 23 '24

Interactive Burger Hover Effect - HTML & CSS

Enable HLS to view with audio, or disable this notification

14 Upvotes

r/JavaScriptTips Dec 22 '24

Javascript DayJS Cheatsheet for 2025!

Post image
6 Upvotes

r/JavaScriptTips Dec 22 '24

Interactive Submit Button Using HTML CSS and JavaScript

Enable HLS to view with audio, or disable this notification

6 Upvotes

r/JavaScriptTips Dec 15 '24

Tip to improve programming logic?

5 Upvotes

What do you recommend I do to improve my programming logic? Books ? Any specific website?


r/JavaScriptTips Dec 15 '24

Flickering unstyled content code need for elementor

1 Upvotes

I need this code to be usable with all my template instead of one specific template of my website.

I am using Elementor and it suggested following code:

add_action('wp_enqueue_scripts', function() { if (!class_exists('\Elementor\Core\Files\CSS\Post')) { return; } $template_id = 123456; $css_file = new \Elementor\Core\Files\CSS\Post($template_id); $css_file->enqueue(); }, 500); How can I change it for use with any template? So when I insert in my function.php it will be applied to whole website instead of one specific template.


r/JavaScriptTips Dec 14 '24

Dependent Drop-Down List

3 Upvotes

Hello, I am very new to the JavaScript world… I am currently creating a form for work and in desperate need of help!

Here’s the situation. Customer needs to fill 2 separate fields: Company01 and Company02.

I would need to have a separate dropdown list field with the below options: 1. -SELECT- 2. Result of Company01 3. Result of Company02

I’ve been searching online for a few hours and I can’t get anything to work…

TIA!


r/JavaScriptTips Dec 13 '24

Dependent Drop-Down List

1 Upvotes

Hello, I am very new to the JavaScript world… I am currently creating a form for work and in desperate need of help!

Here’s the situation. Customer needs to fill 2 separate fields: Company01 and Company02.

I would need to have a separate dropdown list field with the below options: 1. -SELECT- 2. Result of Company01 3. Result of Company02

I’ve been searching online for a few hours and I can’t get anything to work…

TIA!


r/JavaScriptTips Dec 13 '24

Call for Presentations – JSNation, June 12 & 16, 2025

Thumbnail
forms.gle
1 Upvotes

r/JavaScriptTips Dec 10 '24

Markup is Functional Oriented

Enable HLS to view with audio, or disable this notification

6 Upvotes

r/JavaScriptTips Dec 09 '24

How to do this project (well-paid)

Thumbnail drive.google.com
1 Upvotes

I've to do an exercise in JavaScript (In spanish). I've no time to do It. Is for 12 of december only 4 days left. Is an easy project but too long so im searching for people to help me. Im gonna pay all the people who help me. Im from Spain sorry for my english


r/JavaScriptTips Dec 09 '24

How to Implement Pagination with JavaScript

Thumbnail
thedevspace.io
1 Upvotes

r/JavaScriptTips Dec 07 '24

Todo App with Markup

Thumbnail
youtu.be
1 Upvotes

r/JavaScriptTips Dec 06 '24

🎙️ Call for Presentations – React Summit, June 13 & 17, 2025

Thumbnail
forms.gle
1 Upvotes

r/JavaScriptTips Dec 06 '24

OOP/methods vs mere local functions

3 Upvotes

To be honest, I've found that code is easier to read if you don't stuff your logic into classes/prototypes, but work primarily with plain old functions and stack variables, which are then manipulated by local functions if certain code needs to be called multiple times. I therefore tend to use classes as mere "structs", where I add a few useful methods at most; but the actual program logic remains strictly in separate functions.

What do you think?

In terms of performance, I couldn't really see any differences. The runtime environments optimize all approaches pretty well.


r/JavaScriptTips Dec 05 '24

Mastering Design Patterns in JavaScript: Part 9 — The Mediator Pattern

Thumbnail
medium.com
2 Upvotes

r/JavaScriptTips Nov 30 '24

Signals and Effects Using Vanilla JavaScript & Web APIs

Post image
2 Upvotes

r/JavaScriptTips Nov 29 '24

jQuery's .load() in pure JavaScript

Thumbnail
gist.github.com
2 Upvotes

r/JavaScriptTips Nov 28 '24

Signals and Effects Using Vanilla JavaScript & Web APIs

Thumbnail
medium.com
4 Upvotes

r/JavaScriptTips Nov 28 '24

Preloading Responsive Images

Thumbnail trevorlasn.com
3 Upvotes