-5

Does JQuery have built-in inheritance like prototype?

Just found this Question: JQuery inheritance

My original search criteria failed, and I guess from moderation a stupid question...

Community
  • 1
  • 1
Noel
  • 600
  • 16
  • 37

1 Answers1

0

Before you get down-voted into oblivion, I will tell you. No it does not, since Javascript does not support a class structure, this type of paradigm does not exist in JQuery. There are plugins for it. Good luck.

usumoio
  • 3,500
  • 6
  • 31
  • 57
  • 1
    Just because there is no class structure in Javascript doesn't mean that Objects cannot inherit from each other. – jholloman Sep 25 '12 at 19:15