anijax
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Rails 3 UJS AJAX load animation helper.
# Anijax

Animate your AJAX load, jQuery UI style, with Rails 3 UJS

## Use

Defaults to filling in the element that sends the ajax request,
which you probably don't want so change that. Assumes that you
will be filling in the display element with a response thus
wiping out the loading animation.

Examples:

    $.fn.anijax({ displayImage: 'load.gif' })
    $('#form-with-remote-true').anijax()

    $.fn.anijax({ 
      className: 'some-class',
      displayImage: 'load.gif', 
      displayElement: $('#some-element-to-fill-in')  
    })
    $('#form-with-remote-true').anijax()
    $('#other-form-with-remote-true').anijax({ 
      displayElement: $('other-element-to-fill-in) 
    })

Note in the last example how two different ajax senders
can have different display elements. The same holds for classes
and images.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。