Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for addFooter (0.1 sec)

  1. fess-crawler/src/test/resources/ajax/js/test.js

      $('#info').click(function(){ openPage("info.html") } );
      $('#home').click(function(){ openPage("home.html") } );
    }
    
    function openPage(page){
      $('#content').load(page);
      location.hash = page;
    }
    
    function addFooter(msg){
      $('#footer').html($('#footer').html() + "<p>FOOTER: " + msg + "</p>");
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 410 bytes
    - Viewed (0)
  2. fess-crawler/src/test/resources/ajax/index.html

                <input type="text" name="query" value="aaa">
                <input type="hidden" name="secret" value="xxx">
                <input type="submit" name="Submit">
            </form>
        </div>
    	<a href="#" onclick="addFooter('XXX')">Footer</a>
    	<div id="footer">
    	</div>
    </body>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 1.5K bytes
    - Viewed (0)
Back to top