Category / Javascript

For the past few years, my journey with the Mantine UI library on various NextJS projects in TypeScript has been nothing short of transformative. The decision to adopt this library was driven by its remarkable ease of use and the exceptional quality of its documentation, which is both well-crafted and meticulously organized.

Read More

If you are using Nightwatch JS to test a website and you need to test an anchor nested in an unsorted list, be sure to add the name attribute in the anchor, otherwise, the click command will fail. Let’s see a simple case with an HTML markup like this:

Read More

MorrisJS is a simple Javascript library used to draw simple beautiful charts. It is based on Raphael Javascript library.

Read More

Actions and filters are so awesome in WordPress. They provide a very simple and powerful way to customization the WordPress core. So, Plugins and themes can execute code before or after a specified event or change the result of many core functions. On the web, I found a few discussion about the Javascript porting of […]

Read More

Have a look at the code below: Also, you can use this tip in: The double pipe is great, don’t you? However, you have to be careful, because this tip can be dangerous. See some example below:

Read More

As you know, you can insert some content in any HTML page. You can insert content by using document.write() or by using the property innerHTML in a DOM object. Also, you can use an existing TAG in order to add/remove elements from its. For example, you can add a Javascript with: Of course, you can […]

Read More