12 foreach ( $this->events as $event => $jsCode ) {
13 if ($event===
"buttonClick") {
14 $this->jquery_code_for_compile []=
"$( \"#split-".preg_replace(
'/[^a-zA-Z0-9\-.]/s',
'', $this->attachTo).
"\" ).on(\"click\" , function( event, data ) {".$jsCode.
"});";
16 $this->jquery_code_for_compile []=
"$( \"".$this->attachTo.
"\" ).on(\"".$event.
"\" , function( event, data ) {".$jsCode.
"});";