예제 #1
0
 /**
  * __construct
  * contructor of jQuery
  *
  * @return jQuery_Element
  */
 public function __construct($selector)
 {
     jQuery::addElement($this);
     $this->s = $selector;
 }