in  the class ZendX_JQuery_View_Helper_AjaxLink around line 282 there is some
code like this:

$html = '<a'
              . $this->_htmlAttribs($attribs)
             // . $this->getClosingBracket()
              . '>'
              . $label
              . ' ';

I've had to comment out the line getting the closing bracket because the
page will fail html validation with it. Although my page is xhtml, i don't
want /> as the closing bracket because the a element needs to remain open
until the   tag. 

 I'm a bit stumped as to what i've done wrong, and don't really want to
leave the hack in my ZendX library. 

Thanks for any help,

Will
-- 
View this message in context: 
http://www.nabble.com/Jquery-AjaxLink-HTML-validation-tp21427071p21427071.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to