jQuery

Creating a CodeIniter App using jQuery Ajax

Submitted by nurhodelta_17 on
This tutorial tackles how to create an Ajax Login in CodeIgniter. We used jQuery to handle our ajax request to our controller. jQuery is a javascript library that makes you handle javascript better. CodeIgniter is a lightweight PHP framework that uses the MVC(Model-View-Controller) architecture.

Monitoring of Students Cyber Accounts System using PHP with Source Code

Submitted by Chris Jim Egot on
This is a Monitoring of Students Cyber Account Balances System Project that has been developed using PHP, HTML, CSS, and jQuery. This system was built for a certain school to help the school's cyber center manage their student's account balances. The system allows the system users to populate the list of students with their cyber time balances for each semester. The system has a pleasant user

Simple Student Report System in PHP/MYSQL with Source Code

Submitted by Torrahclef on
This is a Simple Student Report System in PHP/Mysql and I hope it will benefit some new programmers. This project is free and you can edit and add some new cool features as you may wish. With this simple project, IT/CS students or anyone who is learning PHP will learn some useful techniques and methods for their future PHP Project Development. I develop this web application using HTML, PHP, MySQL

Basic Hotel Online Reservation System using PHP with Source Code

Submitted by razormist on
A free sourcecode for Hotel Online Reservation develop in PHP programming language. I used bootstrap and jQuery as a front-end framework to have a nice design. It can reserve and check the incoming pending from visitor, and also track the room assignment accordingly.

Moosikay - E-Commerce System using PHP with Source Code

Submitted by razormist on
The Moosikay is an E-Commerce System that was developed using PHP, HTML, MYSQLi, and Javascript. The system itself can transact any music product online. This will make the market system easier and faster to conduct more profit for the business. A user-friendly system that made it easy for everyone to modify and develop by using this system as a template. This system uses PayPal for online payment

Creating a Live Filter with Multiple Options using Checkbox with jQuery

Submitted by alpha_luna on

In this tutorial, we are going to create a Live Filter with Multiple Options using Checkbox with jQuery. Many projects or systems need this kind of function for fast filtering the data from the database. Filter functions are very common to us, in other cases when you use the filter function it also loads the whole page. In our case, we are going to create a live filter with multiple options using the checkbox without load the whole web page. You can also check the live demo of this simple tutorial, so you can get an idea and you can try this out.