jQuery

How To Create Autosuggest Search Box Using JavaScript in PHP/MySQL

Submitted by alpha_luna on
In this tutorial, we are going to learn how to create Autosuggest Search Box Using JavaScript in PHP/MySQL. This program created using JavaScript and PHP/MySQL to show you on how to use this simple program. The user typing in a search box, it will auto-suggest the value from the database table and it will display using a drop down field. Creating simple TextBox as in the image below.

Real Estate Website using AngularJS

Submitted by jaronavales on
Getting Started with AngularJS AngularJS is an awesome framework for building single page web applications, and it's definitely among the most popular out there. When I started learning Angular, I felt lost for quite a while, and I couldn't quite wrap my head around it at first. This app you can see the real estate website and it's property listing page. Through this, you can Edit, Delete and Add

Simple Mapping System using PHP and JQuery

Submitted by jaredgwapo on
In this tutorial, we are going to learn to learn how to make a drag and drop system and save its location. This is a simple project that you can use in your website or system. DIRECTIONS PUT THE LINKS INSIDE YOUR HEAD TAG CSS CODE HTML CODE " style="position: absolute; top: px; left: px; z-index: 9999; height: 20px; width: 20px;"> " id="top" value=""> " id="left" value=""> " style="display: none;"

Drag and Drop Shopping Cart using JQuery

Submitted by Jeprox on
In this project you are going to learn drag and drop feature in shopping cart using JQuery. This Drag and Drop Shopping Cart feature can be useful to your website or project. Source Code: Shopping Cart Products Gadgets iPhone iPod iPad Accessories Earphone USB Cord Powerbank Bags Zebra Striped Black Leather Alligator Leather Shopping Cart Add your items here

Geolocation(Google Map API)

Submitted by GeePee on
This project will teach you how to use Google Map API using the jQuery. User must simply input the complete address or the land mark of what they're looking and by clicking search button, it will automatically locate the address. (Note: This will work only if you have a internet access because we used google API). Hope you learn from this simple project.