What is the status of ZendX (Specifically ZendX_JQuery) ?

Posted by Doron on Stack Overflow See other posts from Stack Overflow or by Doron
Published on 2010-06-06T10:01:42Z Indexed on 2010/06/06 10:12 UTC
Read the original article Hit count: 332

I need to have an autocomplete functionality using jquery, and I've encountered ZendX_JQuery which has such functionality available.

However, I've noticed that the entire ZendX_JQuery classes, are a bit old (the default jquery version is 1.3.2, and jquery ui 1.7.1). (see http://framework.zend.com/svn/framework/extras/branches/release-1.10/library/ZendX/JQuery.php)

Should I use that instead of my own written code to include the jquery library and etc., and should I use the ZendX_JQuery_View_Helper_AutoComplete class for such functionality ?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about zend-framework