Forums

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

Home Forums CSS Could you please explain this CSS?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #202866
    kamaboko
    Participant

    Hello,

    I ran across this snippet of code and I’ve never seen a class marked up like this before. Could someone please explain it to me?

    Thanks in advance.

    ”’

        <input name="name" type="text" class="validate[required,custom[onlyLetter],length[0,100]] feedback-input" placeholder="Name" id="name" />
    

    ”’

    #202895
    Paulie_D
    Member

    Which part do you need explaining?

    In what context did you ‘run across’ the snippet?

    I haven’t seen it either but my guess is that it’s a javascript hook of some kind.

    ….or perhaps PHP

    http://stackoverflow.com/questions/20534202/where-should-i-put-php-code-for-a-html-form

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