25 foreach ( $this->events as $event => $jsCode ) {
27 if($event==
"execute"){
28 $this->jquery_code_for_compile []=$jsCode;
29 }
else if($event==
"beforeExecute"){
30 \array_unshift($this->jquery_code_for_compile, $jsCode);
33 $this->jquery_code_for_compile []=
"$( \"".$selector.
"\" ).on(\"".$event.
"\" , function( event, data ) {".$jsCode.
"});";