Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript [Solved] Which jQuery selector is this?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #161715
    sayedtaqui
    Participant

    I was looking at this fontflakes animation fiddle and cannot figure out what sort of jQuery selector it is $('<div />', {
    text: randomEntry,
    id: flakeName,
    })...

    on line number 22. looks like it appends div with some random text and random ids however is it anywhere documented?

    http://jsfiddle.net/kachibito/g6W8F/23/light/

    #161717
    chrisburton
    Participant

    If you go to the full screen result and use Developer Tools, I think you’ll see what is happening.

    #161729
    sayedtaqui
    Participant

    @Mottie
    Thanks a lot, that’s exactly what I wanted to know.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.