{
up_text (string): the up button title text (default: 'Nach oben'),
up_img (string): the up image button (default: 'up.gif'),
down_text (string): the down button title text (default: 'Nach unten'),
down_img (string): the down image button (default: 'down.gif'),
del_text (string): the delete button title text (default: 'Löschen'),
del_img (string): the delete image button (default: 'del.gif)
}
$(document).ready(function() {
$('.swapOptions').swapOptions( { up_text: 'up', down_text: 'down', del_text: 'delete' } );
});
$(document).ready(function() {
$('.swapOptions').swapOptions();
});