Module

Game.Aff.Web.Util

Package
purescript-game
Repository
artemisSystem/purescript-game

#qSel Source

qSel :: forall r. QuerySelector -> Run (effect :: EFFECT, except :: FAIL | r) Element

querySelector without having to supply a ParentNode, using the document as parent node.

#qSelAll Source

qSelAll :: forall r. QuerySelector -> Run (effect :: EFFECT | r) (Array Element)

querySelectorAll without having to supply a ParentNode, using the document as parent node.