Specific changes for extensions.
extension.bind
is now called duringbind
instead ofinitialize
extension.unbind
is added and called duringunbind
render
is now triggered before rendering, userendered
when rendering is completeload
is now triggered before loading, useloaded
when loading is complete
thresholdMargin
option has been replaced withnegativeMargin
loaderDelay
option has been replaced withdelay
trigger
option has been replaced by the IASTriggerExtensions'text
optionloader
option has been replaced by the IASSpinnerExtensions'html
optionnoneleft
option has been replaced by the IASNoneLeftExtensions'text
optionscrollContainer
option has been removed. You can now do:$('<scrollContainer>').ias({...})
onPageChange
option has been replaced by the IASPagingExtensions'pageChange
eventonLoadItems
option has been replaced by theload
eventonRenderComplete
option has been replaced by therender
eventonScroll
option has been replaced by thescroll
eventcustomLoaderProc
option has been replaced by the IASSpinnerExtensionshtml
optioncustomTriggerProc
option has been replaced by the IASTriggerExtensionshtml
option