Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
If I wanted to do a GET request I could just use document.location = \"what-ever-I-want\". But how do I do that with YUI?
I\'m using post, and the YUI documentation example code isn\'t working. YAHOO.util.Event.addListener(window,\"load\",function()
We have to deal with multiple panels on the website ( refer to the screenshot below ). The problem is we need to make the panel that users select on top of other panels
Here is a test case/live example. Summary of problem: This only works in WebKit: Y.one(\'#container\')开发者_运维技巧.setStyle(\'margin-top\', 100);
I am using the YUI Image cropper to, well crop images. I have the cropper all set up ok. I am now setting the cropper\'s width\'s and height vars to defined values that fit my website structure.
Trying to use the YUI 2 Storage Utility and followed the example which worked (on the same page); but when I create a second page (say page2.html) and try to access the key I get null back for the val
Through the past few years I\'ve been busy with server side programming and I kinda ignored these JavaScript libraries. Because of my good knowledge and long experience with JavaScript I always wrote
Here\'s a canvas app I come across : canvasphoto (uses YUI 2 I believe, which I haven\'t used before). It displays images on a canvas and it lets you resize/move the images across the canvas. What I w
Is it possible to constrain a draggable YUI2 Conta开发者_开发知识库iner in a DIV instead of the whole page?