Does someone has idea on what is the default timeout for an AJAX call through YUI, e.g. if we do not mention any value as开发者_如何学Python timeout then what would be the value.
I\'m trying to bind and trigger the following events using YUI, however so far none of the events seem to fire when I trigger them.
I\'ve got a div containing, among other things, a simple YUI menu -- it\'s a popup, attached to a widget inside the div.One of the actions in the menu calls a javascript function that does an ajax cal
I am working on in YUI framework with my client. I have a difficult to set a cookies expire by following YUI syntax.
I am using some YUI split buttons in an app and now I would like to show an arbitrary small icon on the left side of the button.I followed the example CSS for the regular YUI push buttons and I can se
On the server side we have Rspec/Cucumber for BDD developm开发者_Go百科ent (ruby) vowsjs (node.js)
I have an autocomplete box which I would like to be able to close when the user clicks a link. I think I would just have to somehow \"get\" the autocomplete, then use the .collapseCo开发者_开发知识库n
Currently having a problem trying to get YUI Tooltips to display on top of a YUI Panel after it is shown that were previously created.The problem is is that the Panel cannot be registered to the overl
I\'m passing a URI-encoded JSON string from secure iFrame to a non-secure grandparent iFrame. When it reaches the parent, I parse it using YUI\'s
I need to build a 3 x 3 page with 9 YUI panels. I could build 3 33% vertical columns with YUI grids. 3 panels appear in the three columns. But when I put 3 panels within each column (to appear one b