Hi phpbits,
With the Safari Developer Plugin I get this Error:
TypeError: $ is not a function. (In ‘$(document)’, ‘$’ is undefined)
(anonyme Funktion)ueber-uns:57
<script type="text/javascript">
$(document).ready(function() {
if ($('.slider').height() < 10) {
$('.sidebar-placeholder').show();
}
});
</script>