Category
Keyword Search
- accordion
- ajax
- apple
- autocomplete
- cakephp 1.3
- change line
- did you mean
- edit css
- file
- fopen
- fwrite
- google apps
- iphone
- Javascript
- jquery
- jquery most wanted
- menu
- mlink
- mobile
- mootools
- news
- pagination
- pagination with php
- paging
- paging with php
- payment gateway
- php
- PHP &/ Mysql
- php class
- php pagination
- php paging
- polldaddy
- polls
- resolution
- screen
- shopping
- solution
- testimonial
- ticker
-
Join 47 other subscribers
Links
Category Archives: Ajax
Jquery – Ajax Link inside ajax loaded content problem
Problem We know how to load a content via ajax very easily using jquery with $.ajax{} or load(). But there is a problem of handling the events inside that dynamically loaded content.
Ajax Autocomplete – Part 2 – with name and value
In the previous post Ajax Autocomplete – Jquery PHP Mysql Johnny and Tariq asked how to get the id. With some changes we can store the value in a hidden field. Please refer the previous post before reading this…
Posted in Ajax, Jquery, PHP, Tutorial
Tagged ajax, autocomplete, Javascript, jquery, php, PHP &/ Mysql
107 Comments
Ajax Autocomplete – Jquery PHP Mysql
Before Start The aim is to design an auto complete script for text box in ajax using Jquery, PHP, Mysql. I have searched for the script, and i have found a simple autocomplete plugin here http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ and you can find … Continue reading
Posted in Ajax, Jquery, PHP, Tutorial
Tagged ajax, autocomplete, Javascript, jquery, php, PHP &/ Mysql
199 Comments
Ajax Jquery Paging with Magic Links
What Is This? Already we have seen the Magic Link post – a tricky ajax links for making it works with the javascript disabled browsers. Here, we are going to see how to make a pagination ajax links in the … Continue reading
Ajax Links – that work without javascript
Last week i have sent a tutorial to http://www.yensdesign.com about ajax links.(http://yensdesign.com/2009/06/safe-ajax-links-using-jquery/) Then i have desided to write something about that here…. Say, you are making a website with ajax links (using jquery); What if the user’s browser not enabled … Continue reading
Check email already exist – Ajax – Jquery
In a registration form i needed to check whether the email already exist or not. For this i have tried with jquery ajax, we can use this to check usernames, emails,url names… etc. THE DEMO How i did… HTML <tr> … Continue reading