I have a YUI dialog that submits a form to a Java servlet.The servlet returns html and javascript.I take the response and put it into a div on the page and then eval the javascript that is within the
I can\'t get YUI3 to work on node. I have installed all dependencies according to this site: http://github.com/yui/nodejs-yui3.
I\'m using YUI3 on node.js but I get all these INFO messages. How do I d开发者_运维知识库eactivate them?
I need to retrieve a JSON resource which requires HTTP Basic authentication. Therefore, I need to set a request header for a DataSource.IO object.
I\'m trying to pipe all the content from a PHP generated file to YUI CSS compressor. // this command works great for Google Closure Javascript Compiler
I am using a YUI Tooltip to show an error message when users mouse over an error icon displayed next to a form field. When the error goes away, I remove the alert icon from the DOM, and want to remove
Y.one(\'form fieldset:nth-child(2)\').toggleClass(\'hide\'); in chrome, FF, opera this line works but in ie6-8 it throws an er开发者_开发百科ror
I have a requirement to parse/traverse an XML file using the YUI 2.8 library. From the YUI\'s manual page of DataSource, I could get i开发者_开发问答nfo about how to get the XML file using XHRDataSour
Can the yui3 construct of Y.on() be used to setup listeners fo开发者_运维问答r events on yui2 widgets, or do they simply use separate event systems?They use separate event systems.However, you can use
In the YUI datatable I want to limit the number of开发者_运维技巧 characters a user can type into one of the cells. I know how to properly display the amount using a formatter, but is there a simple w