Zend Studio 8.0
Documentation Survey | Submit Documentation Feedback | View Latest Version and Get PDF Online
Zend Studio's jQuery
Integration functionality allows you to add the jQuery library to your
project's JavaScript resources so that its functions, classes and elements
will be available for functionalities such as Content Assist.
See http://jquery.com/
for more information on the jQuery library.
This procedure describes how to add the jQuery JavaScript library to your project. Including JavaScript libraries in your project saves you time in writing and debugging code, as you are re-using debugged code.
JavaScript libraries can only be added to PHP projects with JavaScript support enabled. For more information see Creating PHP Projects.
|
|
|
To add the jQuery JavaScript Library to your project: Select Configure from the right click menu of you project and select Add jQuery.
|
Functionalities such as Content Assist will now be able to access the jQuery JavaScript library. You can see the library in the "JavaScript Resources" node in your Project directory. For information on Managing libraries see Managing JavaScript Libraries. |
|
|
|
|
Related Links: Working with Prototype JavaScript Library |
|
|