Mercurial > hg > LGServer
view src/main/webapp/home/test.html @ 5:5316e79f9a27
Implementation of search pagination and lazy loading to display the result set of a search.
author | "jurzua <jurzua@mpiwg-berlin.mpg.de>" |
---|---|
date | Mon, 16 Mar 2015 11:25:36 +0100 |
parents | 7682c04c63a8 |
children |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <script type="text/javascript" src="http://code.jquery.com/jquery-2.1.3.min.js"></script> <script type="text/javascript" src="http://localhost:8080/gazetteer-server/resources/js/jquery.steps.js"></script> </head> <body> <script> $("#wizard").steps(); </script> <div id="wizard"></div> </body> </html>