browse by tag: jquery
sort by
CRUD using jQuery and Codeigniter - Part 1
in PHP added by iFadey, on 29/6/2010 AJAX codeigniter crud jquery jqueryui tabs templating
In this tutorial you will learn: 1. How to use jQuery with Codeigniter. 2. How to send Ajax request to perform READ operation. 3. How to use jQuery UI tabs widget. 4. How to use Microsoft’s jQuery templating plugin.
1 comment save reportCRUD using jQuery and Codeigniter - Part 2
in PHP added by iFadey, on 29/6/2010 AJAX codeigniter crud jquery jqueryui
In Part 2, you will learn: 1. Displaying Ajax loader animation when an Ajax call is made. 2. How to inject Update/Delete link in each record using jQuery. 3. How to use jQueryUI dialog widget. 4. How to send Ajax request to perform DELETE operation. 5. How and when to use jQuery’s delegate method to bind events.
comment save reportjQuery 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 reportWriting 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 reportCodeIgniter 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 reportUpload 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 reportFacebook 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 reportSearch 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 reportUsing 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 reportFacebook 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 reportFacebook 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 reportPHP / 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 reportSubmit 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