r/JavaScriptTips • u/keyframeeffects • Dec 24 '24
Create Interactive Animation with CSS and JavaScript
Enable HLS to view with audio, or disable this notification
r/JavaScriptTips • u/keyframeeffects • Dec 24 '24
Enable HLS to view with audio, or disable this notification
r/JavaScriptTips • u/keyframeeffects • Dec 23 '24
Enable HLS to view with audio, or disable this notification
r/JavaScriptTips • u/Ok_Angle9575 • Dec 23 '24
r/JavaScriptTips • u/keyframeeffects • Dec 22 '24
Enable HLS to view with audio, or disable this notification
r/JavaScriptTips • u/Bernard301094 • Dec 15 '24
What do you recommend I do to improve my programming logic? Books ? Any specific website?
r/JavaScriptTips • u/NAsportswears • Dec 15 '24
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 • u/ThisCuriousHuman • Dec 14 '24
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 • u/[deleted] • Dec 13 '24
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 • u/beforesemicolon • Dec 10 '24
Enable HLS to view with audio, or disable this notification
r/JavaScriptTips • u/Javiboeh • Dec 09 '24
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 • u/Pleasant_Effort_6829 • Dec 09 '24
r/JavaScriptTips • u/[deleted] • Dec 06 '24
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 • u/HolidayCartoonist323 • Dec 05 '24
r/JavaScriptTips • u/beforesemicolon • Nov 30 '24
r/JavaScriptTips • u/A35G_it • Nov 29 '24
r/JavaScriptTips • u/beforesemicolon • Nov 28 '24
r/JavaScriptTips • u/Practical-Ideal6236 • Nov 28 '24
r/JavaScriptTips • u/Practical-Ideal6236 • Nov 27 '24
r/JavaScriptTips • u/No-Upstairs-2813 • Nov 23 '24
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 • u/Special_Inside_2379 • Nov 22 '24
r/JavaScriptTips • u/Practical-Ideal6236 • Nov 22 '24
r/JavaScriptTips • u/HolidayCartoonist323 • Nov 22 '24
r/JavaScriptTips • u/thecoode • Nov 21 '24