jQuery 1.9移除或者修改了數個有沖突或者低效率的編程接口(APIs)。這在1.7或者1.8版本中就有所預兆。
被移除的方法有:
link .toggle(function, function, ... )
jQuery.browser()
link .live()
link .die()
link jQuery.sub()
被修改的方法有:
.add()
.addBack( selector ) replaces .andSelf()
.after(), .before(), and .replaceWith()
未連接的節點with disconnected nodes
.appendTo, .insertBefore, .insertAfter, and .replaceAll
以下不再支持:
jQuery.deletedIds
jQuery.uuid
jQuery.attrFn
jQuery.clean()
jQuery.event.handle()
jQuery.offset.bodyOffset()
還有別的