Category "parent"

How to take div value through parent elements using jquery?

I need to take the text "UNIT01". How I can do this using JQuery or JS? `<div id="unit"> <ul class="choices"> <li> <div>UNIT01&l

ruby: calling super without having a parent class

I have a class which overrides self.new and calls super in it, but the class doesn't derive from antoher class. So what exactly does the call? class Test att