CoreUI PRO v5.3.0

CoreUI PRO v5.3.0

We are excited to announce the release of CoreUI PRO v5.3.0, dated July 19, 2024. This update brings several enhancements, fixes, and dependency updates to improve the overall stability and performance of the CoreUI PRO library.

Read More…

CoreUI v5.1.0

CoreUI v5.1.0

We are excited to announce the release of CoreUI v5.1.0, dated June 19, 2024. This update brings several enhancements, fixes, and dependency updates to improve the overall stability and performance of the CoreUI library.

Read More…

How to get element ID in JavaScript

get element id in javascript

When working with JavaScript, accessing and manipulating HTML elements is a common task. One frequently asked question is, “How can I get an element’s ID value with JavaScript?” This guide will explore various methods to retrieve the ID of an HTML element using JavaScript.

Read More…

CoreUI Free Angular 18.1 Admin Template v5.2.5

CoreUI Free Angular 18.1 Admin Template v5.2.5

We are happy to announce that the CoreUI Free Angular 18.1 Admin Template v5.2.5 is now available as of July 12, 2024. This update involves a migration to Angular 18.1. Upgrading to this version will guarantee that your applications operate smoothly and efficiently with the latest technology stack.

Read More…

CoreUI PRO Angular 18.1 Admin Template v5.2.5

CoreUI PRO Angular 18.1 Admin Template v5.2.5

We are thrilled to announce that the CoreUI PRO Angular 18.1 Admin Template v5.2.5 is now accessible as of July 12, 2024. This update involves a migration to Angular 18.1. Upgrading to this version will guarantee that your applications operate smoothly and efficiently with the latest technology stack.

Read More…

How to Get Unique Values from a JavaScript Array

javascript array unique

In JavaScript, handling arrays and ensuring their uniqueness is a common task. Here are several methods to achieve unique values from an array, ensuring you remove duplicate values effectively.

Read More…

How to return multiple values from a JavaScript function

javascript return multiple values

In JavaScript, returning multiple values from a function can be effectively achieved using arrays and objects. This approach allows you to return more than one value from the same javascript function call.

Read More…

CoreUI PRO v5.2.1

CoreUI PRO v5.2.1

We are pleased to announce the release of CoreUI PRO v5.2.1, dated June 24, 2024. This minor update focuses on improving the event handling for several key components.

Read More…

How to Remove the Last Character from a String in JavaScript

javascript remove last character from string

Removing the last character from a string in JavaScript is a common task, whether you’re dealing with user input or formatting strings. JavaScript provides several methods to achieve this, including slice(), substring(), and replace(). This article will cover these methods in detail, ensuring you can effectively remove the last character from a string.

Read More…

JavaScript printf equivalent

javascript string printf equivalent

In JavaScript, there’s no built-in printf function, but various methods can achieve the same result for string formatting. Let’s explore how to format strings using template literals and custom functions.

Read More…
Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to Redirect to a New URL Using JavaScript Redirect Techniques
How to Redirect to a New URL Using JavaScript Redirect Techniques

How to Achieve Perfectly Rounded Corners in CSS
How to Achieve Perfectly Rounded Corners in CSS

How to Add a Tab in HTML
How to Add a Tab in HTML

How to Open Link in a New Tab in HTML?
How to Open Link in a New Tab in HTML?

How to Clone an Object in JavaScript
How to Clone an Object in JavaScript

How to Fix “Sass @import Rules Are Deprecated and Will Be Removed in Dart Sass 3.0.0.”
How to Fix “Sass @import Rules Are Deprecated and Will Be Removed in Dart Sass 3.0.0.”