Sign in
Log inSign up

Javascript questions

Rhami Aboud's photo
Rhami Aboud
·May 10, 2017
  1. What does this code do: var el = $( "div#first, div.first, ol#items > [name$='first']" )
  2. How can I rewrite this to make it work: var el = $( "div#myUniqueID$0$" ) , where the HTML is as follows: <div id=”myUniqueID$0$”>...</div>
Hassle-free blogging platform that developers and teams love.
  • Docs by Hashnode
    New
  • Blogs
  • AI Markdown Editor
  • GraphQL APIs
  • Open source Starter-kit

© Hashnode 2024 — LinearBytes Inc.

Privacy PolicyTermsCode of Conduct