You appear to be a bot. Output may be restricted
Description
Enqueue the jQuery to hook into the pagination links
Should we also call wp_localize_script to set the admin URL only once?
Usage
oika_enqueue_jquery();
Parameters
Returns
void
Source
File name: oik-ajax/oik-ajax.php
Lines:
1 to 8 of 8
function oika_enqueue_jquery() { //bw_jquery_enqueue_script( $script = "oik-ajax"; $script_url = oik_url( "js/oik-ajax.js", "oik-ajax" ); $dependence = array( "jquery" ); $enqueued = wp_enqueue_script( $script, $script_url, $dependence ); }