Can anyone help me? I'm trying to gat my reservation calendar working with jquery tabs. Everything else works exept for this reservation calendar.
When I remove the javascript from the header, the calendar works just fine but the tabs disappears... Can anyone please help...?

<div class="reservationbox">

                    <div class="reservation_calendar" id="reservation_calendars"></div>

                    <div class="clr clear"></div>

                    <div class="cal_buttons">

                        <img class="mousepointer" onclick="javascript:setPreviousCalDate();" src="<?php echo $this->krbaseurl; ?>/components/com_koparent/assets/images/calendar/cal_previous.png" title="<?php echo JText::_( 'COM_KOPARENT_PREVIOUS'); ?>" /> <img class="mousepointer" onclick="javascript:setNextCalDate();" src="<?php echo $this->krbaseurl; ?>/components/com_koparent/assets/images/calendar/cal_next.png" title="<?php echo JText::_( 'COM_KOPARENT_NEXT'); ?>" />

                    </div>

                </div>

Does the tabs appear again after placing the javascript into the header section ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.