mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
51 lines
778 B
Plaintext
51 lines
778 B
Plaintext
CSS FILES
|
|
*****************************
|
|
in einzubindender Reihenfolge
|
|
Alle CSS Files im Ordner trunk/skin
|
|
|
|
jquery.css
|
|
->autocomplete
|
|
->datepicker
|
|
|
|
tabelsort.css
|
|
->tablesort
|
|
|
|
fhcomplete.css
|
|
|
|
wawi/cis/fas.css
|
|
|
|
|
|
JS FILES
|
|
*****************************
|
|
in einzubindender Reihenfolge
|
|
Alle JS Files im Ordner trunk/include/js
|
|
|
|
|
|
|
|
// DEPRECATED NICHT MEHR VERWENDEN!
|
|
jquery.js
|
|
->autocomplete (Plugin Version)
|
|
->datepicker
|
|
->tablesorter
|
|
->Deutsches Schema fuer datepicker
|
|
|
|
|
|
|
|
jquery1.9.min.js
|
|
-> jqueryUI (autocomplete, datepicker, etc)
|
|
-> Deutsches Schema für datepicker
|
|
-> tablesorter
|
|
|
|
|
|
Tablesorter
|
|
**************
|
|
$(document).ready(function()
|
|
{
|
|
$("#t1").tablesorter(
|
|
{
|
|
sortList: [[2,1]],
|
|
widgets: ["zebra"]
|
|
});
|
|
});
|
|
|