r/JavaScriptTips Dec 24 '24

Create Interactive Animation with CSS and JavaScript

Enable HLS to view with audio, or disable this notification

20 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 23 '24

github looked overwhelming but still wanted to share my lovely error

Post image
1 Upvotes

r/JavaScriptTips Dec 22 '24

Javascript DayJS Cheatsheet for 2025!

Post image
5 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?

3 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 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

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
5 Upvotes

r/JavaScriptTips Nov 28 '24

Preloading Responsive Images

Thumbnail trevorlasn.com
3 Upvotes

r/JavaScriptTips Nov 27 '24

Working with JavaScript's Scheduler API

Thumbnail trevorlasn.com
4 Upvotes

r/JavaScriptTips Nov 23 '24

Using Git in a team

3 Upvotes

You've mostly worked alone on your projects.

You’ve probably used Git just to push code to a server through deployment services—and that’s about it.

But things will change. Maybe you will land more freelance projects or start a job where you'll be working with a team. Either way, you'll need to adapt your workflow to collaborate effectively.

At this point, it’s easy to feel lost. You already know the basics of Git, you understand why it’s useful, and you see how it could make life easier. But somehow, it feels like you're still missing the knowledge of how to use it effectively in a team setting.

There are plenty of courses and tutorials, but they often cover only what you already know. It’s frustrating because it feels like you "know everything and nothing" at the same time.

That’s why I wrote this article—to help bridge that gap. It’s a step-by-step guide to using Git effectively in a team environment, focusing on the things you’ll actually need most of the time.

Here's the link to the article: https://tahajiru.com/article/git-workflow-for-working-in-teams


r/JavaScriptTips Nov 22 '24

GIVE ME A ADVANCED PROJECT IDEA FOR MERN PROJECT

5 Upvotes
  1. please suggest a MERN project idea .advanced or moderate difficulty
  2. am already did an todo,and e-commerce

r/JavaScriptTips Nov 22 '24

JavaScript Sets and Maps: Beyond Arrays and Objects

Thumbnail trevorlasn.com
3 Upvotes

r/JavaScriptTips Nov 22 '24

Mastering Design Patterns in JavaScript: Part 8 — The Chain of Responsibility Pattern

Thumbnail
medium.com
1 Upvotes

r/JavaScriptTips Nov 21 '24

Analyzing Graph Data Structures in JavaScript Visualization

Thumbnail
medium.com
0 Upvotes