четверг, 30 мая 2013 г.

Sash/splitter example (javascript)

jQuery Sash Plugin example I created jQuery Sash Plugin. This example demonstrates how it works. Just drag gray bar to left and right.
left panel
right panel
If you feel interested, see source code and documentation and more examples on a separate page.

среда, 29 мая 2013 г.

selectableRows behavior (javascript)

Simplest example of selectableRows behavior
Example of selectableRows behavior on table element. Click within the table to see how it works.
ArtistAlbumYear
BeatlesPlease Please Me1963
BeatlesA Hard Day's Night1964
BeatlesYellow Submarine1969
Rolling StonesDecember's Children (And Everybody's)1965
Rolling StonesBeggars Banquet1968
Rolling StonesGoats Head Soup1973
If you feel interested, have a look at the source code and documentation
See more examples of selectableRows on a separate page.

focusable behavior (javascript)

Simplest example of focusable behavior
Below is the simplest example of "focusable" behavior. Three divs have "focusable" class and can get "focused" class from mouse clicks or from keyboard navigation to nested elements.
If you feel interested, have a look at the source code and documentation
See also this example on a separate page.