Skip to content Skip to sidebar Skip to footer
Showing posts with the label Yui

Weird Browser / Ajax Error : Extra Junk Appears At The End Of Javascript Files In Firefox

This is a weird one. We're writing a Django application with some rich javascript UI, using bot… Read more Weird Browser / Ajax Error : Extra Junk Appears At The End Of Javascript Files In Firefox

Yui.getelementsby Equivalent To Jquery

Is there any JQuery method/implementation that equivalent to YUI.getElementsBy? YUI.getElementsBy (… Read more Yui.getelementsby Equivalent To Jquery

Yui3: How Would I Trigger An Event?

Suppose I have a click event on a link/button/etc. var myButton = Y.one('.button'); myButt… Read more Yui3: How Would I Trigger An Event?