| Module | ActionView::Helpers::PrototypeHelper |
| In: |
lib/jrails.rb
|
| USE_PROTECTION | = | const_defined?(:DISABLE_JQUERY_FORGERY_PROTECTION) ? !DISABLE_JQUERY_FORGERY_PROTECTION : true |
| JQUERY_VAR | = | 'jQuery' |
| JQCALLBACKS | = | Set.new([ :beforeSend, :complete, :error, :success ] + (100..599).to_a) |
| AJAX_OPTIONS | = | Set.new([ :before, :after, :condition, :url, :asynchronous, :method, :insertion, :position, :form, :with, :update, :script ]).merge(JQCALLBACKS) |