In this tutorial you will learn how to use jQuery support in Zend Studio to develop your application.
In this tutorial you will learn:
Throughout the tutorial, you will be provided with code snippets to insert in your project.
Zend Studio 9.0 or above which can be downloaded from the Zend Studio Downloads page. For information on installation see the Zend Studio Installation Guide.
Installed jQuery Support plugin.
How do I install the jQuery plugin?
To better understand the procedures described in this tutorial, watch this video:
You will first create a new local project to work with in this tutorial.
|
|
|
To create a new local project:
|
In the following procedure you will first convert your project to JavaScript, and then add jQuery support.
|
|
|
To convert your project to JavaScript:
|
|
In this step you consume the JSON API using jQuery Library support. Zend Studio's Content Assist for jQuery helps you with the application development.
|
|
|
To consume API using jQuery:
var url = 'result.json';
|
|
|
|
Related Links:
Building Applications on the Zend Developer Cloud Running Applications on a Local Zend Server |
|
|
©1999-2013 Zend Technologies LTD. All rights reserved.