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...
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...
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.