Public Gists by ischenkodv

Gravatar
Mon May 18 04:30:35 -0700 2009
1
2
3
<?php $this->table()->setCaption('Список записей')
                    ->setAttributes(array('class' => 'mytable', 'id' => 'postsList'))
                    ->setFooter('<a href="/admin/blog/create">Создать новую запись</a>')
gist: 97794 Script for endless scrollin...
Gravatar
Sat Apr 18 14:35:01 -0700 2009
1
2
3
// script for endless scrolling using jQuery
// demo: http://www.jstoolbox.com/demo/endless/
var engine = {
Gravatar
Fri Apr 17 16:24:02 -0700 2009
1
2
3
Native.implement([Element, Window, Document, Events], {
oneEvent : function(type, fn) {
return this.addEvent(type, function() {
Gravatar
Fri Apr 17 16:14:21 -0700 2009
1
2
3
Element.Events.clickout = {
base : 'click',
condition : function(event) {