source: main/waeup.sirp/trunk/src/waeup/sirp/browser/static/tabs.js @ 9169

Last change on this file since 9169 was 5959, checked in by uli, 13 years ago

Add javascript file to create jQuery tabs on request.

File size: 101 bytes
Line 
1/* See http://docs.jquery.com/UI/Tabs */
2$(document).ready(function() {
3    $("#tabs").tabs();
4  });
Note: See TracBrowser for help on using the repository browser.