Top "Yui" questions

A set of utilities and controls, created by Yahoo in JavaScript and CSS, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX

How to simulate a click to make the current input lose its focus with JavaScript

I have an input which at some points happens to have the focus. If the user click in the "background" …

javascript focus yui
Display JSON/YAML hierarchy as a tree in HTML?

I have YAML data that looks sort of like this, but ~150k of it: --- all: foo: 1025 bar: baz: 37628 quux: …

javascript html json treeview yui
How Can a parent window know that its child window closed?

I want to execute a function when an opened child window is closed. Child window opening code is: outWin = window.…

javascript dom-events yui
Can I put an ASP.Net session ID in a hidden form field?

I'm using the Yahoo Uploader, part of the Yahoo UI Library, on my ASP.Net website to allow users to …

c# asp.net session yui
How can I refresh a YUI dataTable with a button?

I'm testing the script: http://developer.yahoo.com/yui/examples/datatable/dt_xhrjson.html I would like to add a …

datatable yui
How to delay the onLoad event which gets fired on the browser?

I am trying to delay the onLoad event that gets fired. Is there a way to delay this event strictly …

javascript jquery yui
Do javascript variables have a storage limit?

Do javascript variables have a storage capacity limit? I'm designing one YUI datatable where I fetch the data from database …

javascript variables yui yui-datatable
Mixing jQuery and YUI together in an app, is it easily possible?

I have to preface this with the fact that I love jQuery as a JavaScript language extension and YUI as …

jquery asp.net-mvc yui
How do I get the select box values in YUI 3?

In YUI 3 I have a node that is my select box: Y.get('#regionSelect'); How do I get the &…

yui yui3
HTTPS and external (CDN) hosted files?

I have a page that references a couple of externally hosted javascript files - namely, jQuery on Google and YUI …

jquery yui cdn