linking jobs in header to employment opportunities page
<div id="over-header-links-container" class="row large-collapse">
<div id="over-header-links">
<a class="over-header-link" href="<?php bloginfo('url');?>">Home</a>
- <a class="over-header-link" href="<?php echo get_permalink(88);?>">Jobs</a>
+ <a class="over-header-link" href="<?php echo get_permalink(283);?>">Jobs</a>
<a class="over-header-link" href="<?php echo get_permalink(86);?>">Contact Us</a>
<a class="facebook" target="_blank" href="https://www.facebook.com/Ka-Hale-A-Ke-Ola-Homeless-Resource-Centers-1444544482501919/"></a>
</div>
})
});
+ // jquery plugin to change out the text fields with dropdowns for the fund type
$.fn.swapSelect = function(){
var parent = this.parent();
parent.css("width", "50%");
display: 'none',
}
}
-
);
select.appendTo(parent);
})
});
+ // jquery plugin to change out the text fields with dropdowns for the fund type
$.fn.swapSelect = function(){
var parent = this.parent();
parent.css("width", "50%");
display: 'none',
}
}
-
);
select.appendTo(parent);