want to join us? register, it's easy | help

browse by tag: jquery

sort by

newest, oldest, most popular


category icon

jQuery form plugin and PHP file uploads

in PHP added by finalwebsites, on 26/11/2009 AJAX forms jquery upload

jQuery and the form plugin are great tools to create Ajax powered contact or feedback forms. This tutorial shows how to use the jQuery form plugin and gives an example how-to create a form including form validation an upload function.

1 comment save report
category icon

Writing an easy to use A/B test helper with CakePHP and jQuery

in PHP added by goodphptutorials, on 1/11/2009 ab test advanced tutorials cakephp framework jquery metrics

Knowing what is driving the user experience is key to the success of an application. Subtle changes in the interface can cause dramatic shifts in user behavior. Here, A/B tests display two (or more) language choices or color choices to a user (any HTML). Metrics are measured in two ways - 1) did the user click on the button at all and 2) how long did it take them to find it from the moment the page has started loading?

1 comment save report
category icon

CodeIgniter and jQuery - Real Live Search with Pagination

in PHP added by goodphptutorials, on 22/10/2009 AJAX advanced tutorials codeigniter framework jquery pagination

In this tutorial, we will create a search page with CodeIgniter and jQuery. We’re not gonna create only a default search page using CodeIgniter framework, but also a real time search with jQuery’s support. And one more, enable GET method in CodeIginter that was stupidly disable by default.

comment save report
category icon

Upload in modal window and pass values with jQuery

in PHP added by finalwebsites, on 7/9/2009 AJAX file handling jquery upload

This PHP / jQuery tutorial explains how-to upload a file PHP from ThickBox and how after successful upload the filename is passed to the parent document. The function is a useful addition for custom content management systems.

comment save report
category icon

Facebook style information box with jQuery

in PHP added by prodevtips, on 2/9/2009 AJAX advanced tutorials jquery

How to create a small left-side information box that behaves like the one on Facebook.

1 comment save report
category icon

Search without refreshing page using jQuery, Ajax and PHP.

in PHP added by foxscan, on 8/8/2009 AJAX advanced tutorials database jquery mysql

This tutorial about how to display twitter like search results with jQuery and Ajax. When you click the search button the results will display on the same page. This is very interesting and simple.

comment save report
category icon

Using PHP, AJAX to display Google Maps data

in PHP added by kombattom, on 4/8/2009 AJAX google api jquery map api mysql

A pretty much step by step guide on how I created MarylandLawyerSearch.net. Data is pulled using PHP, put into JavaScript and Google's Map API. Source code for all files are listed with step by step instructions.

1 comment save report
category icon

Facebook like multi Toggle Comment Box with jQuery and PHP.

in PHP added by goodphptutorials, on 29/7/2009 advanced tutorials comments facebook jquery

Implement Facebook like toggle comment box for every updated wall. I had designed a simple example it contains of very simple jQuery and PHP code

comment save report
category icon

Facebook like Autosuggestion with jQuery, Ajax and PHP.

in PHP added by goodphptutorials, on 30/6/2009 AJAX autocomplete autosuggest facebook jquery

I received a lot of request from my readers that asked to me how to implement Autosuggestion search with jquery. I love facebook API it's neat, so I had developed Facebook like Autosuggestion user search with jQuery, Ajax and PHP. It's simple and clean just you have to change the database details.

1 comment save report
category icon

PHP / Ajax Upload Form

in PHP added by finalwebsites, on 19/10/2008 AJAX advanced tutorials forms jquery upload

In this quick tutorial we will show how-to create such an Ajax upload form using the jQuery Form plug-in and our easy upload class.

comment save report
category icon

Submit A Form Without Page Refresh using jQuery

in PHP added by goodphptutorials, on 30/7/2008 AJAX JavaScript jquery

Previously on NETTUTS, Philo showed how you can use jQuery to add form validation to wordpress comments that works without any page reload. Another great way of utlizing jQuery to enhance user experience is to not just validate, but to submit your form entirely without a page refresh. In this tutorial I'll show you how easy it is to do just that -- submit a contact form that sends an email, without page refresh using jQuery! (The actual email is sent with a php script that processes in the background). Let's get started.

comment save report
category icon

Check username availability in AJAX and PHP using JQuery

in PHP added by phphungry, on 6/6/2008 AJAX database jquery

This tutorial explains how to check username availability in ajax and php using jquery's fading effect for showing the various messages...

comment save report