Beispiel #1
0
 /**
  * __construct
  * contructor of jquery
  *
  * @return jqueryElement
  */
 public function __construct($selector)
 {
     jquery::addElement($this);
     $this->s = $selector;
 }