Skip to content

Create missing rules for deprecated jQuery features #32

@edg2s

Description

@edg2s

Listed as "FIXME" in index.js:

  • $.fx.interval
  • $(...).context
  • $.support
  • deferred.pipe()
  • $(...).error()
  • $(...).load(fn) (excluding $(...).load(url,...))
  • $(...).toggle(fn,fn) (excluding https://api.jquery.com/toggle/)
  • $(...).unload()
  • deferred.isRejected()/isResolved()
  • $.sub()
  • $(...).selector
  • $.boxModel
  • $.browser

Update from #52 and https://api.jquery.com/ready/:

  • $(...).ready() (3.0)
  • $(document).on( "ready", handler ) (1.8)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions