I have set a rel tag to display some text in my searchbar. For some odd reason it does not show the text on the homepage: http://www.horecavacaturebank.nl/
<input type="text" id="search" title="" name="s" class="text placeholder" rel="Alle vacatures" value="" />
<input type="text" id="near" title="Locatie" name="location" class="text placeholder" rel="Locatie" value="" />
I use the same code on the "Bekijk CV's" page, which is actually working: http://www.horecavacaturebank.nl/cv/
<input type="text" id="search" title="" name="s" class="text placeholder resume-search" rel="CV's zoeken" value="" /
I already spent like 2 hours to fix this and think this is the good time to ask you guys for help. Thanks in advance!
EDIT: It apears that it kinda conflicts with the jquery file. If i delete the following line, the searchbar works, but the slider wont anymore:
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery-1.4.3.min.js"></script>