Description
Directly add the jQuery/JavaScript file to the generated HTMLWe can't do this since it could come out before jQuery is defined! Note: This is OK for external JavaScript files but not for jQuery code.
Usage
bw_jquery_javascript( $src );Parameters
- $src
- ( mixed ) required –
Returns
voidSource
File name: oik/shortcodes/oik-jquery.phpLines:
1 to 6 of 6
function bw_jquery_javascript( $src ) { $parms = kv( "src", $src ); $parms .= kv( "type", "text/javascript"); stag( "script", null, null, $parms ); etag( "script" ); }View on GitHub View on Trac
Invoked by
Calls
1 to 3 of 3
