Skip to content

Instantly share code, notes, and snippets.

View techgirlgeek's full-sized avatar

Karyn Cassio techgirlgeek

View GitHub Profile

Keybase proof

I hereby claim:

  • I am techgirlgeek on github.
  • I am techgirlgeek (https://keybase.io/techgirlgeek) on keybase.
  • I have a public key ASAV_4RWfzo9qpLMOOiIkzp6hC7C85Ofqf_ImenzZzQCgwo

To claim this, I am signing this object:

var url = 'http://careers.davita.com/search/results?display=json&items_per_page=10&field_job_title='+category+'&field_primary_location_state='+state+'&search_api_views_fulltext='+keyword;
$('#search_url').val(url);
if(page == 0){
$('#search_page').val('0');
}else{
$('#search_page').val(page);
url = url + '&page=' + page;
}
$.ajax({
<?php
/*
* Defines a new dashboard page
*/
function davita_pages_menu(){
$items['job-finder'] = array(
'title' => 'Job Finder',
'type' => MENU_NORMAL_ITEM,
'access arguments' => array('access content'),