Fresh PHP news, tutorials, tips and much more

Posts Tagged ‘jquery’

ZF: Handling checkboxes using Zend_Form and jQuery

Tuesday, May 20th, 2008

This blog post shows how to create checkboxes with Zend_Form and handle them with jQuery. Author gives commented code snippets for easy implementation for your application.

I am sharing this because it took me a while to figure out how to handle checkboxes using jQuery.
First off, let us create a checkbox using Zend_Form.

Post tagged with: , , ,

Posted in Advanced, Beginners | No Comments »

Getting Started with AJAX in jQuery

Tuesday, May 13th, 2008

If you looking for some good tutorial to start learning AJAX with jQuery Developer Tutorial lunched great tutorial with good documented source code examples.

AJAX is probably the biggest thing you can add to your site; with AJAX, you can dramatically increase functionality, and give your end users more usable web applications. But AJAX is tricky to get started with - it usually requires very complex JavaScript knowledge. In this tutorial, I’ll show you how to get started with AJAX using the jQuery JavaScript framework.

In this article author describes how to make user authorization with AJAX and jQuery.

Post tagged with: , , ,

Posted in Advanced, Beginners | No Comments »