/**
  * Generate the jquery script to set the elements to the HtmlNavElement
  * @param JsUtils $jsUtils
  */
 public function jsSetContent(JsUtils $jsUtils)
 {
     $jsUtils->html("#" . $this->identifier, str_replace("\"", "'", $this->contentAsString()), true);
 }