/** * object language, date , and dashboard are init in all_content.twig for translation * */ //############# START DOCUMENT READY ######################################// $(document).ready(function () { //do tabs and resize window on show $('#mainTabs:visible').tabs(); reportDatePicker(); bindEvents(); /** * custom select boxes */ $(".select_one").each(function(){ var $this = $(this), numberOfOptions = $(this).children('option').length; $this.addClass('select-hidden'); $this.wrap('
'); $this.after('
'); var $styledSelect = $this.next('div.select-styled'); $styledSelect.text($this.children('option').eq(0).text()); var $list = $('