jQuery(document).ready(function($) {
afixed();
});
function afixed() {
if (!jQuery('.afixed').length) { return; }
top_position = jQuery('#footer_menu').height() + 500;
bottom_position = jQuery('#footer_menu').height();
jQuery('.afixed').affix({
offset: {
top: top_position,
bottom: bottom_position
}
});
};
$params = array(
'limit' => '-1',
'orderby' => 't.ID DESC',
'where' => array(
'nazvanie_polia_sviazyvajushee_kursy.ID' => $current_page_id,
'data.meta_value' => '<= $today_date',
'eshio_kakojto_parametr.meta_value' => '1'
),
);
$mypod = pods( 'raspisanija_kursov', $params );