Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 301 Bytes

no-query.md

File metadata and controls

12 lines (10 loc) · 301 Bytes

things

  • selectors
  • events
  • animation (scrollIntoView)
  • dimentions (.position(), .height(), .width()) -> getBoundingClientRect
  • data()

selectors are not fully compatible

$('div').find('> div') => query('div').find(':scope > div') next() - nextElemenetSibling prev() - previousElemenetSibling