JavaScript DOM Manipulation

Dynamically Add and Remove HTML Table Rows using jQuery

Submitted by oretnom23 on

This tutorial will help you to learn How to Dynamically Add and Remove HTML Table Rows using JavaScript and jQuery. This front-end feature is commonly used for iterated data to be saved on the database. This feature gives the end-users a better experience while using your developed app or website. User can simply add and remove HTML Table Rows without leaving the current page or refreshing/reloading the page.

Simple Budget App in JavaScript Free Source Code

Submitted by oretnom23 on
Introduction This is a mini-project called Simple Budget Application. This is a very simple web-based application that manages the user budget and expenses. The application was developed using JavaScript. It uses the browser's local storage as the data storage. The application contains Create, Read, Update, and Delete Operations for expenses. This has a pleasant user interface using the Bootstrap

Simple Recipe App in JavaScript Free Source Code

Submitted by oretnom23 on
Introduction This is a mini-project called Simple Recipe App. This is a simple web application that allows the user to store and manage their recipe list. The application was developed using HTML, CSS, and JavaScript. The features of this project were achieved with the jQuery Library. The application uses Bootstrap v5 Framework for the design. This can help the user to easily store, retrieve, and

Simple Secure Password Generator using JavaScript Free Source Code

Submitted by oretnom23 on
Introduction This is a mini-project called Secure Password Generator App. This is a simple web application that can generate a secure password for users. This was developed using HTML, CSS, JavaScript. It has a simple and pleasant user Bootstrap v5 Framework and is easy to use. I am sharing this source code to give new programmers, especially the students or self-learners an Idea of how to create