Help for this page

Select Code to Download


  1. or download this
    if($otherBlocksOfCode[0]) {# Already created...
    # push the file1.js to this array...
    ...
    
            -script            =>    [@otherBlocksOfCode, {-type=>"text/ja
    +vascript", -src => "path/file2.js"}, {-type=>"text/javascript", -src 
    +=> "$_js_path"}, {-code=> "$jscript"}],
    ...
    
  2. or download this
    
            @_extraJSCode = ({-type=>"text/javascript", -src=>"http://ajax
    +.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"},);
    ...
        } else {
            @_extraJSCode = ({-type=>"text/javascript", -src=>"/jsfiles/st
    +_utilities.js"});
        }