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

Javascript Alphabetical Grouping

I have a json array of objects that look like this: {id:'the id', name:'the name'};… Read more Javascript Alphabetical Grouping

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?

What Is A Good Yui Replacement For Jquery.live

jQuery.live Added in jQuery 1.3: Binds a handler to an event (like click) for all current - and fut… Read more What Is A Good Yui Replacement For Jquery.live

Yui Datatable Using Knockoutjs Bindings

I have an example working at JSFiddle. It has a piece of JSON consumed by a YUI DataTable which I n… Read more Yui Datatable Using Knockoutjs Bindings

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

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