Developing in Zend Studio Using jQuery Support
In this tutorial you will learn how to use jQuery support in Zend Studio to develop your application.
Tutorial Content
In this tutorial you will learn:
Provided Items
-
Throughout the tutorial, you will be provided with code snippets to insert in your project.
Prerequisites
-
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?
Related Media
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';
|